From: Tijl Coosemans Date: Tue, 15 Feb 2011 01:24:59 +0000 (+0000) Subject: freebsd.h (SUBTARGET32_DEFAULT_CPU): Add. X-Git-Tag: releases/gcc-4.5.3~224 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0729257cf9c0f378e4c795da0c43133b99dd3ed8;p=thirdparty%2Fgcc.git freebsd.h (SUBTARGET32_DEFAULT_CPU): Add. * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add. Update copyright years. From-SVN: r170164 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2fa256af3953..32f998f5f5f7 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2011-02-15 Tijl Coosemans + + * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add. + Update copyright years. + 2011-02-11 Bernd Schmidt PR rtl-optimization/47166 diff --git a/gcc/config/i386/freebsd.h b/gcc/config/i386/freebsd.h index 69f5e0f304ca..6195338c3a69 100644 --- a/gcc/config/i386/freebsd.h +++ b/gcc/config/i386/freebsd.h @@ -1,5 +1,6 @@ /* Definitions for Intel 386 running FreeBSD with ELF format - Copyright (C) 1996, 2000, 2002, 2004, 2007 Free Software Foundation, Inc. + Copyright (C) 1996, 2000, 2002, 2004, 2007, 2011 + Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified for stabs-in-ELF by H.J. Lu. Adapted from GNU/Linux version by John Polstra. @@ -138,3 +139,8 @@ along with GCC; see the file COPYING3. If not see compiler get the contents of and std::numeric_limits correct. */ #undef TARGET_96_ROUND_53_LONG_DOUBLE #define TARGET_96_ROUND_53_LONG_DOUBLE (!TARGET_64BIT) + +/* Support for i386 has been removed from FreeBSD 6.0 onward. */ +#if FBSD_MAJOR >= 6 +#define SUBTARGET32_DEFAULT_CPU "i486" +#endif