* configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
GDB_OSABI_OPENBSD_ELF.
This commit is contained in:
parent
ac5754fafa
commit
cf4e76924c
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-08-09 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
|
* configure.tgt (x86_64-*-openbsd*): Set gdb_osabi to
|
||||||
|
GDB_OSABI_OPENBSD_ELF.
|
||||||
|
|
||||||
2004-08-07 Robert Millan <robertmh@gnu.org>
|
2004-08-07 Robert Millan <robertmh@gnu.org>
|
||||||
|
|
||||||
* bsd-kvm.c: Check for nlist.h before including it.
|
* bsd-kvm.c: Check for nlist.h before including it.
|
||||||
|
|
|
@ -208,7 +208,9 @@ x86_64-*-linux*) gdb_target=linux64
|
||||||
build_gdbserver=yes
|
build_gdbserver=yes
|
||||||
;;
|
;;
|
||||||
x86_64-*-netbsd*) gdb_target=nbsd64 ;;
|
x86_64-*-netbsd*) gdb_target=nbsd64 ;;
|
||||||
x86_64-*-openbsd*) gdb_target=obsd64 ;;
|
x86_64-*-openbsd*) gdb_target=obsd64
|
||||||
|
gdb_osabi=GDB_OSABI_OPENBSD_ELF
|
||||||
|
;;
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue