OSDN Git Service

* config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Mar 2003 20:43:52 +0000 (20:43 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 12 Mar 2003 20:43:52 +0000 (20:43 +0000)
NETBSD_OS_CPP_BUILTINS_LP64.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64261 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/config/i386/netbsd64.h

index 930a873..be8cc2c 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-12  Andreas Jaeger  <aj@suse.de>
+
+       * config/i386/netbsd64.h (TARGET_OS_CPP_BUILTINS): Remove call to
+       NETBSD_OS_CPP_BUILTINS_LP64.
+
 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
 
        * Makefile.in: Eliminate all.indirect.  Update and clean up comments.
index 341b6d1..03f3c1a 100644 (file)
@@ -24,8 +24,6 @@ Boston, MA 02111-1307, USA.  */
   do                                           \
     {                                          \
       NETBSD_OS_CPP_BUILTINS_ELF();            \
-      if (TARGET_64BIT)                                \
-       NETBSD_OS_CPP_BUILTINS_LP64();          \
     }                                          \
   while (0)