forked from Imagelibrary/binutils-gdb
(ELF_FPREGSET_SIZE, ELF_GREGSET_SIZE): New enums.
(fetch_core_registers, ppc_linux_supply_gregset)
(ppc_linux_supply_fpregset): New functions.
(ppc_linux_regset_core_fns): New.
(_initialize_ppc_linux_tdep): Call add_core_fns.
* ppc-tdep.h: Add prototypes for ppc_linux_supply_fpregset
and ppc_linux_supply_gregset.
* ppc-linux-nat.c (supply_gregset): Call ppc_linux_supply_gregset.
(supply_fpregset): Call ppc_linux_supply_fpregset.
* config/powerpc/linux.mh (NATDEPFILES): Remove core-regset.o and
corelow.o.
* config/powerpc/linux.mt (TDEPFILES): Add corelow.o.
8 lines
209 B
Mathematica
8 lines
209 B
Mathematica
# Target: Motorola PPC on Linux
|
|
TDEPFILES= rs6000-tdep.o ppc-linux-tdep.o ppc-sysv-tdep.o solib.o \
|
|
solib-svr4.o solib-legacy.o corelow.o
|
|
TM_FILE= tm-linux.h
|
|
|
|
SIM_OBS = remote-sim.o
|
|
SIM = ../sim/ppc/libsim.a
|