mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 13:30: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>
|
2005-04-26 Andrew Cagney <cagney@gnu.org>
|
||||||
|
|
||||||
* remote.c (remote_open_1): Move "ex"'s declaration to where it is
|
* remote.c (remote_open_1): Move "ex"'s declaration to where it is
|
||||||
|
@ -210,6 +210,7 @@ esac
|
|||||||
# map target onto default OS ABI
|
# map target onto default OS ABI
|
||||||
|
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
|
*-*-freebsd*) gdb_osabi=GDB_OSABI_FREEBSD_ELF ;;
|
||||||
*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
|
*-*-linux*) gdb_osabi=GDB_OSABI_LINUX ;;
|
||||||
*-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
|
*-*-nto*) gdb_osabi=GDB_OSABI_QNXNTO ;;
|
||||||
m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
|
m68*-*-openbsd* | m88*-*-openbsd* | vax-*-openbsd*) ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user