diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-04-15 08:01:15 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-04-15 08:01:15 +0000 |
commit | c30dc7000d08f1374bd434e3ac05769a6d40151f (patch) | |
tree | fabd07f72deba520f457e562dcd8d42062d6939a /gdb/config/sh | |
parent | 6efba98792ca1c59e2b4ad94ad2b20ecc5715413 (diff) | |
download | gdb-c30dc7000d08f1374bd434e3ac05769a6d40151f.zip gdb-c30dc7000d08f1374bd434e3ac05769a6d40151f.tar.gz gdb-c30dc7000d08f1374bd434e3ac05769a6d40151f.tar.bz2 |
* MAINTAINERS: Change sh64-elf state to non-broken.
* Makefile.in: Fix dependencies for sh64-tdep.o.
* configure.tgt: Add sh64-*-elf case.
* sh-tdep.c (sh_gdbarch_init): Reactivate bfd_mach_sh5 case.
* sh64-tdep.c: Rework to replace all deprecated mechanisms with
modern methods.
* config/sh/embed.mt (TDEPFILES): Add sh64-tdep.o.
* config/sh/sh64.mt: Resurrect.
Diffstat (limited to 'gdb/config/sh')
-rw-r--r-- | gdb/config/sh/embed.mt | 2 | ||||
-rw-r--r-- | gdb/config/sh/sh64.mt | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gdb/config/sh/embed.mt b/gdb/config/sh/embed.mt index 65d8b59..e57d3b7 100644 --- a/gdb/config/sh/embed.mt +++ b/gdb/config/sh/embed.mt @@ -1,5 +1,5 @@ # Target: Embedded Renesas Super-H with ICE and simulator -TDEPFILES= sh-tdep.o monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o +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 diff --git a/gdb/config/sh/sh64.mt b/gdb/config/sh/sh64.mt new file mode 100644 index 0000000..5afe876 --- /dev/null +++ b/gdb/config/sh/sh64.mt @@ -0,0 +1,5 @@ +# Target: Renesas/Super-H 64 bit with simulator +TDEPFILES= sh-tdep.o sh64-tdep.o + +SIM_OBS = remote-sim.o +SIM = ../sim/sh64/libsim.a |