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 legacy solib support for GNU/Linux i386 and x86_64


We no longer need solib-legacy.o here.

Committed,

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
	* config/i386/linux64.mt (TDEPFILES): Likewise.

 
Index: config/i386/linux.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/linux.mt,v
retrieving revision 1.7
diff -u -p -r1.7 linux.mt
--- config/i386/linux.mt 9 Nov 2003 17:28:08 -0000 1.7
+++ config/i386/linux.mt 9 Apr 2004 16:33:33 -0000
@@ -1,4 +1,4 @@
 # Target: Intel 386 running GNU/Linux
 TDEPFILES= i386-tdep.o i386-linux-tdep.o glibc-tdep.o i387-tdep.o \
-	solib.o solib-svr4.o solib-legacy.o
+	solib.o solib-svr4.o
 TM_FILE= tm-linux.h
Index: config/i386/linux64.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/i386/linux64.mt,v
retrieving revision 1.1
diff -u -p -r1.1 linux64.mt
--- config/i386/linux64.mt 25 Feb 2004 20:45:31 -0000 1.1
+++ config/i386/linux64.mt 9 Apr 2004 16:33:33 -0000
@@ -1,5 +1,5 @@
 # Target: GNU/Linux x86-64
 TDEPFILES= amd64-tdep.o amd64-linux-tdep.o \
 	i386-tdep.o i387-tdep.o i386-linux-tdep.o glibc-tdep.o \
-	solib.o solib-svr4.o solib-legacy.o corelow.o
+	solib.o solib-svr4.o corelow.o
 TM_FILE=tm-linux64.h


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