[binutils-gdb] Disable default ELF plugins on 32-bit hppa*-*-hpux*.

John David Anglin danglin@sourceware.org
Sun Aug 23 16:45:21 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=c40e66502cd6cdeea4b16f627059296433b4d48b

commit c40e66502cd6cdeea4b16f627059296433b4d48b
Author: John David Anglin <danglin@gcc.gnu.org>
Date:   Sun Aug 23 16:44:22 2020 +0000

    Disable default ELF plugins on 32-bit hppa*-*-hpux*.
    
            PR binutils/26357
            * configure.ac: Disable plugins by default on 32-bit hppa*-*-hpux*.
            * configure: Regenerate.

Diff:
---
 bfd/ChangeLog    | 6 ++++++
 bfd/configure    | 4 ++--
 bfd/configure.ac | 4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index b3c1c6a70ef..eb4d882ce97 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2020-08-23  John David Anglin  <danglin@gcc.gnu.org>
+
+	PR binutils/26357
+	* configure.ac: Disable plugins by default on 32-bit hppa*-*-hpux*.
+	* configure: Regenerate.
+
 2020-08-22  H.J. Lu  <hongjiu.lu@intel.com>
 
 	PR ld/26382
diff --git a/bfd/configure b/bfd/configure
index 1b983aaa35c..ece16566824 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -12443,7 +12443,7 @@ fi
 
 
 case "${target}" in
-    vax-*-netbsdelf*) ;;
+    hppa*64*-*-* | vax-*-netbsdelf*) ;;
     *-*-*aout* | i[3-7]86-*-bsd* | i[3-7]86-*-msdos* | ns32k-*-* | \
     pdp11-*-* | vax-*-*bsd*)
 	if test "$plugins" = "yes"; then
@@ -12454,7 +12454,7 @@ $as_echo "$as_me: WARNING: Enabling plugins for AOUT is experimental" >&2;}
 		plugins=no
 	    fi
 	fi ;;
-    *-*-*vms* | \
+    hppa*-*-hpux* | *-*-*vms* | \
     powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
 	if test "$plugins" = "yes"; then
 	    if test "${enable_plugins+set}" = set; then
diff --git a/bfd/configure.ac b/bfd/configure.ac
index 769aa87fe64..ae2de131873 100644
--- a/bfd/configure.ac
+++ b/bfd/configure.ac
@@ -46,7 +46,7 @@ ACX_LARGEFILE
 
 changequote(,)dnl
 case "${target}" in
-    vax-*-netbsdelf*) ;;
+    hppa*64*-*-* | vax-*-netbsdelf*) ;;
     *-*-*aout* | i[3-7]86-*-bsd* | i[3-7]86-*-msdos* | ns32k-*-* | \
     pdp11-*-* | vax-*-*bsd*)
 changequote([,])dnl
@@ -57,7 +57,7 @@ changequote([,])dnl
 		plugins=no
 	    fi
 	fi ;;
-    *-*-*vms* | \
+    hppa*-*-hpux* | *-*-*vms* | \
     powerpc*-*-aix* | powerpc-*-beos* | powerpc-*-macos* | rs6000-*-*)
 	if test "$plugins" = "yes"; then
 	    if test "${enable_plugins+set}" = set; then


More information about the Binutils-cvs mailing list