summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-01-31 20:34:29 +0000
committerAndrew Cagney <cagney@redhat.com>2002-01-31 20:34:29 +0000
commit10e90aec1a42391d98add1e3559ca44f0b07c53a (patch)
treef026e15b2050a834321a8bce70b638d90108e200
parent8ccf8548891eee13e93364da21200d5c89e5cf4a (diff)
downloadgdb-10e90aec1a42391d98add1e3559ca44f0b07c53a.tar.gz
Regenerate configure.
-rw-r--r--bfd/ChangeLog4
-rwxr-xr-xbfd/configure2
2 files changed, 5 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 953556e246a..02b51ab7bb4 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2002-01-31 Andrew Cagney <ac131313@redhat.com>
+
+ * configure: Re-generate.
+
2002-01-31 David O'Brien <obrien@FreeBSD>
* configure.in: Recognize the differences in core files from FreeBSD
diff --git a/bfd/configure b/bfd/configure
index 872d7d58b88..889f3b39311 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -5016,7 +5016,7 @@ if test "${target}" = "${host}"; then
COREFILE=trad-core.lo
TRAD_HEADER='"hosts/symmetry.h"'
;;
- i[3456]86-*-bsd* | i[34567]86-*-freebsd[1234] | i[34567]86-*-freebsd[1234]\.* | i[34567]86-*-freebsd*aout*)
+ i[3456]86-*-bsd* | i[34567]86-*-freebsd[123] | i[34567]86-*-freebsd[123]\.* | i[34567]86-*-freebsd4\.[01]* | i[34567]86-*-freebsd*aout*)
COREFILE=trad-core.lo
TRAD_HEADER='"hosts/i386bsd.h"'
;;