Skip to content

Commit

Permalink
newlib.h (NO_IMPLICIT_EXTERN_C): Define.
Browse files Browse the repository at this point in the history
* config/sh/newlib.h (NO_IMPLICIT_EXTERN_C): Define.

From-SVN: r191219
  • Loading branch information
Christian Bruel authored and Christian Bruel committed Sep 12, 2012
1 parent 9520425 commit baeef6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2012-09-27 Christian Bruel <[email protected]>

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

2012-09-12 Rainer Orth <[email protected]>

* rtl.h (FFS, FLOAT, ABS, PC): Don't undef.
Expand Down
4 changes: 4 additions & 0 deletions gcc/config/sh/newlib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit baeef6a

Please sign in to comment.