From: Joern Rennecke Date: Fri, 31 Dec 2010 10:29:30 +0000 (+0000) Subject: re PR target/47111 (mips-rtems: redefinition of NO_IMPLICIT_EXTERN_C) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1da41015bc4dbdd06cc0b94bbacfcfc537b42f25;p=gcc.git re PR target/47111 (mips-rtems: redefinition of NO_IMPLICIT_EXTERN_C) PR target/47111 * config/rtems.h (NO_IMPLICIT_EXTERN_C): Undef before defining. From-SVN: r168365 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 337f70cd15b..e88b8db4c64 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2010-12-31 Joern Rennecke + + PR target/47111 + * config/rtems.h (NO_IMPLICIT_EXTERN_C): Undef before defining. + 2010-12-30 Mingjie Xing * config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change diff --git a/gcc/config/rtems.h b/gcc/config/rtems.h index 869b14b56d4..d9264f68922 100644 --- a/gcc/config/rtems.h +++ b/gcc/config/rtems.h @@ -18,6 +18,7 @@ along with GCC; see the file COPYING3. If not see . */ /* The system headers under RTEMS are C++-aware. */ +#undef NO_IMPLICIT_EXTERN_C #define NO_IMPLICIT_EXTERN_C /*