diff options
Diffstat (limited to 'gdb/defs.h')
-rw-r--r-- | gdb/defs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/defs.h b/gdb/defs.h index 7b5bc0628a3..d74cc3c9399 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -562,6 +562,7 @@ enum gdb_osabi GDB_OSABI_OPENVMS, GDB_OSABI_LYNXOS178, GDB_OSABI_NEWLIB, + GDB_OSABI_SDE, GDB_OSABI_INVALID /* keep this last */ }; |