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:
parent
2515a1e6e0
commit
6c10ab6513
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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"); \
|
||||
} \
|
||||
|
|
Loading…
Add table
Reference in a new issue