mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
* configure.tgt (*-*-freebsd*): Set gdb_osabi to
GDB_OSABI_FREEBSD_ELF. Partial fix for PR gdb/1922.
This commit is contained in:
parent
19dce67779
commit
4fabe3d5f0
@ -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
|
||||
|
@ -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*) ;;
|
||||
|
Loading…
Reference in New Issue
Block a user