about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2017-01-03 15:11:17 +0000
committerJoseph Myers <joseph@codesourcery.com>2017-01-03 15:11:17 +0000
commitd4d629e6187e33050902824a94498b6096eacac9 (patch)
treef224baee2d7c9e8f1ab99d7d2553e50005f1e4b3 /ChangeLog
parent26e21ad35db514c646e1491a414d45a47cb4a733 (diff)
downloadglibc-d4d629e6187e33050902824a94498b6096eacac9.tar.gz
glibc-d4d629e6187e33050902824a94498b6096eacac9.tar.xz
glibc-d4d629e6187e33050902824a94498b6096eacac9.zip
Fix elf/tst-ldconfig-X for cross testing.
elf/Makefile passes arguments to tst-ldconfig-X.sh that are different
from what it expects, so resulting in the test failing in cross
testing.  This patch corrects the arguments passed (the script itself
has correct logic for cross testing, it's just the Makefile that's
wrong).

Tested for powerpc (cross testing) and for x86_64 (native testing).

	* elf/Makefile ($(objpfx)tst-ldconfig-X.out): Correct arguments
	passed to tst-ldconfig-X.sh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2de8cd9607..8af3a19951 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-01-03  Joseph Myers  <joseph@codesourcery.com>
+
+	* elf/Makefile ($(objpfx)tst-ldconfig-X.out): Correct arguments
+	passed to tst-ldconfig-X.sh.
+
 2017-01-03  Martin Galvan  <martingalvan@sourceware.org>
 
 	* nptl/nptl-printers.py: Fix tabs/spaces mismatches.