From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10187 invoked by alias); 31 Jan 2002 19:17:12 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 10044 invoked from network); 31 Jan 2002 19:17:01 -0000 Received: from unknown (HELO dragon.nuxi.com) (66.92.13.169) by sources.redhat.com with SMTP; 31 Jan 2002 19:17:01 -0000 Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id g0VJGuD01404 for gdb-patches@sources.redhat.com; Thu, 31 Jan 2002 11:16:56 -0800 (PST) (envelope-from obrien) Date: Thu, 31 Jan 2002 11:17:00 -0000 From: "David O'Brien" To: gdb-patches@sources.redhat.com Subject: [PATCH] fix BFD's core support on FreeBSD 4.[2-9] Message-ID: <20020131111656.A1369@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i User-Agent: Mutt/1.2.5i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 X-SW-Source: 2002-01/txt/msg00814.txt.bz2 For the life of me I cannot figure out which branch to commit this to in case there is a 5.1.2. Should I use the gdb_5_1-2001-07-29-branch or gdb_5_1_0_1-2002-01-03-branch ? ======== This patch is needed by GDB to properly configure and build on FreeBSD 4.2 and later. -- -- David (obrien@FreeBSD.org) 2002-01-31 David O'Brien * 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. * configure: Regenerate. Index: configure.in =================================================================== RCS file: /cvs/src/src/bfd/configure.in,v retrieving revision 1.40.2.5 diff -u -r1.40.2.5 configure.in --- configure.in 2001/06/19 19:58:12 1.40.2.5 +++ configure.in 2002/01/31 17:02:19 @@ -170,7 +170,7 @@ 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"'