]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* sh-nbsd-nat.c: Rename to...
authorJason Thorpe <thorpej@netbsd.org>
Wed, 8 May 2002 16:18:41 +0000 (16:18 +0000)
committerJason Thorpe <thorpej@netbsd.org>
Wed, 8 May 2002 16:18:41 +0000 (16:18 +0000)
* 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.

gdb/ChangeLog
gdb/config/sh/nbsd.mh
gdb/config/sh/nbsd.mt
gdb/shnbsd-nat.c [moved from gdb/sh-nbsd-nat.c with 98% similarity]
gdb/shnbsd-tdep.c [moved from gdb/sh-nbsd-tdep.c with 99% similarity]
gdb/shnbsd-tdep.h [moved from gdb/sh-nbsd-tdep.h with 100% similarity]

index 2b0a10689ef1edce6094066512a8f94bb86f2bdd..8d98b1879928d3b18d4a4050a117c2327cd15442 100644 (file)
@@ -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
index 240402676315ce2b071a7a50b029b1e6ab8962ac..dd677b60e4b12740fef8f4dac96fea4f4dc3417e 100644 (file)
@@ -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
index 1bece84cf9bf38fb5f44c9d07cd51563a8831613..b440993724b6623f961f014bb9d2c18e44e62b05 100644 (file)
@@ -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
similarity index 98%
rename from gdb/sh-nbsd-nat.c
rename to gdb/shnbsd-nat.c
index 469674b169bedd92403b05377e9384097decab5c..0367fde1a8f6e0d01a4dcc679aa01db1e115cd3d 100644 (file)
@@ -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) \
similarity index 99%
rename from gdb/sh-nbsd-tdep.c
rename to gdb/shnbsd-tdep.c
index 512162e38948fabe480de0950b2dfdb0cdb00b77..a185b51a96f89c9232d1e4ca654baf442381fc03 100644 (file)
@@ -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.  */
similarity index 100%
rename from gdb/sh-nbsd-tdep.h
rename to gdb/shnbsd-tdep.h