]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
aix.h (CPP_PREDEFINES): Add -D_LP64.
authorRichard Henderson <rth@redhat.com>
Fri, 29 Mar 2002 23:39:05 +0000 (15:39 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Fri, 29 Mar 2002 23:39:05 +0000 (15:39 -0800)
        * config/ia64/aix.h (CPP_PREDEFINES): Add -D_LP64.
        * config/ia64/hpux.h, config/ia64/linux.h: Likewise.

From-SVN: r51586

gcc/ChangeLog
gcc/config/ia64/aix.h
gcc/config/ia64/hpux.h
gcc/config/ia64/linux.h

index 101f6a8e03088eca3ed64b8f2e8532f2511a76a2..111fcaa9c4a14f7ee4117f5892d9bfcfd282d6be 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-29  Richard Henderson  <rth@redhat.com>
+
+       * config/ia64/aix.h (CPP_PREDEFINES): Add -D_LP64.
+       * config/ia64/hpux.h, config/ia64/linux.h: Likewise.
+
 2002-03-29  Richard Henderson  <rth@redhat.com>
 
        * config/i386/i386.c (x86_arch_always_fancy_math_387): New.
index 1e57c2b3f65c489ff714ff2ac47695f0f5eb0d1b..1e2e922a830757b577a5d33f78539dd71d017303 100644 (file)
@@ -87,7 +87,8 @@ Boston, MA 02111-1307, USA.  */
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES "\
 -D__ia64 -D__ia64__ -D_AIX -D_AIX64 -D_LONGLONG -Dunix \
--D__LP64__ -D__ELF__ -Asystem=unix -Asystem=aix -Acpu=ia64 -Amachine=ia64 \
+-D_LP64 -D__LP64__ -D__ELF__ \
+-Asystem=unix -Asystem=aix -Acpu=ia64 -Amachine=ia64 \
 -D__64BIT__ -D_LONG_LONG -D_IA64 -D__int128=__size128_t"
 
 /* The GNU C++ standard library requires that these macros be defined.  */
index 89b2902bf85665810506ea916aee70e5b4bd1ddb..5f272d676126cec91aea03ff3eba46035176e0d5 100644 (file)
@@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA.  */
 #undef CPP_SPEC
 #define CPP_SPEC "\
   %{mcpu=itanium:-D__itanium__} \
-  %{mlp64:-D__LP64__ -D__LONG_MAX__=9223372036854775807L} \
+  %{mlp64:-D__LP64__ -D_LP64 -D__LONG_MAX__=9223372036854775807L} \
   %{!ansi:%{!std=c*:%{!std=i*: -D_HPUX_SOURCE -D__STDC_EXT__}}} \
   -D__fpreg=long\\ double \
   -D__float80=long\\ double \
index ac77af2e01bac07bf1d11ce30ff780b551b3fcd9..2f57d6ff547b81d3e9e0009350e9f2304b791705 100644 (file)
@@ -12,7 +12,7 @@
 /* ??? Maybe this should be in sysv4.h?  */
 #define CPP_PREDEFINES "\
 -D__ia64 -D__ia64__ -D__linux -D__linux__ -D_LONGLONG -Dlinux -Dunix \
--D__LP64__ -D__ELF__ -Asystem=linux -Acpu=ia64 -Amachine=ia64"
+-D_LP64 -D__LP64__ -D__ELF__ -Asystem=linux -Acpu=ia64 -Amachine=ia64"
 
 /* ??? ia64 gas doesn't accept standard svr4 assembler options?  */
 #undef ASM_SPEC