This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch master updated. glibc-2.21-317-g48276b6


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  48276b67db5357bab9feaab4f8cc9af5c35ced75 (commit)
      from  471dffa12cd5ec30ef59a777f24b13825482aeaf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=48276b67db5357bab9feaab4f8cc9af5c35ced75

commit 48276b67db5357bab9feaab4f8cc9af5c35ced75
Author: Roland McGrath <roland@hack.frob.com>
Date:   Wed May 6 12:55:58 2015 -0700

    NaCl: Fix elf_loader file name in nacl-test-wrapper.sh

diff --git a/ChangeLog b/ChangeLog
index 9cbe60c..1e65298 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-06  Roland McGrath  <roland@hack.frob.com>
+
+	* sysdeps/nacl/nacl-test-wrapper.sh (NACL_LOADER):
+	Use elf_loader_${arch}.nexe rather than loader_${arch}.nexe.
+
 2015-05-06  Joseph Myers  <joseph@codesourcery.com>
 
 	* math/auto-libm-test-in: Add more tests of acosh, atanh, cos,
diff --git a/sysdeps/nacl/nacl-test-wrapper.sh b/sysdeps/nacl/nacl-test-wrapper.sh
index 0e05813..9bd6d29 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"

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                         |    5 +++++
 sysdeps/nacl/nacl-test-wrapper.sh |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]