]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
newlib.h (NO_IMPLICIT_EXTERN_C): Define.
authorChristian Bruel <christian.bruel@st.com>
Wed, 12 Sep 2012 13:05:25 +0000 (15:05 +0200)
committerChristian Bruel <chrbr@gcc.gnu.org>
Wed, 12 Sep 2012 13:05:25 +0000 (15:05 +0200)
* config/sh/newlib.h (NO_IMPLICIT_EXTERN_C): Define.

From-SVN: r191219

gcc/ChangeLog
gcc/config/sh/newlib.h

index ce9a3067e769af1db7e707992a2b1945d6fa9dfc..e0cde7b1d056a2be387b212c52ea0b5c046988b6 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-27  Christian Bruel  <christian.bruel@st.com>
+
+       * config/sh/newlib.h (NO_IMPLICIT_EXTERN_C): Define.
+
 2012-09-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * rtl.h (FFS, FLOAT, ABS, PC): Don't undef.
index 13099c1f8d9226d0b70775003ef70c5c2d6d9341..3b3ec1651f1f6a907463f508abac7ca6fcd800d5 100644 (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
+