about summary refs log tree commit diff
path: root/sysdeps/nacl/nacl-test-wrapper.sh
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-05-06 12:55:58 -0700
committerRoland McGrath <roland@hack.frob.com>2015-05-06 12:55:58 -0700
commit48276b67db5357bab9feaab4f8cc9af5c35ced75 (patch)
treeaa2ca1cbe05f68b5382e332062aacb26e2f12ff7 /sysdeps/nacl/nacl-test-wrapper.sh
parent471dffa12cd5ec30ef59a777f24b13825482aeaf (diff)
downloadglibc-48276b67db5357bab9feaab4f8cc9af5c35ced75.tar.gz
glibc-48276b67db5357bab9feaab4f8cc9af5c35ced75.tar.xz
glibc-48276b67db5357bab9feaab4f8cc9af5c35ced75.zip
NaCl: Fix elf_loader file name in nacl-test-wrapper.sh
Diffstat (limited to 'sysdeps/nacl/nacl-test-wrapper.sh')
-rwxr-xr-xsysdeps/nacl/nacl-test-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nacl/nacl-test-wrapper.sh b/sysdeps/nacl/nacl-test-wrapper.sh
index 0e05813143..9bd6d291c0 100755
--- a/sysdeps/nacl/nacl-test-wrapper.sh
+++ b/sysdeps/nacl/nacl-test-wrapper.sh
@@ -79,7 +79,7 @@ sdk_tools="${NACL_SDK_ROOT}/tools"
 NACL_BOOTSTRAP="${sdk_tools}/nacl_helper_bootstrap_${arch}"
 NACL_SEL_LDR="${sdk_tools}/sel_ldr_${arch}"
 NACL_IRT="${sdk_tools}/irt_core_${arch}.nexe"
-NACL_LOADER="${sdk_tools}/loader_${arch}.nexe"
+NACL_LOADER="${sdk_tools}/elf_loader_${arch}.nexe"
 
 if [ ! -x "$NACL_BOOTSTRAP" -o ! -x "$NACL_SEL_LDR" ]; then
   echo >&2 "$0: sel_ldr_${arch} and/or nacl_helper_bootstrap_${arch} missing"