about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-08-04 17:47:24 -0400
committerUlrich Drepper <drepper@gmail.com>2011-08-04 17:47:24 -0400
commit16292eddd77f66002e2104848e75a0fb4d316692 (patch)
tree1e553fc5bc5d62f117ffc7e4ee414c66003c88f7 /ChangeLog
parentcb7e923b71493bde61b408a1e2c88895abac7ced (diff)
downloadglibc-16292eddd77f66002e2104848e75a0fb4d316692.tar.gz
glibc-16292eddd77f66002e2104848e75a0fb4d316692.tar.xz
glibc-16292eddd77f66002e2104848e75a0fb4d316692.zip
Provide better output in string tests
If IMPL is called with a macro for the first parameter the macro does not
get expanded before the string is stored in the impl_t data structure.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a0c04c966..f8212a61c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2011-08-04  Ulrich Drepper  <drepper@gmail.com>
 
+	* string/test-string.h (IMPL): Use __STRING to expand name and then
+	stringify it.
+
 	* string/test-strcmp.c: Unify most of the WIDE and !WIDE code.  Lots
 	of cleanups.