summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-05-08 16:18:41 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-05-08 16:18:41 +0000
commitd6b74b0fa6d22cfd94451b9024cd43fddb2d6f4e (patch)
tree4cae5d849460982af06610ac86d6fd0ddf42a83c
parent12976ffa0f55de3f1c1236f6b5d86d4e829fc409 (diff)
downloadgdb-d6b74b0fa6d22cfd94451b9024cd43fddb2d6f4e.tar.gz
* sh-nbsd-nat.c: Rename to...
* shnbsd-nat.c: ...this. * sh-nbsd-tdep.c: Rename to... * shnbsd-tdep.c: ...this. * sh-nbsd-tdep.h: Rename to... * shnbsd-tdep.h: ...this. * config/sh/nbsd.mh: Use shnbsd-nat.o. * config/sh/nbsd.mt: Use shnbsd-tdep.o.
-rw-r--r--gdb/ChangeLog11
-rw-r--r--gdb/config/sh/nbsd.mh2
-rw-r--r--gdb/config/sh/nbsd.mt2
-rw-r--r--gdb/shnbsd-nat.c (renamed from gdb/sh-nbsd-nat.c)2
-rw-r--r--gdb/shnbsd-tdep.c (renamed from gdb/sh-nbsd-tdep.c)2
-rw-r--r--gdb/shnbsd-tdep.h (renamed from gdb/sh-nbsd-tdep.h)0
6 files changed, 15 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2b0a10689ef..8d98b187992 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,14 @@
+2002-05-08 Jason Thorpe <thorpej@wasabisystems.com>
+
+ * sh-nbsd-nat.c: Rename to...
+ * shnbsd-nat.c: ...this.
+ * sh-nbsd-tdep.c: Rename to...
+ * shnbsd-tdep.c: ...this.
+ * sh-nbsd-tdep.h: Rename to...
+ * shnbsd-tdep.h: ...this.
+ * config/sh/nbsd.mh: Use shnbsd-nat.o.
+ * config/sh/nbsd.mt: Use shnbsd-tdep.o.
+
2002-05-08 Richard Earnshaw <rearnsha@arm.com>
* remote-rdi.c (_initializie_remote_rdi): Use ANSI-style string
diff --git a/gdb/config/sh/nbsd.mh b/gdb/config/sh/nbsd.mh
index 24040267631..dd677b60e4b 100644
--- a/gdb/config/sh/nbsd.mh
+++ b/gdb/config/sh/nbsd.mh
@@ -1,4 +1,4 @@
# Host: SuperH running NetBSD
NAT_CLIBS=
-NATDEPFILES= infptrace.o inftarg.o fork-child.o sh-nbsd-nat.o
+NATDEPFILES= infptrace.o inftarg.o fork-child.o shnbsd-nat.o
NAT_FILE= nm-nbsd.h
diff --git a/gdb/config/sh/nbsd.mt b/gdb/config/sh/nbsd.mt
index 1bece84cf9b..b440993724b 100644
--- a/gdb/config/sh/nbsd.mt
+++ b/gdb/config/sh/nbsd.mt
@@ -1,5 +1,5 @@
# Target: SuperH running NetBSD
-TDEPFILES= sh-tdep.o sh-nbsd-tdep.o corelow.o solib.o solib-svr4.o
+TDEPFILES= sh-tdep.o shnbsd-tdep.o corelow.o solib.o solib-svr4.o
TM_FILE= tm-nbsd.h
SIM_OBS = remote-sim.o
diff --git a/gdb/sh-nbsd-nat.c b/gdb/shnbsd-nat.c
index 469674b169b..0367fde1a8f 100644
--- a/gdb/sh-nbsd-nat.c
+++ b/gdb/shnbsd-nat.c
@@ -26,7 +26,7 @@
#include "defs.h"
#include "inferior.h"
-#include "sh-nbsd-tdep.h"
+#include "shnbsd-tdep.h"
/* Determine if PT_GETREGS fetches this register. */
#define GETREGS_SUPPLIES(regno) \
diff --git a/gdb/sh-nbsd-tdep.c b/gdb/shnbsd-tdep.c
index 512162e3894..a185b51a96f 100644
--- a/gdb/sh-nbsd-tdep.c
+++ b/gdb/shnbsd-tdep.c
@@ -25,7 +25,7 @@
#include "value.h"
#include "solib-svr4.h"
-#include "sh-nbsd-tdep.h"
+#include "shnbsd-tdep.h"
/* Convert an r0-r15 register number into an offset into a ptrace
register structure. */
diff --git a/gdb/sh-nbsd-tdep.h b/gdb/shnbsd-tdep.h
index ede2f93b831..ede2f93b831 100644
--- a/gdb/sh-nbsd-tdep.h
+++ b/gdb/shnbsd-tdep.h