linux64.h (TARGET_OS_CPP_BUILTINS): Define _CALL_LINUX.

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

From-SVN: r193014
This commit is contained in:
Alan Modra 2012-10-31 14:13:22 +10:30 committed by Alan Modra
parent 2515a1e6e0
commit 6c10ab6513
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
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

View file

@ -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"); \
} \