* defs.h (gdb_osabi): Add GDB_OSABI_OPENBSD_ELF.

* osabi.c (gdb_osabi_names): Add "OpenBSD ELF".
This commit is contained in:
Mark Kettenis 2004-01-17 00:13:46 +00:00
parent 7aea86e6b1
commit d33b9831c7
3 changed files with 7 additions and 0 deletions

View File

@ -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.

View File

@ -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,

View File

@ -60,6 +60,7 @@ static const char * const gdb_osabi_names[] =
"FreeBSD ELF",
"NetBSD a.out",
"NetBSD ELF",
"OpenBSD ELF",
"Windows CE",
"DJGPP",
"NetWare",