Revert change to config/ia64/linux.mh in which core-regset.h was
authorKevin Buettner <kevinb@redhat.com>
Sat, 31 Mar 2001 23:07:10 +0000 (23:07 +0000)
committerKevin Buettner <kevinb@redhat.com>
Sat, 31 Mar 2001 23:07:10 +0000 (23:07 +0000)
removed from NATDEPFILES.

gdb/ChangeLog
gdb/config/ia64/linux.mh

index fbc2afc23df39229d88f06e75e209e9128ea2b43..2263edaf2c01bb83023145061ecefbf53670bb6f 100644 (file)
@@ -4,9 +4,6 @@
        TRAP_HWBKPT constant to match that in the kernel headers for
        Linux/IA-64.
 
-       * config/ia64/linux.mh (NATDEPFILES): Remove core-regset.o
-       from list.
-
 2001-03-31  Mark Kettenis  <kettenis@gnu.org>
 
        * i386bsd-nat.c: Include "gdb_assert.h".
index af0c9b8347db8d4c0f6de883ec1b9ed0766b1d60..00119e60a2daa87fbd3e7139ccaf476a847e1954 100644 (file)
@@ -5,7 +5,8 @@ XDEPFILES=
 
 NAT_FILE= nm-linux.h
 NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \
-       core-aout.o ia64-linux-nat.o proc-service.o thread-db.o lin-lwp.o
+       core-aout.o core-regset.o ia64-linux-nat.o \
+       proc-service.o thread-db.o lin-lwp.o
 
 LOADLIBES = -ldl -rdynamic
 
This page took 0.030487 seconds and 4 git commands to generate.