diff options
author | Mark Kettenis <kettenis@gnu.org> | 2006-12-17 13:30:44 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2006-12-17 13:30:44 +0000 |
commit | 84c5b489a8d38288089ae33717c511b1391e426b (patch) | |
tree | ee83fa875e699984c686aa2eab882afab8c8cec3 /gdb/config/i386/nbsdaout.mh | |
parent | 2970a4c485aa4f69bc734e271eb6e19f808dbe22 (diff) | |
download | gdb-84c5b489a8d38288089ae33717c511b1391e426b.zip gdb-84c5b489a8d38288089ae33717c511b1391e426b.tar.gz gdb-84c5b489a8d38288089ae33717c511b1391e426b.tar.bz2 |
Mark Kettenis <kettenis@gnu.org>
* i386nbsd-nat.c: Include "nbsd-nat.h".
(_initialize_i386nbsd_nat): Update target vector to use
nbsd_pid_to_exec_file.
* config/i386/nbsdelf.mh (NATDEPFILES): Add nbsd-nat.o.
* config/i386/nbsdaout.mh (NATDEPFILES): Add nbsd-nat.o.
* nbsd-nat.c: New file.
* nbsd-nat.h: New file.
* Makefile.in (ALLDEPFILES): Add nbsd-nat.c.
(nbsd_nat_h): New variable.
(nbsd-nat.o): New dependency.
Diffstat (limited to 'gdb/config/i386/nbsdaout.mh')
-rw-r--r-- | gdb/config/i386/nbsdaout.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/nbsdaout.mh b/gdb/config/i386/nbsdaout.mh index a14130a..9ea1952 100644 --- a/gdb/config/i386/nbsdaout.mh +++ b/gdb/config/i386/nbsdaout.mh @@ -1,6 +1,6 @@ # Host: NetBSD/i386 a.out NATDEPFILES= fork-child.o inf-ptrace.o \ - i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o \ + nbsd-nat.o i386bsd-nat.o i386nbsd-nat.o bsd-kvm.o \ solib.o solib-sunos.o LOADLIBES= -lkvm |