mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-29 21:13:52 +08:00
2001-12-17 Ben Harris <bjh21@netbsd.org>
* armbsd-nat.c: Remove file, renamed to armnbsd-nat.c. * armnbsd-nat.c: New file, renamed from armbsd-nat.c. * Makefile.in: Rename armbsd-nat.c to armnbsd-nat.c. * config/arm/nbsd.mh: Likewise.
This commit is contained in:
parent
b9891b29d8
commit
de7dd7a986
@ -1,3 +1,10 @@
|
||||
2001-12-17 Ben Harris <bjh21@netbsd.org>
|
||||
|
||||
* armbsd-nat.c: Remove file, renamed to armnbsd-nat.c.
|
||||
* armnbsd-nat.c: New file, renamed from armbsd-nat.c.
|
||||
* Makefile.in: Rename armbsd-nat.c to armnbsd-nat.c.
|
||||
* config/arm/nbsd.mh: Likewise.
|
||||
|
||||
2001-12-17 Corinna Vinschen <vinschen@redhat.com>
|
||||
|
||||
* NEWS: Note new target XStormy16.
|
||||
|
@ -1177,7 +1177,7 @@ unexport CHILLFLAGS CHILL_LIB CHILL_FOR_TARGET :
|
||||
ALLDEPFILES = 29k-share/udi/udip2soc.c 29k-share/udi/udr.c \
|
||||
29k-share/udi/udi2go32.c \
|
||||
a29k-tdep.c a68v-nat.c alpha-nat.c alpha-tdep.c \
|
||||
arm-linux-nat.c arm-linux-tdep.c arm-tdep.c armbsd-nat.c \
|
||||
arm-linux-nat.c arm-linux-tdep.c arm-tdep.c armnbsd-nat.c \
|
||||
coff-solib.c \
|
||||
core-sol2.c core-regset.c core-aout.c corelow.c \
|
||||
dcache.c delta68-nat.c dpx2-nat.c dstread.c exec.c fork-child.c \
|
||||
@ -1258,7 +1258,7 @@ arm-linux-tdep.o: arm-linux-tdep.c $(defs_h) $(target_h) $(value_h) \
|
||||
arm-tdep.o: arm-tdep.c $(gdbcmd_h) $(gdbcore_h) $(inferior_h) $(defs_h) \
|
||||
$(gdbcore_h) $(regcache_h) $(doublest_h) $(value_h)
|
||||
|
||||
armbsd-nat.o: armbsd-nat.c $(defs_h)
|
||||
armnbsd-nat.o: armnbsd-nat.c $(defs_h)
|
||||
|
||||
bcache.o: bcache.c $(bcache_h) $(defs_h)
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Host ARM running NetBSD
|
||||
XDEPFILES= ser-tcp.o
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o armbsd-nat.o
|
||||
NATDEPFILES= fork-child.o infptrace.o inftarg.o corelow.o armnbsd-nat.o
|
||||
XM_FILE=xm-nbsd.h
|
||||
NAT_FILE=nm-nbsd.h
|
||||
|
Loading…
Reference in New Issue
Block a user