linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef before redefinition.
authorRainer Orth <ro@TechFak.Uni-Bielefeld.DE>
Fri, 17 Oct 2003 16:55:56 +0000 (16:55 +0000)
committerRainer Orth <ro@gcc.gnu.org>
Fri, 17 Oct 2003 16:55:56 +0000 (16:55 +0000)
* config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef
before redefinition.

From-SVN: r72613

gcc/ChangeLog
gcc/config/mips/linux.h

index 6cb9af49ec0e723f234c80b01d4c31a40b55dd1a..0ee2d0592f8588e88f9ff8509e02c6b5de96eabd 100644 (file)
@@ -1,3 +1,8 @@
+2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
+
+       * config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef
+       before redefinition.
+
 2003-10-17  Mostafa Hagog  <mustafa@il.ibm.com>
 
        * common.opt: Add description of the new -fgcse-las flag.
index ad2aa188c9c4ae91be584f7cd67708f6ca31fa04..de7286d04f9e8a2bc7dd94852521e4e9f43bc612 100644 (file)
@@ -171,6 +171,7 @@ Boston, MA 02111-1307, USA.  */
 
 /* Tell function_prologue in mips.c that we have already output the .ent/.end
    pseudo-ops.  */
+#undef FUNCTION_NAME_ALREADY_DECLARED
 #define FUNCTION_NAME_ALREADY_DECLARED 1
 
 #define ASM_PREFERRED_EH_DATA_FORMAT(CODE, GLOBAL)                     \