aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386/gnu.h
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2011-04-28 17:49:49 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2011-04-28 17:49:49 +0100
commit6c0170eaf1ccd0a29f2f2b95320155716743af88 (patch)
tree696d5fb68e24baa2d4e19ce9830e278e9cda8808 /gcc/config/i386/gnu.h
parentfddf9ee7986cc4a2fbd6ac5f8c4507a345a50e5e (diff)
downloadgcc-6c0170eaf1ccd0a29f2f2b95320155716743af88.zip
gcc-6c0170eaf1ccd0a29f2f2b95320155716743af88.tar.gz
gcc-6c0170eaf1ccd0a29f2f2b95320155716743af88.tar.bz2
* config.gcc (*-*-kfreebsd*-gnu | *-*-knetbsd*-gnu | *-*-gnu* |
*-*-kopensolaris*-gnu): Don't define SINGLE_LIBC. (i[34567]86-*-kfreebsd*-gnu | i[34567]86-*-knetbsd*-gnu | i[34567]86-*-gnu* | i[34567]86-*-kopensolaris*-gnu, x86_64-*-kfreebsd*-gnu | x86_64-*-knetbsd*-gnu): Don't use linux*.h headers. * config/gnu-user.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Define. * config/i386/gnu.h (MD_UNWIND_SUPPORT): Don't undefine. * config/i386/kfreebsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine. * config/i386/knetbsd-gnu.h (MD_UNWIND_SUPPORT): Don't undefine. * config/i386/kopensolaris-gnu.h (MD_UNWIND_SUPPORT): Don't undefine. * config/i386/linux-unwind.h (x86_fallback_frame_state): Don't use REG_NAME. * config/i386/linux.h (REG_NAME): Don't define. * config/i386/linux64.h (REG_NAME): Don't define. * config/linux.h (TARGET_C99_FUNCTIONS, TARGET_HAS_SINCOS): Undefine before defining. From-SVN: r173119
Diffstat (limited to 'gcc/config/i386/gnu.h')
-rw-r--r--gcc/config/i386/gnu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/i386/gnu.h b/gcc/config/i386/gnu.h
index b8e86d4..f2834f4 100644
--- a/gcc/config/i386/gnu.h
+++ b/gcc/config/i386/gnu.h
@@ -36,9 +36,6 @@ along with GCC. If not, see <http://www.gnu.org/licenses/>.
crti.o%s %{static:crtbeginT.o%s;shared|pie:crtbeginS.o%s;:crtbegin.o%s}"
#endif
-/* FIXME: Is a Hurd-specific fallback mechanism necessary? */
-#undef MD_UNWIND_SUPPORT
-
#ifdef TARGET_LIBC_PROVIDES_SSP
/* Not supported yet. */
#undef TARGET_THREAD_SSP_OFFSET