aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1999-08-28 08:13:43 +0000
committerNick Clifton <nickc@redhat.com>1999-08-28 08:13:43 +0000
commit3590ea008dd88690c919e7ae7e48409538feb52a (patch)
tree4f5e2cec6fdb23ab7cd603fd391b37d83a2956d3 /binutils/ChangeLog
parent3d756caf338db36639be6d249311a3148c3d5ea6 (diff)
downloadgdb-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/ChangeLog11
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