]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Avoid YESSTR and NOSTR
authorUlf Hermann <ulf.hermann@qt.io>
Thu, 20 Apr 2017 13:47:49 +0000 (15:47 +0200)
committerMark Wielaard <mark@klomp.org>
Tue, 25 Apr 2017 22:38:29 +0000 (00:38 +0200)
commit9130b539c58d262536d7ef2bd4e49d4e66a3fc08
tree7ffe492a15e09dff16f4cab34d13884ccd2e5a54
parent4159aa62cca90f4640784636dc7a3db07ef1133a
Avoid YESSTR and NOSTR

Those are deprecated and apparently some implementations of nl_langinfo
return empty strings for them. The tests even tested for those empty
strings even though the intention of the code was clearly to output
"yes" or "no" there.

Signed-off-by: Ulf Hermann <ulf.hermann@qt.io>
src/ChangeLog
src/readelf.c
tests/ChangeLog
tests/run-readelf-dwz-multi.sh
tests/run-readelf-zdebug-rel.sh