Commit | Line | Data |
---|---|---|
43ecc30f L |
1 | 2009-12-31 Eirik Byrkjeflot Anonsen <eirik@opera.com> |
2 | Nick Clifton <nickc@redhat.com> | |
3 | ||
4 | * objcopy.c (add_redefine_syms_file): Avoid symbol buffer | |
5 | overrun. | |
6 | ||
7 | 2009-12-21 Alan Modra <amodra@gmail.com> | |
8 | ||
9 | * MAINTAINERS: Update my email address. | |
10 | ||
11 | 2009-12-18 Ulrich Weigand <uweigand@de.ibm.com> | |
12 | ||
13 | * readelf.c (get_note_type): Handle NT_S390_HIGH_GPRS notes. | |
14 | ||
15 | 2009-12-11 Nick Clifton <nickc@redhat.com> | |
16 | ||
17 | * Makefile.in: Regenerate. | |
18 | * doc/Makefile.in: Regenerate. | |
19 | * ar.c: Fix shadowed variable warnings. | |
20 | * bucomm.c: Likewise. | |
21 | * coffgrok.c: Likewise. | |
22 | * configure: Likewise. | |
23 | * dlltool.c: Likewise. | |
24 | * dllwrap.c: Likewise. | |
25 | * dwarf.c: Likewise. | |
26 | * ieee.c: Likewise. | |
27 | * nlmconv.c: Likewise. | |
28 | * nm.c: Likewise. | |
29 | * objcopy.c: Likewise. | |
30 | * objdump.c: Likewise. | |
31 | * prdbg.c: Likewise. | |
32 | * readelf.c: Likewise. | |
33 | * resbin.c: Likewise. | |
34 | * resrc.c: Likewise. | |
35 | * resres.c: Likewise. | |
36 | * srconv.c: Likewise. | |
37 | * stabs.c: Likewise. | |
38 | * sysdump.c: Likewise. | |
39 | * sysinfo.y: Likewise. | |
40 | * wrstabs.c: Likewise. | |
41 | ||
42 | 2009-12-10 Tristan Gingold <gingold@adacore.com> | |
43 | ||
44 | * addr2line.c (pretty_print): New variable. | |
45 | (long_options): Add an entry for -p/--pretty-print. | |
46 | (usage): Document -p/--pretty-print. | |
47 | (translate_addresses): Handle pretty_print. Reindent. | |
48 | (main): Handle option -p. | |
49 | * doc/binutils.texi (addr2line): Document -p/--pretty-print. | |
50 | * NEWS: Mention new feature. | |
51 | ||
52 | 2009-12-09 Tristan Gingold <gingold@adacore.com> | |
53 | ||
54 | * addr2line.c (translate_addresses): Display addresses | |
55 | if option -a is used. | |
56 | (with_addresses): New variable. | |
57 | (long_options): Add option '-a'. | |
58 | (usage): Add usage for option '-a'. | |
59 | (main): Handle option '-a'. | |
60 | * doc/binutils.texi (addr2line): Document option '-a'. | |
61 | * NEWS: Mention new feature. | |
62 | ||
63 | 2009-12-08 Cary Coutant <ccoutant@google.com> | |
64 | ||
65 | * dwarf.c (dwarf_select_sections_by_names): Handle pubtypes correctly. | |
66 | (debug_displays): Remove duplicate entry for debug_pubtypes. | |
67 | ||
68 | 2009-12-03 David Daney <ddaney@caviumnetworks.com> | |
69 | Adam Nemet <adambnemet@gmail.com> | |
70 | ||
71 | * readelf.c (get_machine_flags): Handle E_MIPS_MACH_OCTEON2 case. | |
72 | ||
73 | 2009-12-03 Nick Clifton <nickc@redhat.com> | |
74 | ||
75 | PR binutils/11045 | |
76 | * dwarf.c (do_debug_pubtypes): New variable. | |
77 | (dwarf_select_sections_by_names): Handle .debug_pubtypes. | |
78 | (dwarf_select_sections_by_letters): Add 't' for .debug_pubtype. | |
79 | (dwarf_select_sections_all): Set do_debug_pubtypes. | |
80 | (debug_displays): Add support for .debug_pubtypes. | |
81 | * dwarf.h (do_debug_pubtypes): Export. | |
82 | * objdump.c (usage): Add -wt or --dwarf=pubtypes. | |
83 | * readelf.c (usage): Likewise. | |
84 | (process_section_headers): Enable debug display if | |
85 | do_debug_pubtypes is set. | |
86 | * doc/binutils.texi: Document -wt/--dwarf=pubtypes option. | |
87 |