Changes for GNU/Linux PPC native gdb port.
This commit is contained in:
parent
223b8554ec
commit
8883511eb0
@ -9,6 +9,9 @@
|
||||
config/powerpc/nm-linux.h, config/powerpc/tm-linux.h: New files.
|
||||
* config/powerpc/xm-linux.h: Substantially revised for native
|
||||
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_frameless_function_invocation, rs6000_frame_saved_pc):
|
||||
|
@ -4,7 +4,7 @@ XM_FILE= xm-linux.h
|
||||
XDEPFILES= ser-tcp.o
|
||||
XM_CLIBS=
|
||||
|
||||
NAT_FILE= ../nm-sysv4.h
|
||||
NATDEPFILES= solib.o corelow.o # infptrace.o inftarg.o fork-child.o core-aout.o core-regset.o
|
||||
NAT_FILE= nm-linux.h
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user