From: "David O'Brien" <obrien@FreeBSD.org>
To: gdb-patches@sources.redhat.com
Subject: [PATCH] fix BFD's core support on FreeBSD 4.[2-9]
Date: Thu, 31 Jan 2002 11:17:00 -0000 [thread overview]
Message-ID: <20020131111656.A1369@dragon.nuxi.com> (raw)
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 <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.
* 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"'
next reply other threads:[~2002-01-31 19:17 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-31 11:17 David O'Brien [this message]
2002-01-31 11:27 ` Andrew Cagney
2002-01-31 12:00 ` David O'Brien
2002-01-31 12:27 ` Andrew Cagney
2002-01-31 12:37 ` Andrew Cagney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20020131111656.A1369@dragon.nuxi.com \
--to=obrien@freebsd.org \
--cc=gdb-patches@sources.redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox