aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2020-03-24 17:04:26 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2020-03-24 17:04:26 +0000
commit04099157691ec6ff25d8d32e30b04eec89dcf94b (patch)
treecdbbd297b734bea8c093676c830702dfbe40e6b6 /gcc/config/pa
parentc2211a60ff05b7a0289d3e287e72c181bb4d5d8b (diff)
downloadgcc-04099157691ec6ff25d8d32e30b04eec89dcf94b.zip
gcc-04099157691ec6ff25d8d32e30b04eec89dcf94b.tar.gz
gcc-04099157691ec6ff25d8d32e30b04eec89dcf94b.tar.bz2
Define __BIG_ENDIAN__
2020-03-24 John David Anglin <danglin@gcc.gnu.org> PR lto/94249 * config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Define __BIG_ENDIAN__.
Diffstat (limited to 'gcc/config/pa')
-rw-r--r--gcc/config/pa/pa.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index 8800191..b3eb81d7 100644
--- a/gcc/config/pa/pa.h
+++ b/gcc/config/pa/pa.h
@@ -171,6 +171,7 @@ do { \
builtin_assert("machine=hppa"); \
builtin_define("__hppa"); \
builtin_define("__hppa__"); \
+ builtin_define("__BIG_ENDIAN__"); \
if (TARGET_PA_20) \
builtin_define("_PA_RISC2_0"); \
else if (TARGET_PA_11) \