diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2012-10-08 14:04:23 -0700 |
---|---|---|
committer | Jonathan Nieder <jrnieder@gmail.com> | 2012-10-08 14:04:23 -0700 |
commit | 72bd208846535725ea28b8173e79ef60e57a968c (patch) | |
tree | e4d1da8d38ec65ac70f0ca39e5bf8fef9135556a /nptl_db/ChangeLog | |
parent | 55f115345ab8b9e0f149d07ee0f825cfb47c0a41 (diff) | |
download | glibc-72bd208846535725ea28b8173e79ef60e57a968c.tar.gz glibc-72bd208846535725ea28b8173e79ef60e57a968c.tar.xz glibc-72bd208846535725ea28b8173e79ef60e57a968c.zip |
nptl_db/Makefile: force C locale when running readelf
db-symbols.awk relies on English-language readelf output to find the beginning of the symbol table, so force the locale. Without this change, "make check" fails in non-English locales: | diff -p -U 0 ../sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist [...]/nptl_db/libthread_db.symlist | readelf -W -s [...]/nptl/libpthread.so | gawk -f [...]/nptl_db/db-symbols.v.i > [...]/nptl_db/db-symbols.out | make[2]: *** [[...]/nptl_db/db-symbols.out] Erreur 1
Diffstat (limited to 'nptl_db/ChangeLog')
-rw-r--r-- | nptl_db/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/nptl_db/ChangeLog b/nptl_db/ChangeLog index fe1778ee95..417514978b 100644 --- a/nptl_db/ChangeLog +++ b/nptl_db/ChangeLog @@ -1,3 +1,9 @@ +2012-10-08 Jonathan Nieder <jrnieder@gmail.com> + + [BZ #14661] + * Makefile ($(objpfx)db-symbols.out): Force C locale when running + readelf -s. + 2012-03-07 Ulrich Drepper <drepper@gmail.com> * Makefile (distribute): Remove variable. |