2003-06-27 Elena Zannoni <ezannoni@redhat.com>
authorElena Zannoni <ezannoni@kwikemart.cygnus.com>
Fri, 27 Jun 2003 17:05:58 +0000 (17:05 +0000)
committerElena Zannoni <ezannoni@kwikemart.cygnus.com>
Fri, 27 Jun 2003 17:05:58 +0000 (17:05 +0000)
* config/powerpc/ppc64-linux.mh (NATDEPFILES): Add linux-nat.o.

gdb/ChangeLog
gdb/config/powerpc/ppc64-linux.mh

index d40e8cf82921a183b7ba49fa7c12620e41d3e73c..30ef061bd9ff3a365294977dff5c883e38eb897d 100644 (file)
@@ -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.
index c7a69ea073cc0ba1e1775988e5b2e78a37d3d556..dd815863f64fefbc2348147b5368fb13cdad723d 100644 (file)
@@ -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
This page took 0.044323 seconds and 4 git commands to generate.