pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sat, 18 Jun 2016 17:26:38 +0000 (17:26 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 18 Jun 2016 17:26:38 +0000 (17:26 +0000)
* config/pa/pa.h (TARGET_LONG_PIC_PCREL_CALL): Remove.

From-SVN: r237573

gcc/ChangeLog
gcc/config/pa/pa.h

index dc901dacda0bc04fdf3d8210e4814c3aea0efc7f..0cd66155f9f4183ca350320b936d5408d72be32c 100644 (file)
@@ -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
index e1d826730fdc56a53eb3d47d02c6ac61f782f12f..3efcc3a9975003a59ca48b9fecb5c9b3c50e8bfe 100644 (file)
@@ -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.  */