aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2003-03-17 14:33:50 +0000
committerRainer Orth <ro@gcc.gnu.org>2003-03-17 14:33:50 +0000
commitaeefc21d6d54ca46a1a090780dfb422d60dae421 (patch)
treeb8fd6d38939a6a6dd1825b5082261d5bd80ac9e8 /gcc
parentc31da8a53569c3e93ed09672f832850785038ff7 (diff)
downloadgcc-aeefc21d6d54ca46a1a090780dfb422d60dae421.zip
gcc-aeefc21d6d54ca46a1a090780dfb422d60dae421.tar.gz
gcc-aeefc21d6d54ca46a1a090780dfb422d60dae421.tar.bz2
osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__, __arch64__ to match Compaq cc.
* config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__, __arch64__ to match Compaq cc. From-SVN: r64480
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/alpha/osf.h2
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 7197370..d9ea927 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2003-03-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * config/alpha/osf.h (TARGET_OS_CPP_BUILTINS): Define __digital__,
+ __arch64__ to match Compaq cc.
+
2003-03-17 Neil Booth <neil@daikokuya.co.uk>
* c-opts.c: Default TARGET_EBCDIC to 0 if not defined.
diff --git a/gcc/config/alpha/osf.h b/gcc/config/alpha/osf.h
index 871f078..2be2a42 100644
--- a/gcc/config/alpha/osf.h
+++ b/gcc/config/alpha/osf.h
@@ -38,6 +38,8 @@ Boston, MA 02111-1307, USA. */
builtin_define_std ("SYSTYPE_BSD"); \
builtin_define ("_SYSTYPE_BSD"); \
builtin_define ("__osf__"); \
+ builtin_define ("__digital__"); \
+ builtin_define ("__arch64__"); \
builtin_define ("_LONGLONG"); \
builtin_define ("__PRAGMA_EXTERN_PREFIX"); \
builtin_assert ("system=unix"); \