* ar.c (delete_members): Plug memory leak.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2011-03-25 Michael Snyder <msnyder@vmware.com>
2
3 * strings.c (print_strings): Plug memory leak.
4 * ar.c (move_members): Plug memory leak.
5 (delete_members): Plug memory leak.
6
7 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
8
9 Replace bfd_vma type and analog types by dwarf_vma and analogs.
10 Use dwarf specific print functions to display these type values.
11 * dwarf.h (dwarf_signed_vma): New type;
12 (DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma.
13 (DWARF2_External_PubNames): Likewise.
14 (DWARF2_External_CompUnit): Likewise.
15 (DWARF2_External_ARange): Likewise.
16 (read_leb128): Change return type to dwarf_vma.
17 * dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and
18 check byte_size values.
19 (dwarf_vmatoa): Change parameter type to dwarf_vma.
20 (dwarf_svmatoa): New static function.
21 (read_leb128): Change return type to dwarf_vma.
22 (read_sleb128): New static function.
23 (struct State_Machine_Registers): Change address field type to
24 dwarf_vma.
25 (process_extended_line_op): Adapt to type changes.
26 (fetch_indirect_string): Likewise.
27 (idisplay_block): Likewise.
28 (decode_location_expression): Likewise.
29 (read_and_display_attr_value): Likewise.
30 (process_debug_info): Likewise.
31 (display_debug_lines_raw): Likewise.
32 (display_debug_lines_decoded): Likewise.
33 (SLEB macro): Use new read_sleb128 function.
34
35 2011-03-17 Alan Modra <amodra@gmail.com>
36
37 PR 12590
38 * ar.c (ranlib_main): Init arg_index properly.
39 (usage): Describe --target.
40
41 2011-03-16 Jakub Jelinek <jakub@redhat.com>
42
43 * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
44 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
45 DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
46 (get_AT_name): Handle DW_AT_GNU_call_site_value,
47 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
48 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
49 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
50 DW_AT_GNU_all_source_call_sites.
51 (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
52 handling.
53
54 2011-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
55
56 * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
57 (decode_location_expression): Handle DW_OP_GNU_entry_value.
58 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
59 (get_AT_name): Likewise.
60
61 2011-03-14 Michael Snyder <msnyder@vmware.com>
62
63 * objcopy.c (set_pe_subsystem): Free subsystem.
64
65 * wrstabs.c (stab_start_struct_type): Close memory leak.
66
67 * readelf.c (process_version_sections): Free symbols.
68
69 * nm.c (display_rel_file): Free symsizes.
70
71 2011-03-10 Nick Clifton <nickc@redhat.com>
72
73 * readelf.c (get_machine_name): Update EM_V850 entry.
74
75 2011-03-03 Mike Frysinger <vapier@gentoo.org>
76
77 * objdump.c (usage): Fix single typo.
78 * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
79 po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
80
81 2011-03-01 Akos Pasztory <akos.pasztory@gmail.com>
82
83 PR binutils/12523
84 * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
85
86 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
87
88 * debug.c (debug_start_source): Use filename_(n)cmp.
89 * ieee.c (ieee_finish_compilation_unit): Likewise.
90 (ieee_lineno): Likewise.
91 * nlmconv.c (main): Likewise.
92 * objcopy.c (strip_main): Likewise.
93 (copy_main): Likewise.
94 * objdump.c (show_line): Likewise.
95 (dump_reloc_set): Likewise.
96 * srconv.c (main): Likewise.
97 * wrstabs.c (stab_lineno): Likewise.
98
99 2011-02-24 Zachary T Welch <zwelch@codesourcery.com>
100
101 * readelf.c (decode_arm_unwind): Implement decoding of remaining
102 ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
103
104 2011-02-23 Kai Tietz <kai.tietz@onevision.com>
105
106 * dwarf.c (read_leb128): Use bfd_vma instead of
107 long type.
108 (dwarf_vmatoa): New helper routine.
109 (process_extended_line_op): Use for adr bfd_vma
110 type and print those typed values via BFD_VMA_FMT
111 or via dwarf_vmatoa for localized prints.
112 (fetch_indirect_string): Adjust offset's type.
113 (decode_location_expression): Adjust argument types
114 and uvalue type.
115 (read_and_display_attr_value): Likewise.
116 (read_and_display_attr): Likewise.
117 (decode_location_expression): Adjust printf format.
118 (process_debug_info): Likewise.
119 (display_debug_lines_raw): Likewise.
120 (display_debug_lines_decoded): Likewise.
121 (display_debug_pubnames): Likewise.
122 (display_debug_loc): Likewise.
123 (display_debug_aranges): Likewise.
124 * dwarf.h (DWARF2_External_LineInfo,
125 DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
126 DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
127 DWARF2_Internal_CompUnit, DWARF2_External_ARange,
128 DWARF2_Internal_ARange): Added..
129 (read_leb128): Adjust return type.
130
131 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
132
133 * configure: Regenerate.
134
135 2011-02-08 Nick Clifton <nickc@redhat.com>
136
137 PR binutils/12467
138 * readelf.c (process_program_headers): Issue a warning if there
139 are no program headers but the file header has a non-zero program
140 header offset.
141 (process_section_headers): Issue a warning if there are no section
142 headers but the file header has a non-zero section header offset.
143 (process_section_groups): Reword the no section message so that it
144 can be distinguished from the one issued by process_section_headers.
145
146 2011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
147 Doug Evans <dje@google.com>
148
149 * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
150
151 2011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
152
153 * readelf.c (process_object): Free dynamic_section after use.
154
155 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
156
157 PR binutils/12408
158 * readelf.c (process_archive): Free and reset dump_sects
159 after processing each archive member.
160
161 2011-01-11 Andreas Schwab <schwab@redhat.com>
162
163 * readelf.c (print_symbol): Handle symbol characters as unsigned.
164 Whitespace fixes.
165
166 2011-01-10 Nick Clifton <nickc@redhat.com>
167
168 * po/da.po: Updated Danish translation.
169
170 2011-01-06 Vladimir Siminov <sv@sw.ru>
171
172 * bucomm.c (get_file_size): Check for negative sizes and issue a
173 warning message if encountered.
174
175 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
176
177 * version.c (print_version): Update copyright to 2011.
178
179 For older changes see ChangeLog-2010
180 \f
181 Local Variables:
182 mode: change-log
183 left-margin: 8
184 fill-column: 74
185 version-control: never
186 End:
This page took 0.033469 seconds and 4 git commands to generate.