public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Handle FreeBSD 4.10-RELEASE correctly
@ 2004-06-16 20:15 Mark Kettenis
  2004-06-17  0:38 ` Alan Modra
  0 siblings, 1 reply; 3+ messages in thread
From: Mark Kettenis @ 2004-06-16 20:15 UTC (permalink / raw)
  To: binutils

We have a bug-report that GDB doesn't build on FreeBSD 4.10-RELEASE.
It's actually a problem in BFD.  i386-unknown-freebsd4.10 hits the
same case as i386-unknown-freebsd4.1, but shouldn't since some
definitions have been removed from FreeBSD's header files since
4.5-RELEASE.  The attached patch fixes this.

OK?

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>

	* configure.in: Don't set COREFILE to trad-core.lo for FreeBSD
	4.10 and beyond.
	* configure: Regenerate.

Index: configure.in
===================================================================
RCS file: /cvs/src/src/bfd/configure.in,v
retrieving revision 1.154
diff -u -p -r1.154 configure.in
--- configure.in 8 Jun 2004 07:39:37 -0000 1.154
+++ configure.in 16 Jun 2004 20:10:37 -0000
@@ -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"'

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

* Re: Handle FreeBSD 4.10-RELEASE correctly
  2004-06-16 20:15 Handle FreeBSD 4.10-RELEASE correctly Mark Kettenis
@ 2004-06-17  0:38 ` Alan Modra
  2004-06-17 21:44   ` Mark Kettenis
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Modra @ 2004-06-17  0:38 UTC (permalink / raw)
  To: Mark Kettenis; +Cc: binutils

On Wed, Jun 16, 2004 at 10:15:47PM +0200, Mark Kettenis wrote:
> 	* configure.in: Don't set COREFILE to trad-core.lo for FreeBSD
> 	4.10 and beyond.
> 	* configure: Regenerate.

OK, thanks.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre

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

* Re: Handle FreeBSD 4.10-RELEASE correctly
  2004-06-17  0:38 ` Alan Modra
@ 2004-06-17 21:44   ` Mark Kettenis
  0 siblings, 0 replies; 3+ messages in thread
From: Mark Kettenis @ 2004-06-17 21:44 UTC (permalink / raw)
  To: amodra; +Cc: binutils, gdb-patches

   Date: Thu, 17 Jun 2004 10:08:41 +0930
   From: Alan Modra <amodra@bigpond.net.au>

   On Wed, Jun 16, 2004 at 10:15:47PM +0200, Mark Kettenis wrote:
   > 	* configure.in: Don't set COREFILE to trad-core.lo for FreeBSD
   > 	4.10 and beyond.
   > 	* configure: Regenerate.

   OK, thanks.

Thanks.  FYI, I also added this patch to the gdb 6.1 branch.

Mark

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

end of thread, other threads:[~2004-06-17 21:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-06-16 20:15 Handle FreeBSD 4.10-RELEASE correctly Mark Kettenis
2004-06-17  0:38 ` Alan Modra
2004-06-17 21:44   ` Mark Kettenis

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).