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

Unified Diff: gdb/osabi.c

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 | « gdb/defs.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gdb/osabi.c
diff --git a/gdb/osabi.c b/gdb/osabi.c
index aba98427343f1c7f1c0b2d490766fc4a017d4e7a..671773763993fc89bd2d07d497d4ad50656be593 100644
--- a/gdb/osabi.c
+++ b/gdb/osabi.c
@@ -72,6 +72,7 @@ static const char * const gdb_osabi_names[] =
"DICOS",
"Darwin",
"Symbian",
+ "NaCl",
"<invalid>"
};
« no previous file with comments | « gdb/defs.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698