This fixes oversight in previous change.  TARGET_LONG_PIC_PCREL_CALL is no 
longer used
and can be removed.
Dave
--
John David Anglin       dave.ang...@bell.net


2018-06-18  John David Anglin  <dang...@gcc.gnu.org>

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

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.  */

Reply via email to