aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/pa/pa.c
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2015-09-19 18:32:28 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2015-09-19 18:32:28 +0000
commitb8b71bc0d8ae11dcf3e9d6b69ac6f7940ddfeb8d (patch)
tree5039771fb1597ae4f5884e820a20835e5994b4c4 /gcc/config/pa/pa.c
parent15eefe57380a7c5fe749bf8241828c6ec39d0e21 (diff)
downloadgcc-b8b71bc0d8ae11dcf3e9d6b69ac6f7940ddfeb8d.zip
gcc-b8b71bc0d8ae11dcf3e9d6b69ac6f7940ddfeb8d.tar.gz
gcc-b8b71bc0d8ae11dcf3e9d6b69ac6f7940ddfeb8d.tar.bz2
pa.c (pa_function_ok_for_sibcall): Remove special treatment of TARGET_ELF32.
* config/pa/pa.c (pa_function_ok_for_sibcall): Remove special treatment of TARGET_ELF32. From-SVN: r227933
Diffstat (limited to 'gcc/config/pa/pa.c')
-rw-r--r--gcc/config/pa/pa.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/pa/pa.c b/gcc/config/pa/pa.c
index a3dc17b..44ad885 100644
--- a/gcc/config/pa/pa.c
+++ b/gcc/config/pa/pa.c
@@ -8510,14 +8510,6 @@ pa_function_ok_for_sibcall (tree decl, tree exp ATTRIBUTE_UNUSED)
if (TARGET_PORTABLE_RUNTIME)
return false;
- /* Sibcalls are ok for TARGET_ELF32 as along as the linker is used in
- single subspace mode and the call is not indirect. As far as I know,
- there is no operating system support for the multiple subspace mode.
- It might be possible to support indirect calls if we didn't use
- $$dyncall (see the indirect sequence generated in pa_output_call). */
- if (TARGET_ELF32)
- return (decl != NULL_TREE);
-
/* Sibcalls are not ok because the arg pointer register is not a fixed
register. This prevents the sibcall optimization from occurring. In
addition, there are problems with stub placement using GNU ld. This