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

Unified Diff: tests/spec2k/run_all.sh

Issue 10832040: Support 64-bit reserved_at_zero value nacl-side (Closed) Base URL: http://git.chromium.org/native_client/src/native_client.git@master
Patch Set: inline template digits Created 8 years, 5 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/linux/reserved_at_zero.c ('k') | tools/toolchain_tester/toolchain_config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/spec2k/run_all.sh
diff --git a/tests/spec2k/run_all.sh b/tests/spec2k/run_all.sh
index 01a052c00aeecf2459cfc3a6c8e70327b3776c09..c7ea27b7605e9db0545d4c049f1be8409a9cb903 100755
--- a/tests/spec2k/run_all.sh
+++ b/tests/spec2k/run_all.sh
@@ -505,9 +505,10 @@ SetupSelLdr() {
# We don't CheckFileBuilt for VALIDATOR because we currently don't build
# or use it on x86
+ TEMPLATE_DIGITS="XXXXXXXXXXXXXXXX"
PREFIX="${prefix} ${SEL_LDR_BOOTSTRAP} \
-${SEL_LDR} --r_debug=0xXXXXXXXXXXXXXXXX \
---reserved_at_zero=0xXXXXXXXX -B ${IRT_IMAGE} \
+${SEL_LDR} --r_debug=0x${TEMPLATE_DIGITS} \
+--reserved_at_zero=0x${TEMPLATE_DIGITS} -B ${IRT_IMAGE} \
-a ${extra_flags} -f ${preload}"
DASHDASH="--"
}
« no previous file with comments | « src/trusted/service_runtime/linux/reserved_at_zero.c ('k') | tools/toolchain_tester/toolchain_config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698