Commit 81d8cd9b by John David Anglin

pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.

	* config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.

From-SVN: r237573
parent 9582bf04
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> 2016-06-18 Eric Botcazou <ebotcazou@adacore.com>
PR bootstrap/71435 PR bootstrap/71435
......
...@@ -93,12 +93,6 @@ extern unsigned long total_code_bytes; ...@@ -93,12 +93,6 @@ extern unsigned long total_code_bytes;
detect the sequence as a pc-relative call. */ detect the sequence as a pc-relative call. */
#define TARGET_LONG_PIC_SDIFF_CALL (!TARGET_GAS && TARGET_HPUX) #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 /* Define to a C expression evaluating to true to use SOM secondary
definition symbols for weak support. Linker support for secondary definition symbols for weak support. Linker support for secondary
definition symbols is buggy prior to HP-UX 11.X. */ definition symbols is buggy prior to HP-UX 11.X. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment