diff mbox

[committed] Remove unused TARGET_LONG_PIC_PCREL_CALL define from pa.h

Message ID 8D524903-0AA3-43B6-8A15-668B8A1A17FC@bell.net
State New
Headers show

Commit Message

John David Anglin June 18, 2016, 5:30 p.m. UTC
This fixes oversight in previous change.  TARGET_LONG_PIC_PCREL_CALL is no longer used
and can be removed.

Dave
--
John David Anglin	dave.anglin@bell.net
2018-06-18  John David Anglin  <danglin@gcc.gnu.org>

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

Patch

Index: config/pa/pa.h
===================================================================
--- config/pa/pa.h	(revision 237197)
+++ config/pa/pa.h	(working copy)
@@ -93,12 +93,6 @@ 
    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.  */