]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PR gas/3800
authorNick Clifton <nickc@redhat.com>
Tue, 6 Feb 2007 15:15:13 +0000 (15:15 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 6 Feb 2007 15:15:13 +0000 (15:15 +0000)
commit4b78141aa2794cc7c43bf1573d132ed2951244cf
treedb165365b755a4b84de2d7fce0f15259556c2f77
parent7b5030c061711ca87f39eaa5363937d9f4ededb7
PR gas/3800
* readelf.c: Include elf/h8.h twice.  The first time in order to get the reloc
  numbers, the second time in order to get the reloc decoder function.
  (dump_section): Tell the user if the section being displayed has unprocessed
  relocs associated with it.
  (get_reloc_size): New function - returns the size of a reloc.
  (debug_apply_rela_addends): Use get_reloc_size().
* dwarf.c (read_and_display_attr_value): Extend number of languages known for
  the DW_AT_language attribute.
  (process_debug_info): Display the attribute offset before decoding the
  attribute, in case there are problems.
binutils/ChangeLog
binutils/dwarf.c
binutils/readelf.c