re PR preprocessor/14198 ([3.4.0][MIPS]FAIL: gcc.dg/cpp/assert4.c (test for excess...
authorDavid Daney <ddaney@avtrex.com>
Thu, 19 Feb 2004 22:07:51 +0000 (22:07 +0000)
committerDavid Daney <daney@gcc.gnu.org>
Thu, 19 Feb 2004 22:07:51 +0000 (22:07 +0000)
2004-02-19  David Daney <ddaney@avtrex.com>

PR preprocessor/14198
* config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Add
builtin_assert ("machine=mips")

From-SVN: r78123

gcc/ChangeLog
gcc/config/mips/linux.h

index ad25e759afc60bb27cfe3905d162b1ca28aa0c76..2319cf3dc3dbadbb8dc531cc87fb39fbd4ffef2b 100644 (file)
@@ -1,3 +1,9 @@
+2004-02-19  David Daney <ddaney@avtrex.com>
+
+       PR preprocessor/14198
+       * config/mips/linux.h (TARGET_OS_CPP_BUILTINS): Add
+       builtin_assert ("machine=mips")
+
 2004-02-19  Kazu Hirata  <kazu@cs.umass.edu>
 
        * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS.
index 984f4f4eba765e26512a17c8c5597bc4089255e9..66f22e54bb83301ebc8915b4d894d428bfb91ed9 100644 (file)
@@ -58,6 +58,7 @@ Boston, MA 02111-1307, USA.  */
        LINUX_TARGET_OS_CPP_BUILTINS();                         \
        builtin_define ("__PIC__");                             \
        builtin_define ("__pic__");                             \
+        builtin_assert ("machine=mips");                       \
        /* The GNU C++ standard library requires this.  */      \
        if (c_dialect_cxx ())                                   \
          builtin_define ("_GNU_SOURCE");                       \