This is the mail archive of the gdb-patches@sourceware.org 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: FYI: no duplicates in libgdb.a


I'm checking this in.

I noticed recently that libgdb.a has some duplicate entries.  There's no
reason for this, and this patch fixes the problem, by removing the
duplicate entries from ALL_TARGET_OBS.  These files are already
mentioned in COMMON_OBS.

Tom

2009-08-18  Tom Tromey  <tromey@redhat.com>

	* Makefile.in (ALL_TARGET_OBS): Remove prologue-value.o, solib.o.

Index: Makefile.in
===================================================================
RCS file: /cvs/src/src/gdb/Makefile.in,v
retrieving revision 1.1093
diff -u -r1.1093 Makefile.in
--- Makefile.in	31 Jul 2009 15:28:27 -0000	1.1093
+++ Makefile.in	18 Aug 2009 15:20:33 -0000
@@ -520,12 +520,11 @@
 	bsd-uthread.o \
 	nbsd-tdep.o obsd-tdep.o \
 	sol2-tdep.o \
-	solib.o solib-frv.o solib-irix.o solib-svr4.o solib-target.o \
+	solib-frv.o solib-irix.o solib-svr4.o solib-target.o \
 	solib-som.o solib-pa64.o solib-darwin.o \
 	dbug-rom.o dink32-rom.o ppcbug-rom.o m32r-rom.o dsrec.o monitor.o \
 	remote-m32r-sdi.o \
 	xcoffread.o \
-	prologue-value.o \
 	symfile-mem.o \
 	corelow.o \
 	windows-tdep.o \


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