summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2002-05-13 08:33:26 +0000
committerNick Clifton <nickc@redhat.com>2002-05-13 08:33:26 +0000
commite5a17d0720d28a8538b11d1862dfdf7e8066fe9b (patch)
tree65b15c1176f77b4f8262ba64a1338abe6856b243
parent1b7d4581838f18bfc760b78307417860e63dbcd3 (diff)
downloadgdb-e5a17d0720d28a8538b11d1862dfdf7e8066fe9b.tar.gz
Support sparc64-openbsd corefiles as well.
-rw-r--r--bfd/ChangeLog6
-rwxr-xr-xbfd/configure2
-rw-r--r--bfd/configure.in2
3 files changed, 8 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c6990fb44d0..28c8eac2358 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
+
+ * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
+ corefiles as well.2
+ * configure: Regenerate.
+
2002-05-13 Alan Modra <amodra@bigpond.net.au>
* Makefile.am (install-data-local): Install headers to
diff --git a/bfd/configure b/bfd/configure
index 77edbeedef2..3dc3b7551f7 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -5196,7 +5196,7 @@ if test "${target}" = "${host}"; then
powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
s390*-*-*) COREFILE=trad-core.lo ;;
sh*-*-netbsd*) COREFILE=netbsd-core.lo ;;
- sparc-*-netbsd* | sparc-*-openbsd*)
+ sparc-*-netbsd* | sparc*-*-openbsd*)
COREFILE=netbsd-core.lo
;;
tahoe-*-*)
diff --git a/bfd/configure.in b/bfd/configure.in
index f5dc0f9ee0b..bb80fca79a7 100644
--- a/bfd/configure.in
+++ b/bfd/configure.in
@@ -350,7 +350,7 @@ changequote([,])dnl
powerpc-*-*bsd*) COREFILE=netbsd-core.lo ;;
s390*-*-*) COREFILE=trad-core.lo ;;
sh*-*-netbsd*) COREFILE=netbsd-core.lo ;;
- sparc-*-netbsd* | sparc-*-openbsd*)
+ sparc-*-netbsd* | sparc*-*-openbsd*)
COREFILE=netbsd-core.lo
;;
tahoe-*-*)