Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH] fix BFD's core support on FreeBSD 4.[2-9]
@ 2002-01-31 11:17 David O'Brien
  2002-01-31 11:27 ` Andrew Cagney
  0 siblings, 1 reply; 5+ messages in thread
From: David O'Brien @ 2002-01-31 11:17 UTC (permalink / raw)
  To: gdb-patches

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"'


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2002-01-31 20:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-01-31 11:17 [PATCH] fix BFD's core support on FreeBSD 4.[2-9] David O'Brien
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox