Commit 04099157 by John David Anglin

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__.
parent c2211a60
2020-03-24 John David Anglin <danglin@gcc.gnu.org>
PR lto/94249
* config/pa/pa.h (TARGET_CPU_CPP_BUILTINS): Define __BIG_ENDIAN__.
2020-03-24 Tobias Burnus <tobias@codesourcery.com> 2020-03-24 Tobias Burnus <tobias@codesourcery.com>
PR libgomp/81689 PR libgomp/81689
......
...@@ -171,6 +171,7 @@ do { \ ...@@ -171,6 +171,7 @@ do { \
builtin_assert("machine=hppa"); \ builtin_assert("machine=hppa"); \
builtin_define("__hppa"); \ builtin_define("__hppa"); \
builtin_define("__hppa__"); \ builtin_define("__hppa__"); \
builtin_define("__BIG_ENDIAN__"); \
if (TARGET_PA_20) \ if (TARGET_PA_20) \
builtin_define("_PA_RISC2_0"); \ builtin_define("_PA_RISC2_0"); \
else if (TARGET_PA_11) \ else if (TARGET_PA_11) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment