mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-05 10:57:57 +00:00
ccf00f2179
(sh_gdbarch_init): Remove redundant prototype. * sh-linux-tdep.c: New file. * config/sh/tm-linux.h (sh_linux_svr4_fetch_link_map_offsets): Remove prototype. (SVR4_FETCH_LINK_MAP_OFFSETS): Remove define. * config/sh/linux.mt (TDEPFILES): Add sh64-tdep.o, remove solib-legacy.o. * Makefile.in (sh-linux-tdep.o): New.
9 lines
253 B
Mathematica
9 lines
253 B
Mathematica
# Target: GNU/Linux Super-H
|
|
TDEPFILES= sh-tdep.o sh64-tdep.o sh-linux-tdep.o \
|
|
monitor.o sh3-rom.o remote-e7000.o ser-e7kpc.o dsrec.o \
|
|
solib.o solib-svr4.o symfile-mem.o
|
|
DEPRECATED_TM_FILE= tm-linux.h
|
|
|
|
SIM_OBS = remote-sim.o
|
|
SIM = ../sim/sh/libsim.a
|