Message ID | 20191122170716.223190-1-cbiesinger@google.com |
---|---|
State | New |
Headers | show |
>>>>> "Christian" == Christian Biesinger via gdb-patches <gdb-patches@sourceware.org> writes:
I didn't see a reply to this one.
Christian> 2019-11-22 Christian Biesinger <cbiesinger@google.com>
Christian> * configure.nat (obsd64): Add missing files x86-nat.o and
Christian> nat/x86-dregs.o.
Looks good, thank you.
Tom
On Wed, Dec 4, 2019 at 3:05 PM Tom Tromey <tom@tromey.com> wrote: > > >>>>> "Christian" == Christian Biesinger via gdb-patches <gdb-patches@sourceware.org> writes: > > I didn't see a reply to this one. Yep, there wasn't one, and it didn't reach the two weeks timeframe for pinging yet. > Christian> 2019-11-22 Christian Biesinger <cbiesinger@google.com> > > Christian> * configure.nat (obsd64): Add missing files x86-nat.o and > Christian> nat/x86-dregs.o. > > Looks good, thank you. Thank you, pushed. Christian
diff --git a/gdb/configure.nat b/gdb/configure.nat index 77a2ee8083..9033936781 100644 --- a/gdb/configure.nat +++ b/gdb/configure.nat @@ -445,8 +445,9 @@ case ${gdb_host} in case ${gdb_host_cpu} in i386) # Host: OpenBSD/amd64 - NATDEPFILES="${NATDEPFILES} obsd-nat.o amd64-nat.o \ - x86-bsd-nat.o amd64-bsd-nat.o amd64-obsd-nat.o bsd-kvm.o" + NATDEPFILES="${NATDEPFILES} obsd-nat.o amd64-nat.o x86-nat.o \ + x86-bsd-nat.o amd64-bsd-nat.o amd64-obsd-nat.o bsd-kvm.o \ + nat/x86-dregs.o" LOADLIBES='-lkvm' ;; mips)