diff options
author | Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> | 2003-10-17 16:55:56 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2003-10-17 16:55:56 +0000 |
commit | b8557e37d58cd8cee359192bcbb30589910d38e1 (patch) | |
tree | 711be268889c5fa41dd13a83e45b3c0391f9440d /gcc | |
parent | f5f2e3cd9bed8f3c943d0558ad8b1a4c41efcc86 (diff) | |
download | gcc-b8557e37d58cd8cee359192bcbb30589910d38e1.zip gcc-b8557e37d58cd8cee359192bcbb30589910d38e1.tar.gz gcc-b8557e37d58cd8cee359192bcbb30589910d38e1.tar.bz2 |
linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef before redefinition.
* config/mips/linux.h (FUNCTION_NAME_ALREADY_DECLARED): Undef
before redefinition.
From-SVN: r72613
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mips/linux.h | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 6cb9af4..0ee2d05 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index ad2aa18..de7286d 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) \ |