diff options
Diffstat (limited to 'gdb/config/sh')
-rw-r--r-- | gdb/config/sh/embed.mt | 6 | ||||
-rw-r--r-- | gdb/config/sh/linux.mt (renamed from gdb/config/sh/sh.mt) | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/config/sh/embed.mt b/gdb/config/sh/embed.mt new file mode 100644 index 0000000..0f37e43 --- /dev/null +++ b/gdb/config/sh/embed.mt @@ -0,0 +1,6 @@ +# Target: Embedded Hitachi Super-H with ICE and simulator +TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o +TM_FILE= tm-sh.h + +SIM_OBS = remote-sim.o +SIM = ../sim/sh/libsim.a diff --git a/gdb/config/sh/sh.mt b/gdb/config/sh/linux.mt index 25540b3..0653432 100644 --- a/gdb/config/sh/sh.mt +++ b/gdb/config/sh/linux.mt @@ -1,4 +1,4 @@ -# Target: Hitachi Super-H with ICE and simulator +# Target: Hitachi Super-H running GNU/Linux TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o solib.o solib-svr4.o TM_FILE= tm-linux.h |