]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Replace printf %Z length modifier with %z.
authorChih-Hung Hsieh <chh@google.com>
Fri, 4 Sep 2015 17:13:02 +0000 (10:13 -0700)
committerMark Wielaard <mjw@redhat.com>
Mon, 7 Sep 2015 13:04:22 +0000 (15:04 +0200)
commit2ec957327cdfae6cee592a52958a9c937ea4b13c
tree5a7a5f5c8314ec191aa24693baddd8ef13f7b286
parentc3f93ad84e653a23a66d8fa4110292ed900ede25
Replace printf %Z length modifier with %z.

%Z is a GNU extension predating the ISO C99 %z modifier supported by
libc5 and no longer recommended.

Signed-off-by: Chih-Hung Hsieh <chh@google.com>
Signed-off-by: Mark Wielaard <mjw@redhat.com>
17 files changed:
src/ChangeLog
src/elflint.c
src/findtextrel.c
src/ldscript.y
src/readelf.c
src/unstrip.c
tests/ChangeLog
tests/asm-tst1.c
tests/asm-tst2.c
tests/asm-tst3.c
tests/asm-tst4.c
tests/asm-tst5.c
tests/asm-tst6.c
tests/asm-tst7.c
tests/asm-tst8.c
tests/asm-tst9.c
tests/sectiondump.c