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

Unified Diff: src/include/elf_constants.h

Issue 10919162: [MIPS] Implementation of sel_ldr for MIPS architecture. (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 3 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
Index: src/include/elf_constants.h
diff --git a/src/include/elf_constants.h b/src/include/elf_constants.h
index bda28033d0d55a32408ba8cf5b4d1beab849d3ff..4fcecfcfdaa5975c09327088e3ef82117dd8992f 100644
--- a/src/include/elf_constants.h
+++ b/src/include/elf_constants.h
@@ -68,7 +68,7 @@ EXTERN_C_BEGIN
#define EM_68K 4 /* motorola 68000 */
#define EM_88K 5 /* motorola 88000 */
#define EM_860 7 /* intel 80860 */
-#define EM_MIPS 9 /* mips rs3000 big-endian */
+#define EM_MIPS 8 /* mips rs3000 big-endian */
Mark Seaborn 2012/09/08 02:43:14 NaCl is little endian and in SConstruct you are as
petarj 2012/09/11 16:58:13 Yes, the comment is misleading. I have removed "bi
#define EM_MIPS_RS4_BE 10 /* mips rs4000 big-endian */
#define EM_LORESERVED 11
#define EM_HIRESERVED 16

Powered by Google App Engine
This is Rietveld 408576698