This is the mail archive of the gdb-patches@sourceware.org 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]

[committed] Remove config/sh/tm-sh.h


Hello,

after checking in 
http://sourceware.org/ml/gdb-patches/2007-02/msg00367.html
the only thing config/sh/tm-sh.h does is to define NUM_REALREGS,
a macro no longer used anywhere in the source tree.

The following patch thus removes tm-sh.h from all targets.
All sh targets (except WinCE, which should be obsolete now
anyway) no longer use any TM file now.

Bye,
Ulrich


ChangeLog:

	* config/sh/tm-sh.h: Remove file.
	* config/sh/embed.mt (DEPRECATED_TM_FILE): Remove.
	* config/sh/linux.mt (DEPRECATED_TM_FILE): Remove.
	* config/sh/nbsd.mt (DEPRECATED_TM_FILE): Remove.
	* config/sh/tm-wince.h: Do not include "sh/tm-sh.h".

Index: gdb/config/sh/embed.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/sh/embed.mt,v
retrieving revision 1.6
diff -u -p -r1.6 embed.mt
--- gdb/config/sh/embed.mt	15 Apr 2005 08:01:15 -0000	1.6
+++ gdb/config/sh/embed.mt	27 Mar 2007 19:29:34 -0000
@@ -1,6 +1,5 @@
 # Target: Embedded Renesas Super-H with ICE and simulator
 TDEPFILES= sh-tdep.o sh64-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o 
-DEPRECATED_TM_FILE= tm-sh.h
 
 SIM_OBS = remote-sim.o
 SIM = ../sim/sh/libsim.a
Index: gdb/config/sh/linux.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/sh/linux.mt,v
retrieving revision 1.11
diff -u -p -r1.11 linux.mt
--- gdb/config/sh/linux.mt	28 Nov 2006 21:41:03 -0000	1.11
+++ gdb/config/sh/linux.mt	27 Mar 2007 19:29:34 -0000
@@ -2,7 +2,6 @@
 TDEPFILES= sh-tdep.o sh64-tdep.o sh-linux-tdep.o \
 	monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o \
 	solib.o solib-svr4.o symfile-mem.o
-DEPRECATED_TM_FILE= tm-sh.h
 
 SIM_OBS = remote-sim.o
 SIM = ../sim/sh/libsim.a
Index: gdb/config/sh/nbsd.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/sh/nbsd.mt,v
retrieving revision 1.8
diff -u -p -r1.8 nbsd.mt
--- gdb/config/sh/nbsd.mt	2 Mar 2007 21:28:18 -0000	1.8
+++ gdb/config/sh/nbsd.mt	27 Mar 2007 19:29:34 -0000
@@ -1,7 +1,6 @@
 # Target: NetBSD/sh
 TDEPFILES= sh-tdep.o shnbsd-tdep.o \
 	corelow.o solib.o solib-svr4.o
-DEPRECATED_TM_FILE= tm-sh.h
 
 SIM_OBS = remote-sim.o
 SIM = ../sim/sh/libsim.a
Index: gdb/config/sh/tm-wince.h
===================================================================
RCS file: /cvs/src/src/gdb/config/sh/tm-wince.h,v
retrieving revision 1.8
diff -u -p -r1.8 tm-wince.h
--- gdb/config/sh/tm-wince.h	9 Jan 2007 17:59:06 -0000	1.8
+++ gdb/config/sh/tm-wince.h	27 Mar 2007 19:29:34 -0000
@@ -21,7 +21,6 @@
 #ifndef TM_WINCE_H
 #define TM_WINCE_H 1
 
-#include "sh/tm-sh.h"
 #undef SOFTWARE_SINGLE_STEP_P
 #define SOFTWARE_SINGLE_STEP_P() 1
 
-- 
  Dr. Ulrich Weigand
  GNU Toolchain for Linux on System z and Cell BE
  Ulrich.Weigand@de.ibm.com


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