about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-11-08 00:01:46 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-11-08 00:01:46 +0000
commit0fbb0fbc2e6cb8f76364a88f512aa880d40a8f40 (patch)
tree149ce7a2c2a606a851c53a0803c52123bd357faa /ChangeLog
parenteb48db7e890b23057d8684ab85460a08ea540785 (diff)
downloadglibc-0fbb0fbc2e6cb8f76364a88f512aa880d40a8f40.tar.gz
glibc-0fbb0fbc2e6cb8f76364a88f512aa880d40a8f40.tar.xz
glibc-0fbb0fbc2e6cb8f76364a88f512aa880d40a8f40.zip
Use configured $(NM), $(OBJDUMP), $(READELF) in tst-xmmymm.sh.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cac1a7ede8..3f7334dc6c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2012-11-07  Joseph Myers  <joseph@codesourcery.com>
+
+	* sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
+	$(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
+	* sysdeps/x86/tst-xmmymm.sh (NM): New variable.  Use it instead of
+	hardcoded "nm".
+	(OBJDUMP): New variable.  Use it instead of hardcoded "objdump".
+	(READELF): New variable.  Use it instead of hardcoded "readelf".
+
 2012-11-07  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...