* 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

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