* configure.tgt (*-*-freebsd*): Set gdb_osabi to

GDB_OSABI_FREEBSD_ELF.  Partial fix for PR gdb/1922.
This commit is contained in:
Mark Kettenis 2005-04-26 21:47:21 +00:00
parent 19dce67779
commit 4fabe3d5f0
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-04-26 Mark Kettenis <kettenis@gnu.org>
* configure.tgt (*-*-freebsd*): Set gdb_osabi to
GDB_OSABI_FREEBSD_ELF. Partial fix for PR gdb/1922.
2005-04-26 Andrew Cagney <cagney@gnu.org>
* remote.c (remote_open_1): Move "ex"'s declaration to where it is

View File

@ -210,6 +210,7 @@ esac
# map target onto default OS ABI
case "${target}" in
*-*-freebsd*) gdb_osabi=GDB_OSABI_FREEBSD_ELF ;;
*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
*-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;