summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2015-09-04 10:13:02 -0700
committerMark Wielaard <mjw@redhat.com>2015-09-07 15:04:22 +0200
commit2ec957327cdfae6cee592a52958a9c937ea4b13c (patch)
tree5a7a5f5c8314ec191aa24693baddd8ef13f7b286 /src/ChangeLog
parentc3f93ad84e653a23a66d8fa4110292ed900ede25 (diff)
downloadandroid_external_elfutils-2ec957327cdfae6cee592a52958a9c937ea4b13c.tar.gz
android_external_elfutils-2ec957327cdfae6cee592a52958a9c937ea4b13c.tar.bz2
android_external_elfutils-2ec957327cdfae6cee592a52958a9c937ea4b13c.zip
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>
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 66f7ead1..fb928075 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
+2015-09-04 Chih-Hung Hsieh <chh@google.com>
+
+ * elflint.c (check_group): Replace %Z length modifier with %z.
+ (check_note_data): Likewise.
+ * findtextrel.c (process_file): Likewise.
+ * readelf.c (handle_dynamic): Likewise.
+ (handle_symtab): Likewise.
+ (handle_verneed): Likewise.
+ (handle_verdef): Likewise.
+ (handle_versym): Likewise.
+ (print_hash_info): Likewise.
+ (print_decoded_aranges_section): Likewise.
+ (print_debug_aranges_section): Likewise.
+ (print_debug_line_section): Likewise.
+ (hex_dump): Likewise.
+ (dump_data_section): Likewise.
+ (print_string_section): Likewise.
+ (dump_archive_index): Likewise.
+ * unstrip.c (adjust_relocs): Likewise.
+ (collect_symbols): likewise.
+ (get_section_name): Likewise.
+ (find_alloc_sections_prelink): Likewise.
+ (copy_elided_sections): Likewise.
+ * ldscript.y (add_id_list): Add missing '%s'.
+
2015-09-03 Mark Wielaard <mjw@redhat.com>
* readelf.c (handle_core_item): Handle right shift >= 32 bits.