forked from Imagelibrary/binutils-gdb
gdb/ChangeLog:
* i386obsd-nat.c: Include "obsd-nat.h".
(_initialize_i386obsd_nat): Call obsd_add_target instead of
add_target.
* config/i386/obsd.mh (NATDEPFILES): Add obsd-nat.o.
6 lines
135 B
Plaintext
6 lines
135 B
Plaintext
# Host: OpenBSD/i386 ELF
|
|
NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o \
|
|
i386bsd-nat.o i386obsd-nat.o bsd-kvm.o
|
|
|
|
LOADLIBES= -lkvm
|