diff options
author | Nick Clifton <nickc@redhat.com> | 1999-08-28 08:13:43 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1999-08-28 08:13:43 +0000 |
commit | 3590ea008dd88690c919e7ae7e48409538feb52a (patch) | |
tree | 4f5e2cec6fdb23ab7cd603fd391b37d83a2956d3 /binutils/ChangeLog | |
parent | 3d756caf338db36639be6d249311a3148c3d5ea6 (diff) | |
download | gdb-3590ea008dd88690c919e7ae7e48409538feb52a.zip gdb-3590ea008dd88690c919e7ae7e48409538feb52a.tar.gz gdb-3590ea008dd88690c919e7ae7e48409538feb52a.tar.bz2 |
Applied patch from Stephane Carrez <stcarrez@worldnet.fr> to fix pointer size assumption.
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 d863c73..1922b73 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +1999-08-28 Stephane Carrez <stcarrez@worldnet.fr> + + * readelf.c (process_extended_line_op): New parameter pointer_size, + read the address according to pointer_size. + (debug_line_pointer_size): New global to indicate the + size of address in .debug_line section. + (debug_displays, prescan_debug_info): Prescan the .debug_info section + to record the size of address in `debug_line_pointer_size'. + (process_section_contents): Before dumping any section, execute + the pre-scan operation defined for some debug sections. + 1999-08-27 Jim Wilson <wilson@cygnus.com> * readelf.c (display_debug_lines): Use i-1 not i in standard_opcodes |