Commit e946ae7b authored by mseaborn@chromium.org's avatar mseaborn@chromium.org

NaCl: Update revision in DEPS, r9277 -> r9317

* r9294 requires removing 'pylib' from DEPS.

This pulls in the following Native Client changes:

r9278: (kschimpf) Add tzcnt as an acceptable instruction to x86-64 validator
r9279: (kschimpf) Fix macros NC_EXPECT_EQ_PRECOND and NC_EXPECT_NE_PRECOND.
r9281: (kschimpf) Add tzcnt as an acceptable instruction to the x86-32 validator
r9282: (mseaborn) x86-64: Remove one hard-coded numeric offset into NaClThreadContext
r9283: (phosek) Check of memory mapping consistency for all supported OSes.
r9284: (jvoung) Handle another case where we cannot search for bugs, from 9254.
r9285: (mseaborn) Thread suspension test: Refactor how we set and check register state
r9287: (khim) Handle most REX prefixes
r9288: (mseaborn) Introduce #defines for the offsets of NaClThreadContext fields
r9289: (dschuff) Do qemu sandboxed translator tests sequentially
r9290: (kschimpf) Clean up super_cop table in Arm validator.
r9291: (khim) Fix precise_64-newlib-x86_64-pnacl bot
r9292: (khim) Fix precise_64-newlib-x86_64-pnacl bot - try2
r9293: (dschuff) Update archived toolchain test rev to 8851
*r9294: (bradnelson) Moving third_party/pylib/* to third_party/.
r9296: (bsy) code clean up and commenting: remove printing sockaddr
r9297: (ncbray) Remove a redundant dependency from a broken test
r9298: (mseaborn) Add a test for the registers reported for a thread suspended in a syscall
r9299: (mseaborn) Make the thread_create() syscall responsible for aligning the stack pointer
r9300: (pasko) Validator refactoring: define NaClCopyInstruction() for x86/arm separately
r9301: (halyavin) Update gdb revision.
r9302: (khim) Fix xchg instruction.
r9303: (robertm) Fix readelf and size usage in preparation for
r9304: (robertm) Remove unused readelf and size binary from newlib/bin directory in the pnacl toolchain
r9305: (khim) Fix small typo in ragel_tester.c
r9306: (khim) Fix memory leak in enuminst
r9308: (kschimpf) Fix table ext_reg_move table in ARM validator.
r9309: (jvoung) Bump pnacl toolchain rev to 9299.
r9311: (bradnelson) Exclude pnacl/src dir from checkdeps for now.
r9312: (jvoung) Remove use of mozrunner in browser tester
r9313: (robertm) Fix dangling reference to size tool in pnacl toolchain build.
r9314: (mseaborn) Testing: Move register_set.h into a new tests/common directory
r9315: (jvoung) Bump pnacl llvm rev to pull in byval + vararg change:
r9316: (mseaborn) Remove the nacl_sys array and the "sys" instance of NaClThreadContext
r9317: (mseaborn) Testing: Simplify untrusted assembly code used for saving x86 flags

BUG=none
TEST=nacl_integration

Review URL: https://chromiumcodereview.appspot.com/10829093

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149187 0039d316-1c4b-4281-b951-d872f2087c98
parent 78851e09
...@@ -12,10 +12,10 @@ vars = { ...@@ -12,10 +12,10 @@ vars = {
"chromium_git": "http://git.chromium.org/git", "chromium_git": "http://git.chromium.org/git",
"chromiumos_git": "http://git.chromium.org/chromiumos", "chromiumos_git": "http://git.chromium.org/chromiumos",
"swig_revision": "69281", "swig_revision": "69281",
"nacl_revision": "9277", "nacl_revision": "9317",
# After changing nacl_revision, run 'glient sync' and check native_client/DEPS # After changing nacl_revision, run 'glient sync' and check native_client/DEPS
# to update other nacl_*_revision's. # to update other nacl_*_revision's.
"nacl_tools_revision": "9016", # native_client/DEPS: tools_rev "nacl_tools_revision": "9286", # native_client/DEPS: tools_rev
"gtm_revision": "534", "gtm_revision": "534",
# These hashes need to be updated when nacl_toolchain_revision is changed. # These hashes need to be updated when nacl_toolchain_revision is changed.
...@@ -30,21 +30,21 @@ vars = { ...@@ -30,21 +30,21 @@ vars = {
"nacl_toolchain_mac_x86_newlib_hash": "nacl_toolchain_mac_x86_newlib_hash":
"93f3a7ca6f97b093380ab4c305b2be42e89004c0", "93f3a7ca6f97b093380ab4c305b2be42e89004c0",
"nacl_toolchain_pnacl_linux_x86_32_hash": "nacl_toolchain_pnacl_linux_x86_32_hash":
"a3b1a1221f3198302c2437321e2ef8f736fecd16", "025f9b2c1fcb9eb142cb30225526fcc443091e19",
"nacl_toolchain_pnacl_linux_x86_64_hash": "nacl_toolchain_pnacl_linux_x86_64_hash":
"d3275949352c35aa6272117e34931068ac190c14", "fd5f7190d2462155a5a492980df99327a7733df9",
"nacl_toolchain_pnacl_mac_x86_32_hash": "nacl_toolchain_pnacl_mac_x86_32_hash":
"1aff8c3c105dfb01224fd92e7cb39cdbb130edbc", "6fabbbec2ec6c6854d21c95cda82284d8c3eabcc",
"nacl_toolchain_pnacl_translator_hash": "nacl_toolchain_pnacl_translator_hash":
"689ef2a1b4b013b4cbfb42e0ff71eaaf5aba5c1d", "17fef3ab59d1445ec02ae571bf6f96adfc4d609b",
"nacl_toolchain_pnacl_win_x86_32_hash": "nacl_toolchain_pnacl_win_x86_32_hash":
"906beb9ecbc6be9a8f456f45dabd715bae8db16a", "ef27427f000f66249a75eef028ef30d57056e9a7",
"nacl_toolchain_win_x86_hash": "nacl_toolchain_win_x86_hash":
"9a854462e601338153bc65bfdc1171a87dc0bfe6", "9a854462e601338153bc65bfdc1171a87dc0bfe6",
"nacl_toolchain_win_x86_newlib_hash": "nacl_toolchain_win_x86_newlib_hash":
"c4dd3f8b65e309d242a3bfce89a15f580ef2e4f0", "c4dd3f8b65e309d242a3bfce89a15f580ef2e4f0",
"nacl_toolchain_revision": "9170", "nacl_toolchain_revision": "9170",
"pnacl_toolchain_revision": "9213", "pnacl_toolchain_revision": "9299",
"libjingle_revision": "163", "libjingle_revision": "163",
"libphonenumber_revision": "456", "libphonenumber_revision": "456",
...@@ -289,9 +289,6 @@ deps = { ...@@ -289,9 +289,6 @@ deps = {
"src/third_party/pyftpdlib/src": "src/third_party/pyftpdlib/src":
(Var("googlecode_url") % "pyftpdlib") + "/trunk@977", (Var("googlecode_url") % "pyftpdlib") + "/trunk@977",
# Needed to support nacl browser test jig.
"src/third_party/pylib":
Var("nacl_trunk") + "/src/third_party/pylib@" + Var("nacl_tools_revision"),
"src/third_party/scons-2.0.1": "src/third_party/scons-2.0.1":
Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" + Var("nacl_trunk") + "/src/third_party/scons-2.0.1@" +
Var("nacl_tools_revision"), Var("nacl_tools_revision"),
......
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