diff options
author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-03 04:05:54 +0000 |
---|---|---|
committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-10-03 04:05:54 +0000 |
commit | e7c894b61025c7c365b224e3f53006cae992ad2c (patch) | |
tree | 25956939697b748fd163107d355131067fe0994d /gcc/config/pa/pa-linux.h | |
parent | 66ea6b7775425b8af9e00c90c1b9fce773f91a3b (diff) | |
download | gcc-e7c894b61025c7c365b224e3f53006cae992ad2c.tar.gz |
* pa-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete macro.
* pa32-linux.h (FUNCTION_OK_FOR_SIBCALL): Define.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@57758 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/pa/pa-linux.h')
-rw-r--r-- | gcc/config/pa/pa-linux.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index 86dfabc77b7..cdc201d5f59 100644 --- a/gcc/config/pa/pa-linux.h +++ b/gcc/config/pa/pa-linux.h @@ -95,10 +95,6 @@ Boston, MA 02111-1307, USA. */ %{!dynamic-linker:-dynamic-linker /lib/ld.so.1}} \ %{static:-static}}" -/* Sibcalls, stubs, and elf sections don't play well. */ -#undef FUNCTION_OK_FOR_SIBCALL -#define FUNCTION_OK_FOR_SIBCALL(x) 0 - /* glibc's profiling functions don't need gcc to allocate counters. */ #define NO_PROFILE_COUNTERS 1 |