mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-05 10:57:57 +00:00
c30dc7000d
* 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.
7 lines
224 B
Mathematica
7 lines
224 B
Mathematica
# 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
|