summaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorNick Hudson <nick.hudson@dsl.pipex.com>2008-03-16 08:50:43 +0000
committerNick Hudson <nick.hudson@dsl.pipex.com>2008-03-16 08:50:43 +0000
commitd37d3cf2f3b845b88e67285130dd5c64dea5346e (patch)
tree970e1031afedc20fb961c19e2b416789128816e7 /gdb/config
parent654ea3a5fecec2de9253560aa93c240305d67543 (diff)
downloadgdb-d37d3cf2f3b845b88e67285130dd5c64dea5346e.tar.gz
* Makefile.in (amd64nbsd-nat.o): New dependency.
* amd64nbsd-nat.c: Include "nbsd-nat.h". (_initialize_amd64nbsd_nat): Update target vector to use nbsd_pid_to_exec_file. * config/i386/nbsd64.mh (NATDEPFILES): Add nbsd-nat.o.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/i386/nbsd64.mh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/nbsd64.mh b/gdb/config/i386/nbsd64.mh
index aec29050242..5de8cf582d8 100644
--- a/gdb/config/i386/nbsd64.mh
+++ b/gdb/config/i386/nbsd64.mh
@@ -1,3 +1,3 @@
# Host: NetBSD/amd64
NATDEPFILES= fork-child.o inf-ptrace.o \
- amd64-nat.o amd64bsd-nat.o amd64nbsd-nat.o
+ nbsd-nat.o amd64-nat.o amd64bsd-nat.o amd64nbsd-nat.o