Add -Wshadow to the gcc command line options used when compiling the binutils.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
91d6fa6a
NC
12009-12-11 Nick Clifton <nickc@redhat.com>
2
3 * Makefile.in: Regenerate.
4 * doc/Makefile.in: Regenerate.
5 * ar.c: Fix shadowed variable warnings.
6 * bucomm.c: Likewise.
7 * coffgrok.c: Likewise.
8 * configure: Likewise.
9 * dlltool.c: Likewise.
10 * dllwrap.c: Likewise.
11 * dwarf.c: Likewise.
12 * ieee.c: Likewise.
13 * nlmconv.c: Likewise.
14 * nm.c: Likewise.
15 * objcopy.c: Likewise.
16 * objdump.c: Likewise.
17 * prdbg.c: Likewise.
18 * readelf.c: Likewise.
19 * resbin.c: Likewise.
20 * resrc.c: Likewise.
21 * resres.c: Likewise.
22 * srconv.c: Likewise.
23 * stabs.c: Likewise.
24 * sysdump.c: Likewise.
25 * sysinfo.y: Likewise.
26 * wrstabs.c: Likewise.
27
68cdf72f
TG
282009-12-10 Tristan Gingold <gingold@adacore.com>
29
30 * addr2line.c (pretty_print): New variable.
31 (long_options): Add an entry for -p/--pretty-print.
32 (usage): Document -p/--pretty-print.
33 (translate_addresses): Handle pretty_print. Reindent.
34 (main): Handle option -p.
35 * doc/binutils.texi (addr2line): Document -p/--pretty-print.
36 * NEWS: Mention new feature.
37
be6f6493
TG
382009-12-09 Tristan Gingold <gingold@adacore.com>
39
40 * addr2line.c (translate_addresses): Display addresses
41 if option -a is used.
42 (with_addresses): New variable.
43 (long_options): Add option '-a'.
44 (usage): Add usage for option '-a'.
45 (main): Handle option '-a'.
46 * doc/binutils.texi (addr2line): Document option '-a'.
47 * NEWS: Mention new feature.
48
357da287
CC
492009-12-08 Cary Coutant <ccoutant@google.com>
50
51 * dwarf.c (dwarf_select_sections_by_names): Handle pubtypes correctly.
52 (debug_displays): Remove duplicate entry for debug_pubtypes.
53
67c2a3e8
DD
542009-12-03 David Daney <ddaney@caviumnetworks.com>
55 Adam Nemet <adambnemet@gmail.com>
56
57 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON2 case.
58
f9f0e732
NC
592009-12-03 Nick Clifton <nickc@redhat.com>
60
61 PR binutils/11045
62 * dwarf.c (do_debug_pubtypes): New variable.
63 (dwarf_select_sections_by_names): Handle .debug_pubtypes.
64 (dwarf_select_sections_by_letters): Add 't' for .debug_pubtype.
65 (dwarf_select_sections_all): Set do_debug_pubtypes.
66 (debug_displays): Add support for .debug_pubtypes.
67 * dwarf.h (do_debug_pubtypes): Export.
68 * objdump.c (usage): Add -wt or --dwarf=pubtypes.
69 * readelf.c (usage): Likewise.
70 (process_section_headers): Enable debug display if
71 do_debug_pubtypes is set.
72 * doc/binutils.texi: Document -wt/--dwarf=pubtypes option.
73