diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-11 16:56:16 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-11 16:56:16 +0000 |
commit | 8513dd2d37a6265302833384f327f064ebc569e3 (patch) | |
tree | 8a2aa1b9bb1aaeb28bf6d0f4413750264ef93494 /gdb/config/alpha | |
parent | 12bcb0fe6dec61c540012f469c4cb0a56d6b6ea4 (diff) | |
download | gdb-8513dd2d37a6265302833384f327f064ebc569e3.zip gdb-8513dd2d37a6265302833384f327f064ebc569e3.tar.gz gdb-8513dd2d37a6265302833384f327f064ebc569e3.tar.bz2 |
* Makefile.in (ALLDEPFILES): Remove alphanbsd-nat.c.
(alphanbsd-nat.o): Remove dependency list.
(alphanbsd-tdep.o): Add $(regcache_h) to dependency list.
* alphanbsd-nat.c: Delete. Contents moved to...
* alphanbsd-tdep.c: ...here.
(_initialize_alphanbsd_tdep): Register core functions.
* config/alpha/nbsd.mh (NATDEPFILES): Remove alphanbsd-nat.o.
Diffstat (limited to 'gdb/config/alpha')
-rw-r--r-- | gdb/config/alpha/nbsd.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/alpha/nbsd.mh b/gdb/config/alpha/nbsd.mh index 4d7664b..bc1ec25 100644 --- a/gdb/config/alpha/nbsd.mh +++ b/gdb/config/alpha/nbsd.mh @@ -1,4 +1,4 @@ # Host: Alpha running NetBSD NAT_CLIBS= -NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o alphabsd-nat.o alphanbsd-nat.o +NATDEPFILES= infptrace.o inftarg.o fork-child.o corelow.o alphabsd-nat.o NAT_FILE= nm-nbsd.h |