From: amodra Date: Wed, 31 Oct 2012 03:43:22 +0000 (+0000) Subject: * config/rs6000/linux64.h (TARGET_OS_CPP_BUILTINS): Define _CALL_LINUX. X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=70b94afd8df5453589c80f870400b8b51de04929;p=thirdparty%2Fgcc.git * config/rs6000/linux64.h (TARGET_OS_CPP_BUILTINS): Define _CALL_LINUX. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@193014 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d41058bd0b18..a7fd03fc3812 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2012-10-31 Alan Modra + + * config/rs6000/linux64.h (TARGET_OS_CPP_BUILTINS): Define _CALL_LINUX. + 2012-10-31 Joern Rennecke * lra-constraints.c (choose_split_class): Add ATTRIBUTE_UNUSED to diff --git a/gcc/config/rs6000/linux64.h b/gcc/config/rs6000/linux64.h index 28ba8f8f6a87..4d2c36503fb2 100644 --- a/gcc/config/rs6000/linux64.h +++ b/gcc/config/rs6000/linux64.h @@ -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"); \ } \