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:
Ingo Weinhold
2005-03-26 13:00:26 +00:00
parent d92911c6c3
commit 055b5b93a8
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -1052,6 +1052,8 @@ enum gdb_osabi
GDB_OSABI_CYGWIN,
GDB_OSABI_HAIKU,
GDB_OSABI_INVALID /* keep this last */
};
+2
View File
@@ -78,6 +78,8 @@ static const char * const gdb_osabi_names[] =
"Cygwin",
"Haiku",
"<invalid>"
};