]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-01-31 David O'Brien <obrien@FreeBSD>
authorDavid O'Brien <obrien@FreeBSD.org>
Thu, 31 Jan 2002 19:58:59 +0000 (19:58 +0000)
committerDavid O'Brien <obrien@FreeBSD.org>
Thu, 31 Jan 2002 19:58:59 +0000 (19:58 +0000)
* configure.in: Recognize the differences in core files from FreeBSD
4.{0,1} and later versions of 4.x.  This treats 4.2+ the same as
5-CURRENT.

bfd/ChangeLog
bfd/configure.in

index b6d65405d51e6ec318bc150b2d6e9a05d6bd7604..953556e246ab816052099d09d01dde0900acf912 100644 (file)
@@ -1,3 +1,9 @@
+2002-01-31  David O'Brien  <obrien@FreeBSD>
+
+       * configure.in: Recognize the differences in core files from FreeBSD
+       4.{0,1} and later versions of 4.x.  This treats 4.2+ the same as
+       5-CURRENT.
+
 2001-11-18  Andrew Cagney  <ac131313@redhat.com>
 
        * po/Make-in (distclean): Don't delete SRC-POTFILES.in or
index 917fe3aa5b9c91b631c0025e6a4b3ecf9c0de57e..194d1d1ae4cc75d85b7bc94ddb912cb6067f0876 100644 (file)
@@ -169,7 +169,7 @@ changequote([,])dnl
        TRAD_HEADER='"hosts/symmetry.h"'
        ;;
 changequote(,)dnl
-  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*)
 changequote([,])dnl
        COREFILE=trad-core.lo
        TRAD_HEADER='"hosts/i386bsd.h"'