Commit e54c128c authored by bbudge@chromium.org's avatar bbudge@chromium.org

Revert 175356

r10541 introduced a hard-coded jmp instruction that caused syzygy to blow up.
http://build.chromium.org/p/chromium/builders/Win/builds/14491/
Search for 'Build failed' in compile stdio.

> NaCl: Update revision in DEPS, r10533 -> r10542
>
> This pulls in the following Native Client changes:
>
> r10534: (mseaborn) Mac: Fix an off-by-one corner case in handling single-stepping on x86-32
> r10535: (mseaborn) Thread suspension: Fix querying registers for another Mac OS X corner case
> r10536: (mcgrathr) toolchain_build: Update binutils and gcc revisions
> r10537: (mseaborn) GDB tests: Improve error reporting when GDB's "reason" field is missing
> r10538: (eliben) Fix pnacl driver tests to look for x64 host dir when x86-32 isn't built
> r10539: (jfb) ARM: delete stale files and code.
> r10540: (mcgrathr) Disable performance tests under qemu
> r10541: (mcgrathr) Segregate trusted/untrusted values of MXCSR
> r10542: (mcgrathr) Disable run_performance_test via tests_to_disable_qemu not is_broken
>
> BUG=none
> TEST=nacl_integration
>
> Review URL: https://codereview.chromium.org/11792004

TBR=mseaborn@chromium.org
Review URL: https://codereview.chromium.org/11773033

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175406 0039d316-1c4b-4281-b951-d872f2087c98
parent e9eddc76
......@@ -12,7 +12,7 @@ vars = {
"chromium_git": "https://chromium.googlesource.com",
"chromiumos_git": "https://chromium.googlesource.com/chromiumos",
"swig_revision": "69281",
"nacl_revision": "10542",
"nacl_revision": "10533",
# 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment