* MAINTAINERS: Update my email address.
[binutils-gdb.git] / binutils / ChangeLog
1 2011-04-21 Jie Zhang <jzhang918@gmail.com>
2
3 * MAINTAINERS: Update my email address.
4
5 2011-04-11 Kai Tietz <ktietz@redhat.com>
6
7 * windres.c (usage): Add new --preprocessor-arg option.
8 (option_values): Add new OPTION_PREPROCESSOR_ARG enumerator.
9 (option long_options): Add preprocessor-arg option.
10 (main): Handle it.
11 * doc/binutils.texi: Add documentation for --preprocessor-arg
12 option.
13 * NEWS: Add line about new --preprocessor-arg option for windres.
14
15 2011-04-08 John Marino <binutils@marino.st>
16
17 * arlex.l: Prevent redefinition of YY_NO_UNPUT.
18 * syslex.l: Likewise.
19
20 2011-04-07 Paul Brook <paul@codesourcery.com>
21
22 * readelf.c (arm_section_get_word): Handle C6000 relocations.
23 (decode_tic6x_unwind_regmask, decode_arm_unwind_bytecode,
24 decode_tic6x_unwind_bytecode, expand_prel31): New functions.
25 (decode_arm_unwind): Split out common code from ARM specific bits.
26 (dump_arm_unwind): Use expand_prel31.
27 (arm_process_unwind): Handle SHT_C6000_UNWIND sections.
28 (process_unwind): Add SHT_C6000_UNWIND.
29
30 2011-04-06 Joseph Myers <joseph@codesourcery.com>
31
32 * configure.in (thumb-*-pe*): Remove.
33 * configure: Regenerate.
34
35 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
36
37 * MAINTAINERS: Update my email address.
38
39 2011-04-03 H.J. Lu <hongjiu.lu@intel.com>
40
41 PR binutils/12632
42 * objcopy.c (copy_unknown_object): Make the archive element
43 readable.
44
45 2011-04-03 David S. Miller <davem@davemloft.net>
46
47 * objdump.c (dump_reloc_set): Output R_SPARC_OLO10 relocations
48 accurately, rather than how they are represented internally.
49
50 2011-03-31 Tristan Gingold <gingold@adacore.com>
51
52 * makefile.vms (readelf.exe): New target.
53
54 2011-03-31 Tristan Gingold <gingold@adacore.com>
55
56 * makefile.vms (DEBUG_OBJS): Add elfcomm.obj.
57
58 2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
59
60 * readelf.c (get_symbol_index_type): Handle SCOM for TIC6X.
61 (dump_relocations): Likewise.
62
63 2011-03-31 Tristan Gingold <gingold@adacore.com>
64
65 * readelf.c (get_ia64_vms_note_type): New function.
66 (print_ia64_vms_note): Ditto.
67 (process_note): Recognize VMS/ia64 specific notes.
68 Display them.
69 (process_corefile_note_segment): Decode VMS notes.
70
71 2011-03-30 Catherine Moore <clm@codesourcery.com>
72
73 * addr2line.c (translate_addresses): Sign extend the pc
74 if sign_extend_vma is enabled.
75
76 2011-03-30 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
77
78 * readelf.c (process_gnu_liblist): Stop memory leak.
79
80 2011-03-29 Alan Modra <amodra@gmail.com>
81
82 * coffdump.c: Include bfd_stdint.h
83
84 2011-03-28 Pierre Muller <muller@ics.u-strasbg.fr>
85
86 * coffdump.c (coff_dump): Correct spelling error.
87 (show_usage): Replace SYSROFF by COFF.
88
89 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
90
91 * coffdump.c (dump_coff_scope): Use double typecast for pointer P
92 to allow compilation for all targets.
93
94 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
95
96 * dwarf.c (process_debug_info): Use offset_size to determine
97 the bit-size of the computation unit's offset.
98 (decode_location_expression): Use dwarf_vmatoa function to display
99 DW_OP_addr OP.
100 (process_debug_info): Use dwarf_vma type for local variables
101 length and type_offset.
102
103 2011-03-25 Michael Snyder <msnyder@vmware.com>
104
105 * strings.c (print_strings): Plug memory leak.
106 * ar.c (move_members): Plug memory leak.
107 (delete_members): Plug memory leak.
108 (write_archive): Plug memory leak.
109 * ieee.c (ieee_add_bb11): Plug memory leak.
110 (ieee_function_type): Likewise.
111 (ieee_class_baseclass): Likewise.
112 * prdbg.c (pr_function_type): Close memory leaks.
113 (pr_method_type): Likewise.
114 (tg_class_static_member): Likewise.
115 (tg_class_method_variant): Likewise.
116 (tg_class_static_method_variant): Likewise.
117 * stabs.c (parse_stab_enum_type): Fix memory leaks.
118 (parse_stab_struct_type): Likewise.
119 (parse_stab_struct_fields): Likewise.
120 (parse_stab_one_struct_field): Likewise.
121 (parse_stab_members): Likewise.
122 (stab_demangle_qualified): Likewise.
123 * objdump.c (dump_reloc_set): Free malloced memory.
124 * bucomm.c (make_tempname): Stop memory leak.
125
126 2011-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
127
128 Replace bfd_vma type and analog types by dwarf_vma and analogs.
129 Use dwarf specific print functions to display these type values.
130 * dwarf.h (dwarf_signed_vma): New type;
131 (DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma.
132 (DWARF2_External_PubNames): Likewise.
133 (DWARF2_External_CompUnit): Likewise.
134 (DWARF2_External_ARange): Likewise.
135 (read_leb128): Change return type to dwarf_vma.
136 * dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and
137 check byte_size values.
138 (dwarf_vmatoa): Change parameter type to dwarf_vma.
139 (dwarf_svmatoa): New static function.
140 (read_leb128): Change return type to dwarf_vma.
141 (read_sleb128): New static function.
142 (struct State_Machine_Registers): Change address field type to
143 dwarf_vma.
144 (process_extended_line_op): Adapt to type changes.
145 (fetch_indirect_string): Likewise.
146 (idisplay_block): Likewise.
147 (decode_location_expression): Likewise.
148 (read_and_display_attr_value): Likewise.
149 (process_debug_info): Likewise.
150 (display_debug_lines_raw): Likewise.
151 (display_debug_lines_decoded): Likewise.
152 (SLEB macro): Use new read_sleb128 function.
153
154 2011-03-17 Alan Modra <amodra@gmail.com>
155
156 PR 12590
157 * ar.c (ranlib_main): Init arg_index properly.
158 (usage): Describe --target.
159
160 2011-03-16 Jakub Jelinek <jakub@redhat.com>
161
162 * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
163 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
164 DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
165 (get_AT_name): Handle DW_AT_GNU_call_site_value,
166 DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
167 DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
168 DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
169 DW_AT_GNU_all_source_call_sites.
170 (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
171 handling.
172
173 2011-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
174
175 * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
176 (decode_location_expression): Handle DW_OP_GNU_entry_value.
177 (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
178 (get_AT_name): Likewise.
179
180 2011-03-14 Michael Snyder <msnyder@vmware.com>
181
182 * objcopy.c (set_pe_subsystem): Free subsystem.
183
184 * wrstabs.c (stab_start_struct_type): Close memory leak.
185
186 * readelf.c (process_version_sections): Free symbols.
187
188 * nm.c (display_rel_file): Free symsizes.
189
190 2011-03-10 Nick Clifton <nickc@redhat.com>
191
192 * readelf.c (get_machine_name): Update EM_V850 entry.
193
194 2011-03-03 Mike Frysinger <vapier@gentoo.org>
195
196 * objdump.c (usage): Fix single typo.
197 * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
198 po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
199
200 2011-03-01 Akos Pasztory <akos.pasztory@gmail.com>
201
202 PR binutils/12523
203 * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
204
205 2011-02-28 Kai Tietz <kai.tietz@onevision.com>
206
207 * debug.c (debug_start_source): Use filename_(n)cmp.
208 * ieee.c (ieee_finish_compilation_unit): Likewise.
209 (ieee_lineno): Likewise.
210 * nlmconv.c (main): Likewise.
211 * objcopy.c (strip_main): Likewise.
212 (copy_main): Likewise.
213 * objdump.c (show_line): Likewise.
214 (dump_reloc_set): Likewise.
215 * srconv.c (main): Likewise.
216 * wrstabs.c (stab_lineno): Likewise.
217
218 2011-02-24 Zachary T Welch <zwelch@codesourcery.com>
219
220 * readelf.c (decode_arm_unwind): Implement decoding of remaining
221 ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
222
223 2011-02-23 Kai Tietz <kai.tietz@onevision.com>
224
225 * dwarf.c (read_leb128): Use bfd_vma instead of
226 long type.
227 (dwarf_vmatoa): New helper routine.
228 (process_extended_line_op): Use for adr bfd_vma
229 type and print those typed values via BFD_VMA_FMT
230 or via dwarf_vmatoa for localized prints.
231 (fetch_indirect_string): Adjust offset's type.
232 (decode_location_expression): Adjust argument types
233 and uvalue type.
234 (read_and_display_attr_value): Likewise.
235 (read_and_display_attr): Likewise.
236 (decode_location_expression): Adjust printf format.
237 (process_debug_info): Likewise.
238 (display_debug_lines_raw): Likewise.
239 (display_debug_lines_decoded): Likewise.
240 (display_debug_pubnames): Likewise.
241 (display_debug_loc): Likewise.
242 (display_debug_aranges): Likewise.
243 * dwarf.h (DWARF2_External_LineInfo,
244 DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
245 DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
246 DWARF2_Internal_CompUnit, DWARF2_External_ARange,
247 DWARF2_Internal_ARange): Added..
248 (read_leb128): Adjust return type.
249
250 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
251
252 * configure: Regenerate.
253
254 2011-02-08 Nick Clifton <nickc@redhat.com>
255
256 PR binutils/12467
257 * readelf.c (process_program_headers): Issue a warning if there
258 are no program headers but the file header has a non-zero program
259 header offset.
260 (process_section_headers): Issue a warning if there are no section
261 headers but the file header has a non-zero section header offset.
262 (process_section_groups): Reword the no section message so that it
263 can be distinguished from the one issued by process_section_headers.
264
265 2011-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
266 Doug Evans <dje@google.com>
267
268 * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
269
270 2011-01-19 Maciej W. Rozycki <macro@codesourcery.com>
271
272 * readelf.c (process_object): Free dynamic_section after use.
273
274 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
275
276 PR binutils/12408
277 * readelf.c (process_archive): Free and reset dump_sects
278 after processing each archive member.
279
280 2011-01-11 Andreas Schwab <schwab@redhat.com>
281
282 * readelf.c (print_symbol): Handle symbol characters as unsigned.
283 Whitespace fixes.
284
285 2011-01-10 Nick Clifton <nickc@redhat.com>
286
287 * po/da.po: Updated Danish translation.
288
289 2011-01-06 Vladimir Siminov <sv@sw.ru>
290
291 * bucomm.c (get_file_size): Check for negative sizes and issue a
292 warning message if encountered.
293
294 2011-01-01 H.J. Lu <hongjiu.lu@intel.com>
295
296 * version.c (print_version): Update copyright to 2011.
297
298 For older changes see ChangeLog-2010
299 \f
300 Local Variables:
301 mode: change-log
302 left-margin: 8
303 fill-column: 74
304 version-control: never
305 End: