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
This commit is contained in:
parent
1f5f063d32
commit
1da41015bc
@ -1,3 +1,8 @@
|
||||
2010-12-31 Joern Rennecke <amylaar@spamcop.net>
|
||||
|
||||
PR target/47111
|
||||
* config/rtems.h (NO_IMPLICIT_EXTERN_C): Undef before defining.
|
||||
|
||||
2010-12-30 Mingjie Xing <mingjie.xing@gmail.com>
|
||||
|
||||
* config/mips/mips.h (SHIFT_COUNT_TRUNCATED): Change
|
||||
|
@ -18,6 +18,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
/* The system headers under RTEMS are C++-aware. */
|
||||
#undef NO_IMPLICIT_EXTERN_C
|
||||
#define NO_IMPLICIT_EXTERN_C
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user