diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-08 16:18:41 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-08 16:18:41 +0000 |
commit | 4015edd13a181ea7133d2f849a49ae94fafe775f (patch) | |
tree | 2494ed7139232ac46676775b0437129076554b41 /gdb/config/sh/nbsd.mh | |
parent | 0e2bd21956791f9a638251d3364c8fc4e4bdeb85 (diff) | |
download | gdb-4015edd13a181ea7133d2f849a49ae94fafe775f.zip gdb-4015edd13a181ea7133d2f849a49ae94fafe775f.tar.gz gdb-4015edd13a181ea7133d2f849a49ae94fafe775f.tar.bz2 |
* 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.
Diffstat (limited to 'gdb/config/sh/nbsd.mh')
-rw-r--r-- | gdb/config/sh/nbsd.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/sh/nbsd.mh b/gdb/config/sh/nbsd.mh index 2404026..dd677b6 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 |