Commit 6c10ab65 by Alan Modra Committed by Alan Modra

linux64.h (TARGET_OS_CPP_BUILTINS): Define _CALL_LINUX.

	* config/rs6000/linux64.h (TARGET_OS_CPP_BUILTINS): Define _CALL_LINUX.

From-SVN: r193014
parent 2515a1e6
2012-10-31 Alan Modra <amodra@gmail.com>
* config/rs6000/linux64.h (TARGET_OS_CPP_BUILTINS): Define _CALL_LINUX.
2012-10-31 Joern Rennecke <joern.rennecke@embecosm.com>
* lra-constraints.c (choose_split_class): Add ATTRIBUTE_UNUSED to
......@@ -318,6 +318,8 @@ extern int dot_symbols;
builtin_define ("__PPC64__"); \
builtin_define ("__powerpc__"); \
builtin_define ("__powerpc64__"); \
if (!DOT_SYMBOLS) \
builtin_define ("_CALL_LINUX"); \
builtin_assert ("cpu=powerpc64"); \
builtin_assert ("machine=powerpc64"); \
} \
......
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