diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-09 16:58:32 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-09 16:58:32 +0000 |
commit | 9c0c4ec7cdb619ed922ad1e5eb4605713646685e (patch) | |
tree | ebf560b377323f3a8116c05a8c9b24e937bb6834 /gcc/config/sh | |
parent | 72b7f7eaf31282b345ccb4acaa9be52777b5f83c (diff) | |
download | gcc-9c0c4ec7cdb619ed922ad1e5eb4605713646685e.zip gcc-9c0c4ec7cdb619ed922ad1e5eb4605713646685e.tar.gz gcc-9c0c4ec7cdb619ed922ad1e5eb4605713646685e.tar.bz2 |
netware.h (TARGET_POSIX_IO): Define.
* 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.
From-SVN: r167648
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 e6c2782..c84ae08 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 |