* 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.
This commit is contained in:
Jason Thorpe 2002-05-08 16:18:41 +00:00
parent 0e2bd21956
commit 4015edd13a
6 changed files with 15 additions and 4 deletions

View 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

View 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

View 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

View 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) \

View 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. */