aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorDaniel Berlin <dberlin@dberlin.org>2002-03-21 05:00:58 +0000
committerDaniel Berlin <dberlin@dberlin.org>2002-03-21 05:00:58 +0000
commita2f14207f3e8dfb5234e8d50b10bf4ed5a6d64a5 (patch)
tree6ae5f7ce1610fd42b6a5af64352cb7b010c8b7ec /binutils/ChangeLog
parentbdbe574731e474b9e2e4a9ff69357542527a87cc (diff)
downloadgdb-a2f14207f3e8dfb5234e8d50b10bf4ed5a6d64a5.zip
gdb-a2f14207f3e8dfb5234e8d50b10bf4ed5a6d64a5.tar.gz
gdb-a2f14207f3e8dfb5234e8d50b10bf4ed5a6d64a5.tar.bz2
2002-03-20 Daniel Berlin <dan@dberlin.org>
* readelf.c: Add support for displaying dwarf2 location lists. (do_debug_loc, debug_loc_section, debug_loc_size): New. (parse_args): Use 'O' as shorthand for displaying location list section. (process_section_headers): Handle debug_loc as well. (load_debug_loc): New. (free_debug_loc): New. (fetch_location_list): New. (display_debug_loc): New. (display_debug_info): Call load_debug_loc and free_debug_loc. (debug_displays): We can display .debug_loc now, too. (usage): Update usage string. (read_and_display_attr_value): Note location lists, but don't display them inline.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index e2ddf93..ab5604c 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,20 @@
+2002-03-20 Daniel Berlin <dan@dberlin.org>
+
+ * readelf.c: Add support for displaying dwarf2 location lists.
+ (do_debug_loc, debug_loc_section, debug_loc_size): New.
+ (parse_args): Use 'O' as shorthand for displaying location list
+ section.
+ (process_section_headers): Handle debug_loc as well.
+ (load_debug_loc): New.
+ (free_debug_loc): New.
+ (fetch_location_list): New.
+ (display_debug_loc): New.
+ (display_debug_info): Call load_debug_loc and free_debug_loc.
+ (debug_displays): We can display .debug_loc now, too.
+ (usage): Update usage string.
+ (read_and_display_attr_value): Note location lists, but don't
+ display them inline.
+
2002-03-18 Tom Rix <trix@redhat.com>
* Makefile.am: Add binutils emulation support.