From d2bef492886e2d8828c191362b683a3391107991 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Thu, 17 Jun 2004 09:38:38 +0000 Subject: [PATCH] * configure.in: Don't set COREFILE to trad-core.lo for FreeBSD 4.10 and beyond. * configure: Regenerate. --- bfd/ChangeLog | 6 ++++++ bfd/configure | 2 +- bfd/configure.in | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 0d57d0d..abaaf7a 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2004-06-16 Mark Kettenis + + * configure.in: Don't set COREFILE to trad-core.lo for FreeBSD + 4.10 and beyond. + * configure: Regenerate. + 2004-06-16 Daniel Jacobowitz * elf32-ppc.c (ppc_elf_create_linker_section): Create symbols in diff --git a/bfd/configure b/bfd/configure index ef22b7a..cb63a9d 100755 --- a/bfd/configure +++ b/bfd/configure @@ -5302,7 +5302,7 @@ if test "${target}" = "${host}"; then i[3-7]86-*-bsdi) COREFILE= ;; - i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234]* | i[3-7]86-*-freebsd*aout*) + i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*) COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386bsd.h"' ;; diff --git a/bfd/configure.in b/bfd/configure.in index dc04e80..c4dba9a 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -209,7 +209,7 @@ changequote([,])dnl COREFILE= ;; changequote(,)dnl - i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234]* | i[3-7]86-*-freebsd*aout*) + i[3-7]86-*-bsd* | i[3-7]86-*-freebsd[123] | i[3-7]86-*-freebsd[123]\.* | i[3-7]86-*-freebsd4\.[01234] | i[3-7]86-*-freebsd4\.[01234]\.* | i[3-7]86-*-freebsd*aout*) changequote([,])dnl COREFILE=trad-core.lo TRAD_HEADER='"hosts/i386bsd.h"' -- 2.7.4