فهرست منبع

generalize condition of COREFILE variable on FreeBSD systems, since the conditionally included trad-core sources don't build on FreeBSD (missing user struct members) anyway

Michael Schloh von Bennewitz 21 سال پیش
والد
کامیت
1e1a37de7a
2فایلهای تغییر یافته به همراه31 افزوده شده و 1 حذف شده
  1. 30 0
      gdb/gdb.patch
  2. 1 1
      gdb/gdb.spec

+ 30 - 0
gdb/gdb.patch

@@ -466,3 +466,33 @@ Index: gdb/Makefile.in
 +	$(CC) -c $(INTERNAL_CFLAGS) $(CPPFLAGS) $(srcdir)/vx-share/xdr_rdb.c
  
  ### end of the gdb Makefile.in.
+Index: bfd/configure.in
+--- bfd/configure.in.orig	2004-06-15 11:42:13 +0200
++++ bfd/configure.in	2004-06-15 11:43:40 +0200
+@@ -219,12 +219,6 @@
+ 	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*)
+-changequote([,])dnl
+-	COREFILE=trad-core.lo
+-	TRAD_HEADER='"hosts/i386bsd.h"'
+-	;;
+-changequote(,)dnl
+   i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu)
+ changequote([,])dnl
+ 	COREFILE=''
+Index: bfd/configure
+--- bfd/configure.orig	2004-03-13 13:37:09 +0100
++++ bfd/configure	2004-06-15 11:43:27 +0200
+@@ -5310,10 +5310,6 @@
+   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*)
+-	COREFILE=trad-core.lo
+-	TRAD_HEADER='"hosts/i386bsd.h"'
+-	;;
+   i[3-7]86-*-freebsd* | i[3-7]86-*-kfreebsd*-gnu)
+ 	COREFILE=''
+ 	TRAD_HEADER='"hosts/i386bsd.h"'

+ 1 - 1
gdb/gdb.spec

@@ -34,7 +34,7 @@ Class:        BASE
 Group:        Development
 License:      GPL
 Version:      6.1
-Release:      20040609
+Release:      20040615
 
 #   list of sources
 Source0:      ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.gz