diff options
author | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-06-27 17:05:58 +0000 |
---|---|---|
committer | Elena Zannoni <ezannoni@kwikemart.cygnus.com> | 2003-06-27 17:05:58 +0000 |
commit | 88a07d7ce060131de41d150453057047d41f31b7 (patch) | |
tree | 6ce892f9ca0af380238490e12fb1c8e114600e00 /gdb/config/powerpc | |
parent | 4eb588760e3843d075f911d7c095a8d7143338a6 (diff) | |
download | gdb-88a07d7ce060131de41d150453057047d41f31b7.zip gdb-88a07d7ce060131de41d150453057047d41f31b7.tar.gz gdb-88a07d7ce060131de41d150453057047d41f31b7.tar.bz2 |
2003-06-27 Elena Zannoni <ezannoni@redhat.com>
* config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.
Diffstat (limited to 'gdb/config/powerpc')
-rw-r--r-- | gdb/config/powerpc/ppc64-linux.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/powerpc/ppc64-linux.mh b/gdb/config/powerpc/ppc64-linux.mh index c7a69ea..dd81586 100644 --- a/gdb/config/powerpc/ppc64-linux.mh +++ b/gdb/config/powerpc/ppc64-linux.mh @@ -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 |