aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2001-11-07 16:14:09 +0000
committerJakub Jelinek <jakub@redhat.com>2001-11-07 16:14:09 +0000
commitef5cdfc7ddd53e80fed2c3b6e6ee9c57f7b29c35 (patch)
treeb0084888360047d629c98a04887093e0c8eb0c53 /binutils/ChangeLog
parenta4a7d16f8b4f210e0ccfd574c5c44f98953791dd (diff)
downloadgdb-ef5cdfc7ddd53e80fed2c3b6e6ee9c57f7b29c35.zip
gdb-ef5cdfc7ddd53e80fed2c3b6e6ee9c57f7b29c35.tar.gz
gdb-ef5cdfc7ddd53e80fed2c3b6e6ee9c57f7b29c35.tar.bz2
* readelf.c (debug_str, debug_str_size): New.
(display_debug_abbrev): If no abbrevs were read, skip the CU. Call free_abbrevs. (read_and_display_addr): Handle DW_FORM_strp. (display_debug_info): Read .debug_str section if present, so that DW_FORM_strp can be handled. Fix test for non-existant .debug_abbrev section.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index bc8fc57..25eea86 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,13 @@
+2001-11-07 Jakub Jelinek <jakub@redhat.com>
+
+ * readelf.c (debug_str, debug_str_size): New.
+ (display_debug_abbrev): If no abbrevs were read, skip the CU.
+ Call free_abbrevs.
+ (read_and_display_addr): Handle DW_FORM_strp.
+ (display_debug_info): Read .debug_str section if present,
+ so that DW_FORM_strp can be handled.
+ Fix test for non-existant .debug_abbrev section.
+
2001-11-05 Jakub Jelinek <jakub@redhat.com>
* arlex.l: Accept `\' in filenames. Patch by <earl_chew@agilent.com>.