diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2002-12-20 23:24:39 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2002-12-20 23:24:39 +0000 |
commit | 11f431275891fb3786aeda1c95e550436c49da1c (patch) | |
tree | 9513667b50e316edb92635496711edf57728bbaf /gcc/config/pa/pa-linux.h | |
parent | f9d2de4d0dc6eb961d12eb1888e387dfbdf33ae4 (diff) | |
download | gcc-11f431275891fb3786aeda1c95e550436c49da1c.zip gcc-11f431275891fb3786aeda1c95e550436c49da1c.tar.gz gcc-11f431275891fb3786aeda1c95e550436c49da1c.tar.bz2 |
pa-linux.h (TARGET_HAS_STUBS_AND_ELF_SECTIONS): Delete define.
* pa-linux.h (TARGET_HAS_STUBS_AND_ELF_SECTIONS): Delete define.
* pa32-linux.h (FUNCTION_OK_FOR_SIBCALL): Delete define.
* pa.c (pa_function_ok_for_sibcall): Allow non indirect sibcalls on
TARGET_ELF32. Add comment on sibcall issues for TARGET_64BIT.
From-SVN: r60377
Diffstat (limited to 'gcc/config/pa/pa-linux.h')
-rw-r--r-- | gcc/config/pa/pa-linux.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index a39ef318..b2c0998 100644 --- a/gcc/config/pa/pa-linux.h +++ b/gcc/config/pa/pa-linux.h @@ -167,11 +167,6 @@ Boston, MA 02111-1307, USA. */ /* Globalizing directive for a label. */ #define GLOBAL_ASM_OP ".globl " -/* This definition is used inside pa.c to disable all - sibcall optimization, because sibcalls, stubs and - elf sections don't play well. */ -#define TARGET_HAS_STUBS_AND_ELF_SECTIONS 1 - /* FIXME: Hacked from the <elfos.h> one so that we avoid multiple labels in a function declaration (since pa.c seems determined to do it differently) */ |