Added constant for the Haiku OS ABI.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12029 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1052,6 +1052,8 @@ enum gdb_osabi
|
||||
|
||||
GDB_OSABI_CYGWIN,
|
||||
|
||||
GDB_OSABI_HAIKU,
|
||||
|
||||
GDB_OSABI_INVALID /* keep this last */
|
||||
};
|
||||
|
||||
|
||||
@@ -78,6 +78,8 @@ static const char * const gdb_osabi_names[] =
|
||||
|
||||
"Cygwin",
|
||||
|
||||
"Haiku",
|
||||
|
||||
"<invalid>"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user