diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-03-31 23:07:10 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-03-31 23:07:10 +0000 |
commit | 517a56366b8ecc28d50938faeb61ebc3124827c0 (patch) | |
tree | 0fbdee733644d09397cdec1f9dfa481573457bff /gdb | |
parent | 521f1f968c770217bc5c6f7ccfc6864a2f6e4fbf (diff) | |
download | gdb-517a56366b8ecc28d50938faeb61ebc3124827c0.zip gdb-517a56366b8ecc28d50938faeb61ebc3124827c0.tar.gz gdb-517a56366b8ecc28d50938faeb61ebc3124827c0.tar.bz2 |
Revert change to config/ia64/linux.mh in which core-regset.h was
removed from NATDEPFILES.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 3 | ||||
-rw-r--r-- | gdb/config/ia64/linux.mh | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fbc2afc..2263eda 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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". diff --git a/gdb/config/ia64/linux.mh b/gdb/config/ia64/linux.mh index af0c9b8..00119e6 100644 --- a/gdb/config/ia64/linux.mh +++ b/gdb/config/ia64/linux.mh @@ -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 |