diff options
author | Mark Kettenis <kettenis@gnu.org> | 2014-03-01 12:00:19 +0100 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2014-03-01 12:00:19 +0100 |
commit | 96c70abaef209c125af95108ed28708cd394cac0 (patch) | |
tree | 017dd2cfbfb4660a7e0241cd8c74ef2e3caf3a60 /gdb/config/mips | |
parent | 874a80af9f24c0009222e3860d351eccf5a1bc0d (diff) | |
download | gdb-96c70abaef209c125af95108ed28708cd394cac0.zip gdb-96c70abaef209c125af95108ed28708cd394cac0.tar.gz gdb-96c70abaef209c125af95108ed28708cd394cac0.tar.bz2 |
Enable rthreads support on OpenBSD/mips64.
gdb/ChangeLog:
* mips64obsd-nat.c: Include "obsd-nath".
(_initialize_mips64obsd_nat): Call obsd_add_target instead of
add_target
* config/mips/obsd64.mh (NATDEPFILES): Add obsd-nat.o.
Diffstat (limited to 'gdb/config/mips')
-rw-r--r-- | gdb/config/mips/obsd64.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/obsd64.mh b/gdb/config/mips/obsd64.mh index b41b2ee..ed04f9e 100644 --- a/gdb/config/mips/obsd64.mh +++ b/gdb/config/mips/obsd64.mh @@ -1,2 +1,2 @@ # Host: OpenBSD/mips64 -NATDEPFILES= fork-child.o inf-ptrace.o mips64obsd-nat.o +NATDEPFILES= fork-child.o inf-ptrace.o obsd-nat.o mips64obsd-nat.o |