]>
Commit | Line | Data |
---|---|---|
68cdf72f TG |
1 | 2009-12-10 Tristan Gingold <[email protected]> |
2 | ||
3 | * addr2line.c (pretty_print): New variable. | |
4 | (long_options): Add an entry for -p/--pretty-print. | |
5 | (usage): Document -p/--pretty-print. | |
6 | (translate_addresses): Handle pretty_print. Reindent. | |
7 | (main): Handle option -p. | |
8 | * doc/binutils.texi (addr2line): Document -p/--pretty-print. | |
9 | * NEWS: Mention new feature. | |
10 | ||
be6f6493 TG |
11 | 2009-12-09 Tristan Gingold <[email protected]> |
12 | ||
13 | * addr2line.c (translate_addresses): Display addresses | |
14 | if option -a is used. | |
15 | (with_addresses): New variable. | |
16 | (long_options): Add option '-a'. | |
17 | (usage): Add usage for option '-a'. | |
18 | (main): Handle option '-a'. | |
19 | * doc/binutils.texi (addr2line): Document option '-a'. | |
20 | * NEWS: Mention new feature. | |
21 | ||
357da287 CC |
22 | 2009-12-08 Cary Coutant <[email protected]> |
23 | ||
24 | * dwarf.c (dwarf_select_sections_by_names): Handle pubtypes correctly. | |
25 | (debug_displays): Remove duplicate entry for debug_pubtypes. | |
26 | ||
67c2a3e8 DD |
27 | 2009-12-03 David Daney <[email protected]> |
28 | Adam Nemet <[email protected]> | |
29 | ||
30 | * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON2 case. | |
31 | ||
f9f0e732 NC |
32 | 2009-12-03 Nick Clifton <[email protected]> |
33 | ||
34 | PR binutils/11045 | |
35 | * dwarf.c (do_debug_pubtypes): New variable. | |
36 | (dwarf_select_sections_by_names): Handle .debug_pubtypes. | |
37 | (dwarf_select_sections_by_letters): Add 't' for .debug_pubtype. | |
38 | (dwarf_select_sections_all): Set do_debug_pubtypes. | |
39 | (debug_displays): Add support for .debug_pubtypes. | |
40 | * dwarf.h (do_debug_pubtypes): Export. | |
41 | * objdump.c (usage): Add -wt or --dwarf=pubtypes. | |
42 | * readelf.c (usage): Likewise. | |
43 | (process_section_headers): Enable debug display if | |
44 | do_debug_pubtypes is set. | |
45 | * doc/binutils.texi: Document -wt/--dwarf=pubtypes option. | |
46 | ||
e05da72d NC |
47 |