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