Enable rthreads support on OpenBSD/powerpc.
gdb/ChangeLog: * ppcobsd-nat.c: Include "obsd-nat.h". (_initialize_ppcobsd_nat): Call obsd_add_target instead of add_target. * config/powerpc/obsd.mh (NATDEPFILES): Add obsd-nat.o.
This commit is contained in:
parent
19a170752b
commit
07284463de
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2014-05-03 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* ppcobsd-nat.c: Include "obsd-nat.h".
|
||||
(_initialize_ppcobsd_nat): Call obsd_add_target instead of
|
||||
add_target.
|
||||
* config/powerpc/obsd.mh (NATDEPFILES): Add obsd-nat.o.
|
||||
|
||||
2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
|
||||
|
||||
* stap-probe.c (enum stap_arg_bitness): New enums to represent 8
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Host: OpenBSD/powerpc
|
||||
NATDEPFILES= fork-child.o inf-ptrace.o ppcobsd-nat.o bsd-kvm.o
|
||||
NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o ppcobsd-nat.o bsd-kvm.o
|
||||
|
||||
LOADLIBES= -lkvm
|
||||
|
|
Loading…
Reference in a new issue