* defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
* osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
This commit is contained in:
parent
7aea86e6b1
commit
d33b9831c7
@ -1,3 +1,8 @@
|
||||
2004-01-17 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.
|
||||
* osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
|
||||
|
||||
2004-01-16 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
Changes from Peter Schauer.
|
||||
|
@ -1034,6 +1034,7 @@ enum gdb_osabi
|
||||
GDB_OSABI_FREEBSD_ELF,
|
||||
GDB_OSABI_NETBSD_AOUT,
|
||||
GDB_OSABI_NETBSD_ELF,
|
||||
GDB_OSABI_OPENBSD_ELF,
|
||||
GDB_OSABI_WINCE,
|
||||
GDB_OSABI_GO32,
|
||||
GDB_OSABI_NETWARE,
|
||||
|
@ -60,6 +60,7 @@ static const char * const gdb_osabi_names[] =
|
||||
"FreeBSD ELF",
|
||||
"NetBSD a.out",
|
||||
"NetBSD ELF",
|
||||
"OpenBSD ELF",
|
||||
"Windows CE",
|
||||
"DJGPP",
|
||||
"NetWare",
|
||||
|
Loading…
Reference in New Issue
Block a user