rs6000-ibm-aix4.1

Jason R Thorpe thorpej@wasabisystems.com
Sun Jun 2 10:50:00 GMT 2002


On Sat, Jun 01, 2002 at 11:49:14PM -0400, Andrew Cagney wrote:

 > This one appears to not link.

Oops, fixed.  Sorry, I just overlooked these when I checked in my recent
powerpc changes.

	* config/rs6000/aix4.mt (TDEPFILES): Use ppc-sysv-tdep.o
	insetead of ppc-linux-tdep.o.
	* config/rs6000/rs6000.mt (TDEPFILES): Likewise.
	* config/rs6000/rs6000lynx.mt (TDEPFILES): Likewise.

-- 
        -- Jason R. Thorpe <thorpej@wasabisystems.com>
-------------- next part --------------
Index: config/rs6000/aix4.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/rs6000/aix4.mt,v
retrieving revision 1.4
diff -u -r1.4 aix4.mt
--- config/rs6000/aix4.mt	1 Dec 2001 00:23:38 -0000	1.4
+++ config/rs6000/aix4.mt	2 Jun 2002 17:39:01 -0000
@@ -1,3 +1,3 @@
 # Target: IBM RS/6000 running AIX4
-TDEPFILES= rs6000-tdep.o xcoffread.o ppc-linux-tdep.o solib.o solib-svr4.o
+TDEPFILES= rs6000-tdep.o xcoffread.o ppc-sysv-tdep.o solib.o solib-svr4.o
 TM_FILE= tm-rs6000-aix4.h
Index: config/rs6000/rs6000.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/rs6000/rs6000.mt,v
retrieving revision 1.4
diff -u -r1.4 rs6000.mt
--- config/rs6000/rs6000.mt	1 Dec 2001 00:23:38 -0000	1.4
+++ config/rs6000/rs6000.mt	2 Jun 2002 17:39:01 -0000
@@ -1,3 +1,3 @@
 # Target: IBM RS/6000 running AIX
-TDEPFILES= rs6000-tdep.o xcoffread.o ppc-linux-tdep.o solib.o solib-svr4.o
+TDEPFILES= rs6000-tdep.o xcoffread.o ppc-sysv-tdep.o solib.o solib-svr4.o
 TM_FILE= tm-rs6000.h
Index: config/rs6000/rs6000lynx.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/rs6000/rs6000lynx.mt,v
retrieving revision 1.5
diff -u -r1.5 rs6000lynx.mt
--- config/rs6000/rs6000lynx.mt	1 Dec 2001 00:23:38 -0000	1.5
+++ config/rs6000/rs6000lynx.mt	2 Jun 2002 17:39:01 -0000
@@ -1,3 +1,3 @@
 # Target: IBM RS6000 running LynxOS
-TDEPFILES= coff-solib.o rs6000-tdep.o ppc-linux-tdep.o solib.o solib-svr4.o
+TDEPFILES= coff-solib.o rs6000-tdep.o ppc-sysv-tdep.o solib.o solib-svr4.o
 TM_FILE= tm-rs6000ly.h


More information about the Gdb-patches mailing list