diff options
author | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-09 16:58:32 +0000 |
---|---|---|
committer | jsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-12-09 16:58:32 +0000 |
commit | 44dcfcab2479814adf53e6c44b4542b85709cc0f (patch) | |
tree | ebf560b377323f3a8116c05a8c9b24e937bb6834 /gcc/config/sh | |
parent | 780f79dc51b4baa736d86b75f1df993a180de0aa (diff) | |
download | gcc-44dcfcab2479814adf53e6c44b4542b85709cc0f.tar.gz |
* config/i386/netware.h (TARGET_POSIX_IO): Define.
* config/i386/nto.h (TARGET_POSIX_IO): Define.
* config/ia64/hpux.h (TARGET_POSIX_IO): Define.
* config/moxie/moxie.h (TARGET_POSIX_IO): Don't undefine.
* config/openbsd.h (TARGET_POSIX_IO): Define.
* config/rtems.h (TARGET_POSIX_IO): Define.
* config/sh/embed-elf.h (TARGET_POSIX_IO): Don't undefine.
* config/sol2.h (TARGET_POSIX_IO): Define.
* config/svr4.h (TARGET_POSIX_IO): Don't define.
* config/vxworksae.h (TARGET_POSIX_IO): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167648 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/sh')
-rw-r--r-- | gcc/config/sh/embed-elf.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/sh/embed-elf.h b/gcc/config/sh/embed-elf.h index e6c2782ca2f..c84ae08b3ad 100644 --- a/gcc/config/sh/embed-elf.h +++ b/gcc/config/sh/embed-elf.h @@ -22,8 +22,6 @@ along with GCC; see the file COPYING3. If not see #undef USER_LABEL_PREFIX #define USER_LABEL_PREFIX "_" -#undef TARGET_POSIX_IO - /* While the speed-optimized implementations of udivsi3_i4i / sdivsi3_i4i in libgcc are not available for SH2, the space-optimized ones in libgcc-Os-4-200 are. Thus, when not optimizing for space, link |