diff options
author | Andreas Schwab <schwab@linux-m68k.org> | 1999-05-27 03:02:23 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@linux-m68k.org> | 1999-05-27 03:02:23 +0000 |
commit | 1b228002a1a96136e0cde0825a88eb4d785fb9c2 (patch) | |
tree | 5d0695b0101cb68455e498896af0cc60ea8b168f /binutils/ChangeLog | |
parent | a13cba0d368f3001524fd2739bd7807b7f329487 (diff) | |
download | gdb-1b228002a1a96136e0cde0825a88eb4d785fb9c2.zip gdb-1b228002a1a96136e0cde0825a88eb4d785fb9c2.tar.gz gdb-1b228002a1a96136e0cde0825a88eb4d785fb9c2.tar.bz2 |
* readelf.c (dump_relocations): Always print the addend on RELA
systems even if there is no symbol.
(process_program_headers): Reset dynamic_size before looping
through the program headers.
(process_version_sections): Cast sh_offset to unsigned long for
printing in case bfd_vma is wider.
(process_symbol_table): Use get_symbol_index_type when printing
st_shndx.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1b1121c..746baf1 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +Thu May 27 11:58:33 1999 Andreas Schwab <schwab@issan.cs.uni-dortmund.de> + + * readelf.c (dump_relocations): Always print the addend on RELA + systems even if there is no symbol. + (process_program_headers): Reset dynamic_size before looping + through the program headers. + (process_version_sections): Cast sh_offset to unsigned long for + printing in case bfd_vma is wider. + (process_symbol_table): Use get_symbol_index_type when printing + st_shndx. + 1999-05-17 DJ Delorie <dj@cygnus.com> * windres.c: add verbose option |