mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 00:59:15 +08:00
Changes for GNU/Linux PPC native gdb port.
This commit is contained in:
@ -9,6 +9,9 @@
|
|||||||
config/powerpc/nm-linux.h, config/powerpc/tm-linux.h: New files.
|
config/powerpc/nm-linux.h, config/powerpc/tm-linux.h: New files.
|
||||||
* config/powerpc/xm-linux.h: Substantially revised for native
|
* config/powerpc/xm-linux.h: Substantially revised for native
|
||||||
port.
|
port.
|
||||||
|
* config/powerpc/linux.mh (NAT_FILE): Redefine to be nm-linux.h.
|
||||||
|
(NATDEPFILES): Update list to reflect the fact that we can
|
||||||
|
now debug natively.
|
||||||
|
|
||||||
* rs6000-tdep.c, config/rs6000/tm-rs6000.h
|
* rs6000-tdep.c, config/rs6000/tm-rs6000.h
|
||||||
(rs6000_frameless_function_invocation, rs6000_frame_saved_pc):
|
(rs6000_frameless_function_invocation, rs6000_frame_saved_pc):
|
||||||
|
@ -4,7 +4,7 @@ XM_FILE= xm-linux.h
|
|||||||
XDEPFILES= ser-tcp.o
|
XDEPFILES= ser-tcp.o
|
||||||
XM_CLIBS=
|
XM_CLIBS=
|
||||||
|
|
||||||
NAT_FILE= ../nm-sysv4.h
|
NAT_FILE= nm-linux.h
|
||||||
NATDEPFILES= solib.o corelow.o # infptrace.o inftarg.o fork-child.o core-aout.o core-regset.o
|
NATDEPFILES= infptrace.o solib.o inftarg.o fork-child.o corelow.o core-aout.o core-regset.o ppc-linux-nat.o linux-thread.o
|
||||||
|
|
||||||
GDBSERVER_DEPFILES= low-linux.o
|
GDBSERVER_DEPFILES= low-linux.o
|
||||||
|
Reference in New Issue
Block a user