mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
Revert change to config/ia64/linux.mh in which core-regset.h was
removed from NATDEPFILES.
This commit is contained in:
parent
521f1f968c
commit
517a56366b
@ -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".
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user