]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
authorTijl Coosemans <tijl@coosemans.org>
Tue, 15 Feb 2011 01:24:59 +0000 (01:24 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Tue, 15 Feb 2011 01:24:59 +0000 (01:24 +0000)
* config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
Update copyright years.

From-SVN: r170164

gcc/ChangeLog
gcc/config/i386/freebsd.h

index 2fa256af39534cc083df32e9cafe5ec46788c561..32f998f5f5f78f4f4b7d81bf5207789e89c64380 100644 (file)
@@ -1,3 +1,8 @@
+2011-02-15  Tijl Coosemans  <tijl@coosemans.org>
+
+       * config/i386/freebsd.h (SUBTARGET32_DEFAULT_CPU): Add.
+       Update copyright years.
+
 2011-02-11  Bernd Schmidt  <bernds@codesourcery.com>
 
        PR rtl-optimization/47166
index 69f5e0f304cae932c80b548dc56e545b861e61cb..6195338c3a69bfeb65cc0ad5d1a9a8419cc3363a 100644 (file)
@@ -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 <float.h> 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