aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-02-09 09:14:15 +0000
committerTristan Gingold <gingold@adacore.com>2009-02-09 09:14:15 +0000
commit4cb93e3bbe07704a803fa04e562bcd822764d1af (patch)
tree6df6fb8741f4a3c30faa4806c2a7dd071503a3fb /binutils/ChangeLog
parent5734ee8bab79bac791da598a0c62e3ac6919ba8d (diff)
downloadgdb-4cb93e3bbe07704a803fa04e562bcd822764d1af.zip
gdb-4cb93e3bbe07704a803fa04e562bcd822764d1af.tar.gz
gdb-4cb93e3bbe07704a803fa04e562bcd822764d1af.tar.bz2
2009-02-09 Tristan Gingold <gingold@adacore.com>
* NEWS: Mention feature match between objdump and readelf for dumping dwarf info. * doc/binutils.texi (objdump): Document -W/--dwarf improvments to objdump. * objdump.c (usage): Update documentation for -W/--dwarf. (enum option_values): Add OPTION_DWARF. (long_options): --dwarf can accept arguments. (dump_dwarf_section): Also check enabled field. (main): Option -W can accept arguments, code moved to dwarf.c and call dwarf_select_sections_all instead. * readelf.c (process_section_headers): Remove do_debug_lines_decoded. (parse_args): Move code to... * dwarf.c (dwarf_select_sections_by_letters, dwarf_select_sections_by_names): : ...here (new functions). (do_debug_lines_decoded): Remove and replaced by ... (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros. (display_debug_lines): Adjust for previous change. (dwarf_select_sections_all): New function. (debug_displays): Add initializer for enabled field. * dwarf.h (do_debug_lines_decoded): Remove. Add prototypes for the new functions. (struct dwarf_section_display): Add enabled field.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index 531eb50..c9318c2 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,30 @@
+2009-02-09 Tristan Gingold <gingold@adacore.com>
+
+ * NEWS: Mention feature match between objdump and readelf for dumping
+ dwarf info.
+
+ * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
+ objdump.
+
+ * objdump.c (usage): Update documentation for -W/--dwarf.
+ (enum option_values): Add OPTION_DWARF.
+ (long_options): --dwarf can accept arguments.
+ (dump_dwarf_section): Also check enabled field.
+ (main): Option -W can accept arguments, code moved to
+ dwarf.c and call dwarf_select_sections_all instead.
+ * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
+ (parse_args): Move code to...
+ * dwarf.c (dwarf_select_sections_by_letters,
+ dwarf_select_sections_by_names): : ...here (new functions).
+ (do_debug_lines_decoded): Remove and replaced by ...
+ (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
+ (display_debug_lines): Adjust for previous change.
+ (dwarf_select_sections_all): New function.
+ (debug_displays): Add initializer for enabled field.
+ * dwarf.h (do_debug_lines_decoded): Remove.
+ Add prototypes for the new functions.
+ (struct dwarf_section_display): Add enabled field.
+
2009-02-06 Nick Clifton <nickc@redhat.com>
* po/vi.po: Updated Vietnamese translation.