From: Marek Polacek Date: Fri, 25 Mar 2011 12:14:19 +0000 (+0100) Subject: Merge branch 'mpolacek/readelf-pltrel-case' X-Git-Tag: elfutils-0.153~53 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1c2a1987367f9198efedf0f1985e1f4330746b6b;p=thirdparty%2Felfutils.git Merge branch 'mpolacek/readelf-pltrel-case' --- 1c2a1987367f9198efedf0f1985e1f4330746b6b diff --cc src/ChangeLog index df53d358f,66cca15d1..c7c83396a --- a/src/ChangeLog +++ b/src/ChangeLog @@@ -1,21 -1,7 +1,25 @@@ + 2011-03-22 Marek Polacek + + * readelf.c (handle_dynamic): Don't segfault at DT_PLTREL case. + +2011-03-22 Mark Wielaard + + * readelf.c (dwarf_tag_string): Support DW_TAG_GNU_call_site + and DW_TAG_GNU_call_site_parameter. + (dwarf_attr_string): Support DW_AT_GNU_call_site_value, + DW_AT_GNU_call_site_data_value, + DW_AT_GNU_call_site_target, + DW_AT_GNU_call_site_target_clobbered, + DW_AT_GNU_tail_call, + DW_AT_GNU_all_tail_call_sites, + DW_AT_GNU_all_call_sites, + and DW_AT_GNU_all_source_call_sites. + (print_ops): Handle DW_OP_GNU_entry_value. + (attr_callback): Handle DW_AT_GNU_call_site_value, + DW_AT_GNU_call_site_data_value, + DW_AT_GNU_call_site_target, + and DW_AT_GNU_call_site_target_clobbered. + 2011-03-10 Mark Wielaard * elflint.c (check_symtab): Use ebl_check_st_other_bits.