* dwarf2.c (struct line_sequence): New struct.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
ebc5095a
AM
12009-12-21 Alan Modra <amodra@gmail.com>
2
3 * MAINTAINERS: Update my email address.
4
0675e188
UW
52009-12-18 Ulrich Weigand <uweigand@de.ibm.com>
6
7 * readelf.c (get_note_type): Handle NT_S390_HIGH_GPRS notes.
8
91d6fa6a
NC
92009-12-11 Nick Clifton <nickc@redhat.com>
10
11 * Makefile.in: Regenerate.
12 * doc/Makefile.in: Regenerate.
13 * ar.c: Fix shadowed variable warnings.
14 * bucomm.c: Likewise.
15 * coffgrok.c: Likewise.
16 * configure: Likewise.
17 * dlltool.c: Likewise.
18 * dllwrap.c: Likewise.
19 * dwarf.c: Likewise.
20 * ieee.c: Likewise.
21 * nlmconv.c: Likewise.
22 * nm.c: Likewise.
23 * objcopy.c: Likewise.
24 * objdump.c: Likewise.
25 * prdbg.c: Likewise.
26 * readelf.c: Likewise.
27 * resbin.c: Likewise.
28 * resrc.c: Likewise.
29 * resres.c: Likewise.
30 * srconv.c: Likewise.
31 * stabs.c: Likewise.
32 * sysdump.c: Likewise.
33 * sysinfo.y: Likewise.
34 * wrstabs.c: Likewise.
35
68cdf72f
TG
362009-12-10 Tristan Gingold <gingold@adacore.com>
37
38 * addr2line.c (pretty_print): New variable.
39 (long_options): Add an entry for -p/--pretty-print.
40 (usage): Document -p/--pretty-print.
41 (translate_addresses): Handle pretty_print. Reindent.
42 (main): Handle option -p.
43 * doc/binutils.texi (addr2line): Document -p/--pretty-print.
44 * NEWS: Mention new feature.
45
be6f6493
TG
462009-12-09 Tristan Gingold <gingold@adacore.com>
47
48 * addr2line.c (translate_addresses): Display addresses
49 if option -a is used.
50 (with_addresses): New variable.
51 (long_options): Add option '-a'.
52 (usage): Add usage for option '-a'.
53 (main): Handle option '-a'.
54 * doc/binutils.texi (addr2line): Document option '-a'.
55 * NEWS: Mention new feature.
56
357da287
CC
572009-12-08 Cary Coutant <ccoutant@google.com>
58
59 * dwarf.c (dwarf_select_sections_by_names): Handle pubtypes correctly.
60 (debug_displays): Remove duplicate entry for debug_pubtypes.
61
67c2a3e8
DD
622009-12-03 David Daney <ddaney@caviumnetworks.com>
63 Adam Nemet <adambnemet@gmail.com>
64
65 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON2 case.
66
f9f0e732
NC
672009-12-03 Nick Clifton <nickc@redhat.com>
68
69 PR binutils/11045
70 * dwarf.c (do_debug_pubtypes): New variable.
71 (dwarf_select_sections_by_names): Handle .debug_pubtypes.
72 (dwarf_select_sections_by_letters): Add 't' for .debug_pubtype.
73 (dwarf_select_sections_all): Set do_debug_pubtypes.
74 (debug_displays): Add support for .debug_pubtypes.
75 * dwarf.h (do_debug_pubtypes): Export.
76 * objdump.c (usage): Add -wt or --dwarf=pubtypes.
77 * readelf.c (usage): Likewise.
78 (process_section_headers): Enable debug display if
79 do_debug_pubtypes is set.
80 * doc/binutils.texi: Document -wt/--dwarf=pubtypes option.
81