2004-10-31 Andrew Cagney * config/mips/tm-mips.h: Delete file. * remote-mips.c: Delete tm-mips.h from comment. * config/mips/embed.mt (DEPRECATED_TM_FILE): Delete. * config/mips/tm-nbsd.h: Don't include tm-mips.h. * config/mips/irix6.mt (DEPRECATED_TM_FILE): Delete. * config/mips/tm-linux.h: Don't include tm-mips.h. * config/mips/tm-vxmips.h: Don't include tm-mips.h. * config/mips/irix5.mt (DEPRECATED_TM_FILE): * config/mips/tm-wince.h: Don't include. Index: remote-mips.c =================================================================== RCS file: /cvs/src/src/gdb/remote-mips.c,v retrieving revision 1.55 diff -p -u -r1.55 remote-mips.c --- remote-mips.c 30 Oct 2004 22:36:34 -0000 1.55 +++ remote-mips.c 31 Oct 2004 18:06:50 -0000 @@ -1860,8 +1860,7 @@ mips_wait (ptid_t ptid, struct target_wa } /* We have to map between the register numbers used by gdb and the - register numbers used by the debugging protocol. This function - assumes that we are using tm-mips.h. */ + register numbers used by the debugging protocol. */ #define REGNO_OFFSET 96 Index: config/mips/embed.mt =================================================================== RCS file: /cvs/src/src/gdb/config/mips/embed.mt,v retrieving revision 1.5 diff -p -u -r1.5 embed.mt --- config/mips/embed.mt 30 Oct 2004 20:26:26 -0000 1.5 +++ config/mips/embed.mt 31 Oct 2004 18:06:51 -0000 @@ -1,4 +1,3 @@ TDEPFILES= mips-tdep.o remote-mips.o mips-mdebug-tdep.o -DEPRECATED_TM_FILE= tm-mips.h SIM_OBS = remote-sim.o SIM = ../sim/mips/libsim.a Index: config/mips/irix5.mt =================================================================== RCS file: /cvs/src/src/gdb/config/mips/irix5.mt,v retrieving revision 1.4 diff -p -u -r1.4 irix5.mt --- config/mips/irix5.mt 13 Sep 2004 20:55:40 -0000 1.4 +++ config/mips/irix5.mt 31 Oct 2004 18:06:51 -0000 @@ -1,3 +1,2 @@ # Target: MIPS SGI running Irix 5 TDEPFILES= mips-tdep.o mips-irix-tdep.o solib.o solib-irix.o -DEPRECATED_TM_FILE= tm-mips.h Index: config/mips/irix6.mt =================================================================== RCS file: /cvs/src/src/gdb/config/mips/irix6.mt,v retrieving revision 1.4 diff -p -u -r1.4 irix6.mt --- config/mips/irix6.mt 13 Sep 2004 20:55:40 -0000 1.4 +++ config/mips/irix6.mt 31 Oct 2004 18:06:51 -0000 @@ -1,3 +1,2 @@ # Target: MIPS SGI running Irix 6.x TDEPFILES= mips-tdep.o mips-irix-tdep.o solib.o solib-irix.o -DEPRECATED_TM_FILE= tm-mips.h Index: config/mips/tm-linux.h =================================================================== RCS file: /cvs/src/src/gdb/config/mips/tm-linux.h,v retrieving revision 1.13 diff -p -u -r1.13 tm-linux.h --- config/mips/tm-linux.h 26 Oct 2004 14:44:00 -0000 1.13 +++ config/mips/tm-linux.h 31 Oct 2004 18:06:51 -0000 @@ -22,12 +22,6 @@ #ifndef TM_MIPSLINUX_H #define TM_MIPSLINUX_H -#include "mips/tm-mips.h" - -/* We don't want to inherit tm-mips.h's shared library trampoline code. */ - -#undef IGNORE_HELPER_CALL - /* GNU/Linux MIPS has __SIGRTMAX == 127. */ #ifndef REALTIME_LO Index: config/mips/tm-nbsd.h =================================================================== RCS file: /cvs/src/src/gdb/config/mips/tm-nbsd.h,v retrieving revision 1.7 diff -p -u -r1.7 tm-nbsd.h --- config/mips/tm-nbsd.h 26 Oct 2004 14:24:38 -0000 1.7 +++ config/mips/tm-nbsd.h 31 Oct 2004 18:06:51 -0000 @@ -22,10 +22,8 @@ #ifndef TM_NBSD_H #define TM_NBSD_H -#include "mips/tm-mips.h" #include "solib.h" -/* We don't want to inherit tm-mips.h's shared library trampoline code. */ #undef IN_SOLIB_CALL_TRAMPOLINE #undef SKIP_TRAMPOLINE_CODE #undef DEPRECATED_IGNORE_HELPER_CALL Index: config/mips/tm-vxmips.h =================================================================== RCS file: /cvs/src/src/gdb/config/mips/tm-vxmips.h,v retrieving revision 1.3 diff -p -u -r1.3 tm-vxmips.h --- config/mips/tm-vxmips.h 6 Nov 2003 02:52:28 -0000 1.3 +++ config/mips/tm-vxmips.h 31 Oct 2004 18:06:51 -0000 @@ -19,5 +19,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "mips/tm-mips.h" #include "config/tm-vxworks.h" Index: config/mips/tm-wince.h =================================================================== RCS file: /cvs/src/src/gdb/config/mips/tm-wince.h,v retrieving revision 1.6 diff -p -u -r1.6 tm-wince.h --- config/mips/tm-wince.h 29 Jan 2002 04:42:42 -0000 1.6 +++ config/mips/tm-wince.h 31 Oct 2004 18:06:51 -0000 @@ -22,8 +22,6 @@ #ifndef TM_WINCE_H #define TM_WINCE_H 1 -#include "mips/tm-mips.h" - #undef SOFTWARE_SINGLE_STEP_P #define SOFTWARE_SINGLE_STEP_P() 1 #define SOFTWARE_SINGLE_STEP(sig, bp_p) wince_software_single_step (sig, bp_p)