]> gcc.gnu.org Git - gcc.git/commitdiff
hpux.h (TARGET_OS_CPP_BUILTINS): Define _INCLUDE_LONGLONG.
authorRoger Sayle <roger@eyesopen.com>
Wed, 31 Dec 2003 22:54:36 +0000 (22:54 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Wed, 31 Dec 2003 22:54:36 +0000 (22:54 +0000)
* config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Define
_INCLUDE_LONGLONG.

From-SVN: r75279

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

index 9b0ec54348dfd254243a861da63d3b22e705315f..a21dfac2369251c3d4969f99ad5be21e2f4c378c 100644 (file)
@@ -1,3 +1,8 @@
+2003-12-31  Roger Sayle  <roger@eyesopen.com>
+
+       * config/ia64/hpux.h (TARGET_OS_CPP_BUILTINS): Define
+       _INCLUDE_LONGLONG.
+
 2003-12-31  Zack Weinberg  <zack@codesourcery.com>
 
        * gcc.c (init_spec): Add -lunwind to shared case too if
index 1bd02c35d730b4fb3f3e8ed55d8aff529c232c3e..ecf1768031853507244354309a2cb97a3fa8f2a3 100644 (file)
@@ -39,6 +39,7 @@ do {                                                  \
        builtin_define_std("unix");                     \
        builtin_define("__IA64__");                     \
        builtin_define("_LONGLONG");                    \
+       builtin_define("_INCLUDE_LONGLONG");            \
        builtin_define("_UINT128_T");                   \
        if (c_dialect_cxx () || !flag_iso)              \
          {                                             \
This page took 0.077896 seconds and 5 git commands to generate.