aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn David Anglin <danglin@gcc.gnu.org>2016-06-18 17:26:38 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2016-06-18 17:26:38 +0000
commit81d8cd9b33d6913c3a484289ac15f3d75b113155 (patch)
tree116f651da71e7caa51a2dd5884365a65c9891e5f
parent9582bf04c9158c4fea376655bea4eb7c820e51eb (diff)
downloadgcc-81d8cd9b33d6913c3a484289ac15f3d75b113155.zip
gcc-81d8cd9b33d6913c3a484289ac15f3d75b113155.tar.gz
gcc-81d8cd9b33d6913c3a484289ac15f3d75b113155.tar.bz2
pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
* config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove. From-SVN: r237573
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/config/pa/pa.h6
2 files changed, 4 insertions, 6 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index dc901da..0cd6615 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-18 John David Anglin <danglin@gcc.gnu.org>
+
+ * config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
+
2016-06-18 Eric Botcazou <ebotcazou@adacore.com>
PR bootstrap/71435
diff --git a/gcc/config/pa/pa.h b/gcc/config/pa/pa.h
index e1d8267..3efcc3a 100644
--- a/gcc/config/pa/pa.h
+++ b/gcc/config/pa/pa.h
@@ -93,12 +93,6 @@ extern unsigned long total_code_bytes;
detect the sequence as a pc-relative call. */
#define TARGET_LONG_PIC_SDIFF_CALL (!TARGET_GAS && TARGET_HPUX)
-/* Define to a C expression evaluating to true to use long PIC
- pc-relative calls. Long PIC pc-relative calls are only used with
- GAS. Currently, they are usable for calls which bind local to a
- module but not for external calls. */
-#define TARGET_LONG_PIC_PCREL_CALL 0
-
/* Define to a C expression evaluating to true to use SOM secondary
definition symbols for weak support. Linker support for secondary
definition symbols is buggy prior to HP-UX 11.X. */