From: Andreas Jaeger Date: Wed, 11 Apr 2001 11:56:35 +0000 (+0000) Subject: [__ASSEMBLY__]: Define it. X-Git-Tag: upstream/2.30~10627^2~1923 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c8f22b4fbec1b95e10439f51a11d49b625e6c33;p=external%2Fglibc.git [__ASSEMBLY__]: Define it. --- diff --git a/sysdeps/mips/elf/start.S b/sysdeps/mips/elf/start.S index ad7976e..a5ae480 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 #ifndef ENTRY_POINT