This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove explicit FreeBSD/i386 ELF core file support


Now taken care of by the generic register set based core file support.

Committed.


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* config/i386/fbsd.mt (TDEPFILES): Add corelow.o.
	* config/i386/fbsd.mh (NATDEPFILES): Remove corelow.o and
	core-regset.o.

 
Index: config/i386/fbsd.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/fbsd.mh,v
retrieving revision 1.12
diff -u -p -r1.12 fbsd.mh
--- config/i386/fbsd.mh 11 May 2002 17:22:27 -0000 1.12
+++ config/i386/fbsd.mh 29 Oct 2003 22:52:00 -0000
@@ -4,4 +4,4 @@ XM_FILE= xm-i386.h
 
 NAT_FILE= nm-fbsd.h
 # NOTE: Do not spread NATDEPFILES over several lines - it hurts BSD make.
-NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o solib-legacy.o corelow.o core-aout.o core-regset.o i386-nat.o i386bsd-nat.o i386fbsd-nat.o gcore.o fbsd-proc.o
+NATDEPFILES= fork-child.o infptrace.o inftarg.o solib.o solib-svr4.o solib-legacy.o core-aout.o i386-nat.o i386bsd-nat.o i386fbsd-nat.o gcore.o fbsd-proc.o
Index: config/i386/fbsd.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/fbsd.mt,v
retrieving revision 1.4
diff -u -p -r1.4 fbsd.mt
--- config/i386/fbsd.mt 11 Oct 2003 15:22:39 -0000 1.4
+++ config/i386/fbsd.mt 29 Oct 2003 22:52:00 -0000
@@ -1,3 +1,3 @@
 # Target: Intel 386 running FreeBSD
-TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o
+TDEPFILES= i386-tdep.o i387-tdep.o i386bsd-tdep.o i386fbsd-tdep.o corelow.o
 TM_FILE= tm-fbsd.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]