mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-06 11:27:05 +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.
6 lines
132 B
Mathematica
6 lines
132 B
Mathematica
# 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
|