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] Zap tm-irix5.h and tm-irix6.h


FYI, while both files defined a number of macros those macros were never used.

committed,
Andrew

PS: IRIX's list of problems includes missing sigtramp support.
2004-08-01  Andrew Cagney  <cagney@gnu.org>

	* config/mips/tm-irix6.h: Delete file.
	* config/mips/tm-irix5.h: Delete file.
	* config/mips/irix5.mt (TM_FILE): Set to tm-mips.h
	* config/mips/irix6.mt (TM_FILE): Set to tm-mips.h

Index: config/mips/irix5.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/mips/irix5.mt,v
retrieving revision 1.2
diff -p -u -r1.2 irix5.mt
--- config/mips/irix5.mt	27 Jul 2002 01:41:15 -0000	1.2
+++ config/mips/irix5.mt	1 Aug 2004 14:42:50 -0000
@@ -1,3 +1,3 @@
 # Target: MIPS SGI running Irix 5
 TDEPFILES= mips-tdep.o mips-irix-tdep.o solib.o solib-irix.o
-TM_FILE= tm-irix5.h
+TM_FILE= tm-mips.h
Index: config/mips/irix6.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/mips/irix6.mt,v
retrieving revision 1.2
diff -p -u -r1.2 irix6.mt
--- config/mips/irix6.mt	27 Jul 2002 01:41:15 -0000	1.2
+++ config/mips/irix6.mt	1 Aug 2004 14:42:50 -0000
@@ -1,3 +1,3 @@
 # Target: MIPS SGI running Irix 6.x
 TDEPFILES= mips-tdep.o mips-irix-tdep.o solib.o solib-irix.o
-TM_FILE= tm-irix6.h
+TM_FILE= tm-mips.h

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