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]

[PATCH] Revert yesterday's change to config/rs6000/rs6000lynx.mt


I've just committed the following...

	* config/rs6000/rs6000lynx.mt (TDEPFILES): Revert 2000-10-24
	change in which solib-svr4.o was inadvertently added to this
	list.

Index: config/rs6000/rs6000lynx.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/rs6000/rs6000lynx.mt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rs6000lynx.mt	2000/10/24 20:05:36	1.3
+++ rs6000lynx.mt	2000/10/25 20:48:59	1.4
@@ -1,3 +1,3 @@
 # Target: IBM RS6000 running LynxOS
-TDEPFILES= coff-solib.o solib-svr4.o rs6000-tdep.o ppc-linux-tdep.o
+TDEPFILES= coff-solib.o rs6000-tdep.o ppc-linux-tdep.o
 TM_FILE= tm-rs6000ly.h

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