2003-06-27 Elena Zannoni <ezannoni@redhat.com>
* config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
This commit is contained in:
parent
4eb588760e
commit
88a07d7ce0
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2003-06-27 Elena Zannoni <ezannoni@redhat.com>
|
||||
|
||||
* config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
|
||||
|
||||
2003-06-27 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* m68hc11-tdep.c (m68hc11_call_dummy_address): Delete function.
|
||||
|
|
|
@ -6,7 +6,7 @@ XM_CLIBS=
|
|||
NAT_FILE= nm-ppc64-linux.h
|
||||
NATDEPFILES= infptrace.o inftarg.o fork-child.o linux-proc.o \
|
||||
ppc-linux-nat.o proc-service.o thread-db.o lin-lwp.o \
|
||||
gcore.o
|
||||
gcore.o linux-nat.o
|
||||
|
||||
# The PowerPC has severe limitations on TOC size, and uses them even
|
||||
# for non-PIC code. GDB overflows those tables when compiling with
|
||||
|
|
Loading…
Reference in a new issue