diff options
author | Alan Modra <amodra@gmail.com> | 2002-11-04 03:18:41 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2002-11-04 03:18:41 +0000 |
commit | f1ef08cb0196f806d980f98663c3d924f43eba28 (patch) | |
tree | 806fe70f14e48890392b1f12347da85651dd3f3b /binutils/ChangeLog | |
parent | 935cac6e77b842941bb173cd3e25c11890f31260 (diff) | |
download | gdb-f1ef08cb0196f806d980f98663c3d924f43eba28.zip gdb-f1ef08cb0196f806d980f98663c3d924f43eba28.tar.gz gdb-f1ef08cb0196f806d980f98663c3d924f43eba28.tar.bz2 |
* readelf.c (byte_get_little_endian): Comment typo fix.
(print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf
as the format string.
(dump_relocations): Correct section sym names.
(process_section_headers): Clear symtab_shndx_hdr.
(read_and_display_attr_value): Don't pass indirect string to printf
as the format string.
(display_debug_frames): Indicate when zero terminator found. Decode
DW_EH_PE_pcrel addresses.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 617d164..33b1c3f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +2002-11-04 Alan Modra <amodra@bigpond.net.au> + + * readelf.c (byte_get_little_endian): Comment typo fix. + (print_symbol): Constify "symbol" arg. Don't pass "symbol" to printf + as the format string. + (dump_relocations): Correct section sym names. + (process_section_headers): Clear symtab_shndx_hdr. + (read_and_display_attr_value): Don't pass indirect string to printf + as the format string. + (display_debug_frames): Indicate when zero terminator found. Decode + DW_EH_PE_pcrel addresses. + 2002-10-23 Svein E. Seldal <Svein.Seldal@solidas.com> * configure.in: Define SKIP_ZEROES as 32 for tic4x target in |