diff options
Diffstat (limited to 'gdb/config')
-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 c7a69ea073c..dd815863f64 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 |