mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
* config/ia64/linux.mh (NATDEPFILES): Remove core-regset.o
from list.
This commit is contained in:
@ -3,6 +3,10 @@
|
|||||||
* ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
|
* ia64-linux-nat.c (ia64_linux_stopped_by_watchpoint): Change
|
||||||
TRAP_HWBKPT constant to match that in the kernel headers for
|
TRAP_HWBKPT constant to match that in the kernel headers for
|
||||||
Linux/IA-64.
|
Linux/IA-64.
|
||||||
|
|
||||||
|
* config/ia64/linux.mh (NATDEPFILES): Remove core-regset.o
|
||||||
|
from list.
|
||||||
|
|
||||||
2001-03-31 Mark Kettenis <kettenis@gnu.org>
|
2001-03-31 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* i386bsd-nat.c: Include "gdb_assert.h".
|
* i386bsd-nat.c: Include "gdb_assert.h".
|
||||||
|
@ -5,8 +5,7 @@ XDEPFILES=
|
|||||||
|
|
||||||
NAT_FILE= nm-linux.h
|
NAT_FILE= nm-linux.h
|
||||||
NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \
|
NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o \
|
||||||
core-aout.o core-regset.o ia64-linux-nat.o \
|
core-aout.o ia64-linux-nat.o proc-service.o thread-db.o lin-lwp.o
|
||||||
proc-service.o thread-db.o lin-lwp.o
|
|
||||||
|
|
||||||
LOADLIBES = -ldl -rdynamic
|
LOADLIBES = -ldl -rdynamic
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user