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]

[COMMIT] A small FreeBSD/sparc64 cleanup


This still had the solib stuff in the .mh file instead of the .mt
file.  Fixed by the attached patch.

Committed,

Mark


Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.7159
diff -u -p -r1.7159 ChangeLog
--- ChangeLog	16 May 2005 12:37:58 -0000	1.7159
+++ ChangeLog	16 May 2005 13:32:02 -0000
@@ -1,3 +1,10 @@
+2005-05-16  Mark Kettenis  <kettenis@gnu.org>
+
+	* config/sparc/fbsd.mt (TDEPFILES): Add solib.o and solib-svr4.o.
+	* config/sparc/fbsd.mh (NATDEPFILES): Remove solib.o, solib-svr4.o
+	and solib-legacy.o.
+	(NAT_FILE): Remove.
+
 2005-05-16  Ulrich Weigand  <uweigand@de.ibm.com>
 
 	* s390-tdep.c (s390_return_value): Remove unnecessary casts.
Index: config/sparc/fbsd.mh
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/fbsd.mh,v
retrieving revision 1.7
diff -u -p -r1.7 fbsd.mh
--- config/sparc/fbsd.mh	16 Jan 2005 20:29:11 -0000	1.7
+++ config/sparc/fbsd.mh	16 May 2005 13:32:02 -0000
@@ -1,5 +1,4 @@
 # Host: FreeBSD/sparc64
 NATDEPFILES= fork-child.o inf-ptrace.o \
 	fbsd-nat.o sparc-nat.o sparc64-nat.o sparc64fbsd-nat.o \
-	gcore.o solib.o solib-svr4.o solib-legacy.o
-NAT_FILE= solib.h
+	gcore.o
Index: config/sparc/fbsd.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/sparc/fbsd.mt,v
retrieving revision 1.5
diff -u -p -r1.5 fbsd.mt
--- config/sparc/fbsd.mt	2 Sep 2004 19:08:35 -0000	1.5
+++ config/sparc/fbsd.mt	16 May 2005 13:32:02 -0000
@@ -1,2 +1,3 @@
 # Target: FreeBSD/sparc64
-TDEPFILES= sparc-tdep.o sparc64-tdep.o sparc64fbsd-tdep.o corelow.o
+TDEPFILES= sparc-tdep.o sparc64-tdep.o sparc64fbsd-tdep.o corelow.o \
+	solib.o solib-svr4.o


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