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]

Re: [PATCH] new frame code for h8300 target


Just FYI, the changes to resurect h8300-tdep.c and h8300.mt are ok (I see the're already committed). However the change to resurect config/h8300/tm-h8300.h isn't - the h8300 is now considered to be a new architecture and any new architecture is required to be pure multi-arch (i.e., no tm-*.h file).

Looking forward to patches that fix that.

In the mean time I've committed the attached,
Andrew
2005-02-14  Andrew Cagney  <cagney@gnu.org>

	* config/h8300/h8300.mt (DEPRECATED_TM_FILE): Delete.
	* config/h8300/tm-h8300.h: Delete file.

Index: config/h8300/h8300.mt
===================================================================
RCS file: /cvs/src/src/gdb/config/h8300/h8300.mt,v
retrieving revision 1.4
diff -p -u -r1.4 h8300.mt
--- config/h8300/h8300.mt	12 Feb 2005 10:38:52 -0000	1.4
+++ config/h8300/h8300.mt	15 Feb 2005 02:01:59 -0000
@@ -1,6 +1,5 @@
 # Target: H8300 with HMS monitor, E7000 ICE and H8 simulator
 TDEPFILES= h8300-tdep.o remote-e7000.o ser-e7kpc.o monitor.o remote-hms.o dsrec.o
-DEPRECATED_TM_FILE= tm-h8300.h
 
 SIM_OBS = remote-sim.o
 SIM = ../sim/h8300/libsim.a

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