From e9885b941235f7ce41ca183de4ad2edbcf7d1a12 Mon Sep 17 00:00:00 2001 From: Kevin Buettner Date: Sat, 31 Mar 2001 22:55:25 +0000 Subject: [PATCH] * config/ia64/linux.mh (NATDEPFILES): Remove core-regset.o from list. --- gdb/ChangeLog | 4 ++++ gdb/config/ia64/linux.mh | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 13c69c4d84..fbc2afc23d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -3,6 +3,10 @@ * ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change 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 * i386bsd-nat.c: Include "gdb_assert.h". diff --git a/gdb/config/ia64/linux.mh b/gdb/config/ia64/linux.mh index 00119e60a2..af0c9b8347 100644 --- a/gdb/config/ia64/linux.mh +++ b/gdb/config/ia64/linux.mh @@ -5,8 +5,7 @@ XDEPFILES= NAT_FILE= nm-linux.h NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \ - core-aout.o core-regset.o ia64-linux-nat.o \ - proc-service.o thread-db.o lin-lwp.o + core-aout.o ia64-linux-nat.o proc-service.o thread-db.o lin-lwp.o LOADLIBES = -ldl -rdynamic -- 2.11.0