2ec667f0897d75894ccb408fe93ba02650e7adac
[external/binutils.git] / binutils / ChangeLog
1 2011-03-14  Michael Snyder  <msnyder@vmware.com>
2
3         * readelf.c (process_version_sections): Free symbols.
4
5         * nm.c (display_rel_file): Free symsizes.
6
7 2011-03-10  Nick Clifton  <nickc@redhat.com>
8
9         * readelf.c (get_machine_name): Update EM_V850 entry.
10
11 2011-03-03  Mike Frysinger  <vapier@gentoo.org>
12
13         * objdump.c (usage): Fix single typo.
14         * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
15         po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
16
17 2011-03-01  Akos Pasztory  <akos.pasztory@gmail.com>
18
19         PR binutils/12523
20         * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
21
22 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
23
24         * debug.c (debug_start_source): Use filename_(n)cmp.
25         * ieee.c (ieee_finish_compilation_unit): Likewise.
26         (ieee_lineno): Likewise.
27         * nlmconv.c (main): Likewise.
28         * objcopy.c (strip_main): Likewise.
29         (copy_main): Likewise.
30         * objdump.c (show_line): Likewise.
31         (dump_reloc_set): Likewise.
32         * srconv.c (main): Likewise.
33         * wrstabs.c (stab_lineno): Likewise.
34
35 2011-02-24  Zachary T Welch  <zwelch@codesourcery.com>
36
37         * readelf.c (decode_arm_unwind): Implement decoding of remaining
38         ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
39
40 2011-02-23  Kai Tietz  <kai.tietz@onevision.com>
41
42         * dwarf.c (read_leb128): Use bfd_vma instead of
43         long type.
44         (dwarf_vmatoa): New helper routine.
45         (process_extended_line_op): Use for adr bfd_vma
46         type and print those typed values via BFD_VMA_FMT
47         or via dwarf_vmatoa for localized prints.
48         (fetch_indirect_string): Adjust offset's type.
49         (decode_location_expression): Adjust argument types
50         and uvalue type.
51         (read_and_display_attr_value): Likewise.
52         (read_and_display_attr): Likewise.
53         (decode_location_expression): Adjust printf format.
54         (process_debug_info): Likewise.
55         (display_debug_lines_raw): Likewise.
56         (display_debug_lines_decoded): Likewise.
57         (display_debug_pubnames): Likewise.
58         (display_debug_loc): Likewise.
59         (display_debug_aranges): Likewise.
60         * dwarf.h (DWARF2_External_LineInfo,
61         DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
62         DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
63         DWARF2_Internal_CompUnit, DWARF2_External_ARange,
64         DWARF2_Internal_ARange): Added..
65         (read_leb128): Adjust return type.
66
67 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
68
69         * configure: Regenerate.
70
71 2011-02-08  Nick Clifton  <nickc@redhat.com>
72
73         PR binutils/12467
74         * readelf.c (process_program_headers): Issue a warning if there
75         are no program headers but the file header has a non-zero program
76         header offset.
77         (process_section_headers): Issue a warning if there are no section
78         headers but the file header has a non-zero section header offset.
79         (process_section_groups): Reword the no section message so that it
80         can be distinguished from the one issued by process_section_headers.
81
82 2011-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
83             Doug Evans  <dje@google.com>
84
85         * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
86
87 2011-01-19  Maciej W. Rozycki  <macro@codesourcery.com>
88
89         * readelf.c (process_object): Free dynamic_section after use.
90
91 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
92
93         PR binutils/12408
94         * readelf.c (process_archive): Free and reset dump_sects
95         after processing each archive member.
96
97 2011-01-11  Andreas Schwab  <schwab@redhat.com>
98
99         * readelf.c (print_symbol): Handle symbol characters as unsigned.
100         Whitespace fixes.
101
102 2011-01-10  Nick Clifton  <nickc@redhat.com>
103
104         * po/da.po: Updated Danish translation.
105
106 2011-01-06  Vladimir Siminov  <sv@sw.ru>
107
108         * bucomm.c (get_file_size): Check for negative sizes and issue a
109         warning message if encountered.
110
111 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
112
113         * version.c (print_version): Update copyright to 2011.
114
115 For older changes see ChangeLog-2010
116 \f
117 Local Variables:
118 mode: change-log
119 left-margin: 8
120 fill-column: 74
121 version-control: never
122 End: