aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index f9956b6..44d41bf 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,16 @@
+2011-07-26 Jakub Jelinek <jakub@redhat.com>
+
+ * NEWS: Mention .debug_macro support.
+ * dwarf.c (read_and_display_attr_value): Don't print a tab
+ if attribute is 0.
+ (get_AT_name): Handle DW_AT_GNU_macros.
+ (get_line_filename_and_dirname, display_debug_macro): New
+ functions.
+ (debug_displays): Add an entry for .debug_macro and .zdebug_macro.
+ * readelf.c (process_section_headers): With do_debug_macinfo
+ handle also .debug_macro sections.
+ * dwarf.h (dwarf_section_display_enum): Add macro.
+
2011-07-24 Chao-ying Fu <fu@mips.com>
Maciej W. Rozycki <macro@codesourcery.com>