re PR target/45901 (alpha-gnu target-specific CPP macros are broken)
authorThomas Schwinge <thomas@schwinge.name>
Wed, 6 Oct 2010 07:49:52 +0000 (09:49 +0200)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Wed, 6 Oct 2010 07:49:52 +0000 (09:49 +0200)
2010-10-06  Thomas Schwinge  <thomas@schwinge.name>

PR target/45901
* config/alpha/gnu.h (TARGET_OS_CPP_BUILTINS): Refer to
LINUX_TARGET_OS_CPP_BUILTINS instead of HURD_TARGET_OS_CPP_BUILTINS.

From-SVN: r165014

gcc/ChangeLog
gcc/config/alpha/gnu.h

index 1061761a51c3f282b934b98d874d6df61ef043e6..98b79df54e30c9d3686e6b32709695269f61a7f7 100644 (file)
@@ -1,3 +1,9 @@
+2010-10-06  Thomas Schwinge  <thomas@schwinge.name>
+
+       PR target/45901
+       * config/alpha/gnu.h (TARGET_OS_CPP_BUILTINS): Refer to
+       LINUX_TARGET_OS_CPP_BUILTINS instead of HURD_TARGET_OS_CPP_BUILTINS.
+
 2010-10-06  Jakub Jelinek  <jakub@redhat.com>
 
        * builtins.def (BUILT_IN_CALLOC, BUILT_IN_REALLOC,
index f98c3e72e9050bbbdda29b318b8212fb9fc2c974..ca71980390615032db81c1861f441fdcf033152a 100644 (file)
@@ -1,6 +1,6 @@
 /* Configuration for an Alpha running GNU with ELF as the target machine.
 
-Copyright (C) 2002, 2003, 2004 Free Software Foundation, Inc.
+Copyright (C) 2002, 2003, 2004, 2010 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -29,7 +29,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #undef TARGET_OS_CPP_BUILTINS /* config.gcc includes alpha/linux.h.  */
 #define TARGET_OS_CPP_BUILTINS()               \
     do {                                       \
-       HURD_TARGET_OS_CPP_BUILTINS();          \
+       LINUX_TARGET_OS_CPP_BUILTINS();         \
        builtin_define ("_LONGLONG");           \
     } while (0)