about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-10-23 23:32:14 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-10-23 23:32:14 +0000
commitebfd1bbd04fcc82c34d6f46d942ab763a60ede03 (patch)
tree8db6fe5dbf21053fdddc7f498b7023b5d2427749 /ChangeLog
parent166bca248032399a5a13258b13b8fdb9c1da1ed1 (diff)
downloadglibc-ebfd1bbd04fcc82c34d6f46d942ab763a60ede03.tar.gz
glibc-ebfd1bbd04fcc82c34d6f46d942ab763a60ede03.tar.xz
glibc-ebfd1bbd04fcc82c34d6f46d942ab763a60ede03.zip
Use $(run-program-prefix) in posix/globtest.sh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8eb75d0a43..bc06586903 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2012-10-23  Joseph Myers  <joseph@codesourcery.com>
+
+	* posix/Makefile ($(objpfx)globtest.out): Pass
+	$(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
+	$(rtld-installed-name).
+	* posix/globtest.sh (elf_objpfx): Remove variable.
+	(rtld_installed_name): Likewise.
+	(library_path): Likewise.
+	(run_program_prefix): New variable.  Use for running globtest
+	binary.
+
 2012-10-23  Jim Blandy  <jimb@codesourcery.com>
 	    Joseph Myers  <joseph@codesourcery.com>