Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1041)

Unified Diff: gdb/defs.h

Issue 10407091: Add NaCl OS ABI to enumeration. (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@nacl-stub
Patch Set: added files to correct folder Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gdb/osabi.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/defs.h
diff --git a/gdb/defs.h b/gdb/defs.h
index e4c24830dbcbd90dcf5fdef3efa8a1afd6a402f1..75cfcb2489163f079f4cef0b145bdf0079cb2d8d 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -915,6 +915,7 @@ enum gdb_osabi
GDB_OSABI_DICOS,
GDB_OSABI_DARWIN,
GDB_OSABI_SYMBIAN,
+ GDB_OSABI_NACL,
GDB_OSABI_INVALID /* keep this last */
};
« no previous file with comments | « no previous file | gdb/osabi.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698