Merge branch 'mpolacek/readelf-pltrel-case'
authorMarek Polacek <mpolacek@redhat.com>
Fri, 25 Mar 2011 12:14:19 +0000 (13:14 +0100)
committerMarek Polacek <mpolacek@redhat.com>
Fri, 25 Mar 2011 12:14:19 +0000 (13:14 +0100)
1  2 
src/ChangeLog
src/readelf.c

diff --cc src/ChangeLog
@@@ -1,21 -1,7 +1,25 @@@
+ 2011-03-22  Marek Polacek  <mpolacek@redhat.com>
+       * readelf.c (handle_dynamic): Don't segfault at DT_PLTREL case.
 +2011-03-22  Mark Wielaard  <mjw@redhat.com>
 +
 +      * 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  <mjw@redhat.com>
  
        * elflint.c (check_symtab): Use ebl_check_st_other_bits.
diff --cc src/readelf.c
Simple merge