From b8557e37d58cd8cee359192bcbb30589910d38e1 Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 17 Oct 2003 16:55:56 +0000 Subject: [PATCH] linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef before redefinition. * config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef before redefinition. From-SVN: r72613 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/linux.h | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6cb9af49ec0..0ee2d0592f8 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-10-17 Rainer Orth + + * config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef + before redefinition. + 2003-10-17 Mostafa Hagog * common.opt: Add description of the new -fgcse-las flag. diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index ad2aa188c9c..de7286d04f9 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -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) \