aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorBen Harris <bjh21@netbsd.org>2001-12-17 21:14:10 +0000
committerBen Harris <bjh21@netbsd.org>2001-12-17 21:14:10 +0000
commitde7dd7a9867141d7fee7800184942b6c87d8138f (patch)
tree2e43c374c47af881932e2b1501483d9bf0a2579d /gdb
parentb9891b29d8c2f8c2ad8ed59ca38612e3cd92a748 (diff)
downloadfsf-binutils-gdb-de7dd7a9867141d7fee7800184942b6c87d8138f.zip
fsf-binutils-gdb-de7dd7a9867141d7fee7800184942b6c87d8138f.tar.gz
fsf-binutils-gdb-de7dd7a9867141d7fee7800184942b6c87d8138f.tar.bz2
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.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog7
-rw-r--r--gdb/Makefile.in4
-rw-r--r--gdb/armnbsd-nat.c (renamed from gdb/armbsd-nat.c)0
-rw-r--r--gdb/config/arm/nbsd.mh2
4 files changed, 10 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index fc3464a..32a404d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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.
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index d0768ec..f4bd4cb 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -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)
diff --git a/gdb/armbsd-nat.c b/gdb/armnbsd-nat.c
index a6b9b04..a6b9b04 100644
--- a/gdb/armbsd-nat.c
+++ b/gdb/armnbsd-nat.c
diff --git a/gdb/config/arm/nbsd.mh b/gdb/config/arm/nbsd.mh
index 9842261..2130d9d 100644
--- a/gdb/config/arm/nbsd.mh
+++ b/gdb/config/arm/nbsd.mh
@@ -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