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 9aa4ff31469..6ae409c1852 100644 --- a/gdb/defs.h +++ b/gdb/defs.h @@ -1010,6 +1010,7 @@ enum gdb_osabi GDB_OSABI_ARM_EABI_V1, GDB_OSABI_ARM_EABI_V2, GDB_OSABI_ARM_APCS, + GDB_OSABI_QNXNTO, GDB_OSABI_INVALID /* keep this last */ }; |