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

Unified Diff: src/trusted/service_runtime/elf_util.c

Issue 13454020: [MIPS] Small updates after LLVM merge (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: Fix license header. Created 7 years, 8 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 | « src/trusted/service_runtime/arch/mips/nacl_switch.S ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/service_runtime/elf_util.c
diff --git a/src/trusted/service_runtime/elf_util.c b/src/trusted/service_runtime/elf_util.c
index f88e246771f9811920c46983cff5b2b6665ca850..0f9346ade775eb759dd6d78ad5f9d8c98b1b37b1 100644
--- a/src/trusted/service_runtime/elf_util.c
+++ b/src/trusted/service_runtime/elf_util.c
@@ -91,6 +91,9 @@ static const struct NaClPhdrChecks nacl_phdr_check_data[] = {
{ PT_NOTE, PF_R, PCA_IGNORE, 0, 0},
{ PT_GNU_EH_FRAME, PF_R, PCA_IGNORE, 0, 0},
{ PT_GNU_RELRO, PF_R, PCA_IGNORE, 0, 0},
+#if NACL_ARCH(NACL_BUILD_ARCH) == NACL_mips
+ { PT_MIPS_REGINFO, PF_R, PCA_IGNORE, 0, 0},
+#endif
{ PT_NULL, PF_R, PCA_IGNORE, 0, 0},
};
« no previous file with comments | « src/trusted/service_runtime/arch/mips/nacl_switch.S ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698