diff options
author | Andreas Jaeger <aj@suse.de> | 2001-04-11 11:56:35 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-04-11 11:56:35 +0000 |
commit | ccb20c4461234033452e3489ffd4a148ae74f4e8 (patch) | |
tree | 15415c012b20a16da916f3119ddfbd0e8de53344 /sysdeps/mips/elf | |
parent | 9af328b6c1f7caaba036f39858627db021edd0c3 (diff) | |
download | glibc-ccb20c4461234033452e3489ffd4a148ae74f4e8.tar.gz glibc-ccb20c4461234033452e3489ffd4a148ae74f4e8.tar.xz glibc-ccb20c4461234033452e3489ffd4a148ae74f4e8.zip |
[__ASSEMBLY__]: Define it.
Diffstat (limited to 'sysdeps/mips/elf')
-rw-r--r-- | sysdeps/mips/elf/start.S | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mips/elf/start.S b/sysdeps/mips/elf/start.S index ad7976e70d..a5ae48048a 100644 --- a/sysdeps/mips/elf/start.S +++ b/sysdeps/mips/elf/start.S @@ -1,5 +1,5 @@ /* Startup code compliant to the ELF Mips ABI. - Copyright (C) 1995, 1997, 2000 Free Software Foundation, Inc. + Copyright (C) 1995, 1997, 2000, 2001 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -17,6 +17,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#define __ASSEMBLY__ 1 #include <entry.h> #ifndef ENTRY_POINT |