bfd/
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
be6f6493
TG
12009-12-09 Tristan Gingold <gingold@adacore.com>
2
3 * addr2line.c (translate_addresses): Display addresses
4 if option -a is used.
5 (with_addresses): New variable.
6 (long_options): Add option '-a'.
7 (usage): Add usage for option '-a'.
8 (main): Handle option '-a'.
9 * doc/binutils.texi (addr2line): Document option '-a'.
10 * NEWS: Mention new feature.
11
357da287
CC
122009-12-08 Cary Coutant <ccoutant@google.com>
13
14 * dwarf.c (dwarf_select_sections_by_names): Handle pubtypes correctly.
15 (debug_displays): Remove duplicate entry for debug_pubtypes.
16
67c2a3e8
DD
172009-12-03 David Daney <ddaney@caviumnetworks.com>
18 Adam Nemet <adambnemet@gmail.com>
19
20 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON2 case.
21
f9f0e732
NC
222009-12-03 Nick Clifton <nickc@redhat.com>
23
24 PR binutils/11045
25 * dwarf.c (do_debug_pubtypes): New variable.
26 (dwarf_select_sections_by_names): Handle .debug_pubtypes.
27 (dwarf_select_sections_by_letters): Add 't' for .debug_pubtype.
28 (dwarf_select_sections_all): Set do_debug_pubtypes.
29 (debug_displays): Add support for .debug_pubtypes.
30 * dwarf.h (do_debug_pubtypes): Export.
31 * objdump.c (usage): Add -wt or --dwarf=pubtypes.
32 * readelf.c (usage): Likewise.
33 (process_section_headers): Enable debug display if
34 do_debug_pubtypes is set.
35 * doc/binutils.texi: Document -wt/--dwarf=pubtypes option.
36