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