From 26531a224340735a19c6c2cba95b781e6d6f673f Mon Sep 17 00:00:00 2001 From: "mseaborn@chromium.org" Date: Mon, 5 Nov 2012 23:03:40 +0000 Subject: NaCl: Update revision in DEPS, r10167 -> r10186 This pulls in the following Native Client changes: r10168: (olonho) Make double mapping (for dynamic code loading) work on Android r10169: (shcherbina) Validator_ragel ncval: handle all validation errors. r10170: (shcherbina) Validator_ragel ncval: fix error detection in callback. r10171: (shcherbina) Validator_ragel: add ncval_annotate. r10172: (kschimpf) Add virtual "uses" to deal with R9 issue, and fix (ARM) table r10173: (kschimpf) Add code to test the "defs" definition for decoders in the ARM7 tables. This r10174: (jvoung) Update perf expectations for llc.nexe sizes (without export-dynamic). r10175: (jfb) ARM validator huge tests: take the recent preload change into account. r10176: (mseaborn) ARM: Use [r9, #4] instead of syscall for reading the IRT's TLS value r10177: (mseaborn) Make the x86 validators compilable with -Wstrict-prototypes r10178: (mseaborn) Set SVN property "svn:eol-style LF" on various assembly files r10179: (dschuff) Update pnacl toolchain deps to bring in bitcode streaming fix r10180: (kschimpf) Clean up data_processing_register_shifted_register table (ARM), and add uses virtual. r10181: (dschuff) Update perf_expectation for runtime_ammp on ARM r10182: (robertm) This will result in no action (i.e. no timeout) by default. r10183: (petarj) [MIPS] Restore the trusted stack in NaClSyscallSeg. r10184: (dschuff) Update Pnacl TOOL_REVISIONS to 10179 r10185: (robertm) update arm trusted TC rev to pull in qemu timeout check r10186: (robertm) Make the ARM QEMU toolchain tests on the bots less likely terminate prematurely due to stuck jobs. BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/11361082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166063 0039d316-1c4b-4281-b951-d872f2087c98 --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DEPS') diff --git a/DEPS b/DEPS index 09c970c..6a9bc2d 100644 --- a/DEPS +++ b/DEPS @@ -12,7 +12,7 @@ vars = { "chromium_git": "http://git.chromium.org/git", "chromiumos_git": "http://git.chromium.org/chromiumos", "swig_revision": "69281", - "nacl_revision": "10167", + "nacl_revision": "10186", # After changing nacl_revision, run 'glient sync' and check native_client/DEPS # to update other nacl_*_revision's. "nacl_tools_revision": "10001", # native_client/DEPS: tools_rev -- cgit v1.1