newlib.h (NO_IMPLICIT_EXTERN_C): Define.

* config/sh/newlib.h (NO_IMPLICIT_EXTERN_C): Define.

From-SVN: r191221
This commit is contained in:
Christian Bruel 2012-09-12 15:11:20 +02:00 committed by Christian Bruel
parent 5bd31c15c0
commit 43908ecf88
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2012-09-12 Christian Bruel <christian.bruel@st.com>
* config/sh/newlib.h (NO_IMPLICIT_EXTERN_C): Define.
2012-09-12 Jakub Jelinek <jakub@redhat.com>
* config.gcc: Obsolete picochip-*.
@ -7,7 +11,7 @@
PR debug/54534
* cgraph.h (varpool_can_remove_if_no_refs): Restore dependence
on flag_toplevel_reorder.
2012-09-10 Richard Henderson <rth@redhat.com>
* config/alpha/predicates.md (small_symbolic_operand): Disallow
@ -16,7 +20,7 @@
2012-09-10 Georg-Johann Lay <avr@gjlay.de>
Backport from 2012-09-10 mainline r191132.
PR target/54536
* config/avr/avr-mcus.def (at90usb1287): Set LIBRARY_NAME to "usb1287".

View File

@ -23,3 +23,7 @@ along with GCC; see the file COPYING3. If not see
#undef LIB_SPEC
#define LIB_SPEC "-lc -lgloss"
#undef NO_IMPLICIT_EXTERN_C
#define NO_IMPLICIT_EXTERN_C 1