OSDN Git Service

2011-09-28 Tristan Gingold <gingold@adacore.com>
[pf3gnuchains/pf3gnuchains4x.git] / binutils / ChangeLog
1 2011-09-28  Tristan Gingold  <gingold@adacore.com>
2
3         * od-xcoff.c (dump_xcoff32_aout_header): Fix typo.
4
5 2011-09-27  Tristan Gingold  <gingold@adacore.com>
6
7         * od-xcoff.c (dump_xcoff32_aout_header): Remove some gettext macros.
8         (dump_xcoff32_sections_header): Likewise.
9         (dump_xcoff32_symbols, dump_xcoff32_relocs): Likewise.
10         (dump_xcoff32_lineno, dump_xcoff32_loader): Likewise.
11         (dump_xcoff32_except): Likewise.
12         (dump_xcoff32_typchk, dump_xcoff32_tbtags): Likewise.
13
14 2011-09-27  Tristan Gingold  <gingold@adacore.com>
15
16         * readelf.c (print_ia64_vms_note): Fix xgettext warnings.
17
18 2011-09-22  Tristan Gingold  <gingold@adacore.com>
19
20         * NEWS: Add marker for 2.22.
21
22 2011-09-21  David S. Miller  <davem@davemloft.net>
23
24         * MAINTAINER: Take over from Jakub Jalinek as SPARC maintainer.
25
26         * readelf.c (display_sparc_hwcaps): New.
27         (display_sparc_gnu_attribute): New.
28         (process_sparc_specific): New.
29         (process_arch_specific): When EM_SPARC, EM_SPARC32PLUS,
30         or EM_SPARCV9 invoke process_sparc_specific.
31
32 2011-09-18  H.J. Lu  <hongjiu.lu@intel.com>
33
34         PR binutils/13196
35         * dwarf.c (display_debug_aranges): Check zero address size.
36
37 2011-09-15  H.J. Lu  <hongjiu.lu@intel.com>
38
39         PR binutils/13180
40         * objcopy.c (is_strip_section_1): New.
41         (is_strip_section): Use it.  Remove the group section if all
42         members are removed.
43
44 2011-09-08  Nick Clifton  <nickc@redhat.com>
45
46         * po/ja.po: Updated Japanese translation.
47
48 2011-08-26  Nick Clifton  <nickc@redhat.com>
49
50         * po/es.po: Updated Spanish translation.
51
52 2011-08-08  Marcus Comstedt  <marcus@mc.pp.se>
53
54         PR binutils/12964
55         * Makefile.am (embedspu): Use awk rather than sed.
56         * Makefile.in: Regenerate.
57
58 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
59
60         * dwarf.c (read_and_display_attr_value): Recognize DW_FORM_data4 and
61         DW_FORM_data8 as location list pointers only for DWARF < 4.
62
63 2011-07-26  Jakub Jelinek  <jakub@redhat.com>
64
65         * NEWS: Mention .debug_macro support.
66         * dwarf.c (read_and_display_attr_value): Don't print a tab
67         if attribute is 0.
68         (get_AT_name): Handle DW_AT_GNU_macros.
69         (get_line_filename_and_dirname, display_debug_macro): New
70         functions.
71         (debug_displays): Add an entry for .debug_macro and .zdebug_macro.
72         * readelf.c (process_section_headers): With do_debug_macinfo
73         handle also .debug_macro sections.
74         * dwarf.h (dwarf_section_display_enum): Add macro.
75
76 2011-07-24  Chao-ying Fu  <fu@mips.com>
77             Maciej W. Rozycki  <macro@codesourcery.com>
78
79         * readelf.c (get_machine_flags): Handle microMIPS ASE.
80         (get_mips_symbol_other): Likewise.
81
82 2011-07-22  H.J. Lu  <hongjiu.lu@intel.com>
83
84         * dwarf.c (init_dwarf_regnames): Handle EM_K1OM.
85
86         * elfedit.c (elf_machine): Support EM_K1OM.
87         (elf_class): Likewise.
88
89         * readelf.c (guess_is_rela): Handle EM_K1OM.
90         (dump_relocations): Likewise.
91         (get_machine_name): Likewise.
92         (get_section_type_name): Likewise.
93         (get_elf_section_flags): Likewise.
94         (process_section_headers): Likewise.
95         (get_symbol_index_type): Likewise.
96         (is_32bit_abs_reloc): Likewise.
97         (is_32bit_pcrel_reloc): Likewise.
98         (is_64bit_abs_reloc): Likewise.
99         (is_64bit_pcrel_reloc): Likewise.
100         (is_none_reloc): Likewise.
101
102         * doc/binutils.texi: Mention K1OM for elfedit.
103
104 2011-07-11  Cary Coutant  <ccoutant@google.com>
105
106         PR 12983
107         * binutils/nm.c (display_file): Decompress debug sections when
108         printing line numbers.
109
110 2011-07-03  Samuel Thibault  <samuel.thibault@gnu.org>
111             Thomas Schwinge  <thomas@schwinge.name>
112
113         PR binutils/12913
114         * elfedit.c (osabis): Use ELFOSABI_GNU name instead of ELFOSABI_LINUX
115         alias and ELFOSABI_HURD.  Add GNU alias.
116         * readelf.c (get_osabi_name, get_symbol_binding, get_symbol_type):
117         Likewise.
118         * doc/binutils.texi <elfedit>: Update accordingly.
119
120 2011-07-01  Nick Clifton  <nickc@redhat.com>
121
122         PR binutils/12325
123         * doc/binutils.texi (ar cmdline): Document --target, --version and
124         --help command line options.
125
126 2011-06-30  Nick Clifton  <nickc@redhat.com>
127
128         PR binutils/12558
129         * ar.c (main): When asked to move members in an archive that is
130         being created, ignore the move request.
131
132 2011-06-29  Nick Clifton  <nickc@redhat.com>
133
134         * readelf.c (get_section_type_name): When displaying an unknown
135         section type display the hex value first on the assumption that
136         the full message will probably be truncated into a 15 character
137         field.
138
139 2011-06-22  Jakub Jelinek  <jakub@redhat.com>
140
141         * dwarf.c (decode_location_expression): For DW_OP_GNU_convert and
142         DW_OP_GNU_reinterpret, if uvalue is 0, don't add cu_offset.
143         Handle DW_OP_GNU_parameter_ref.
144
145 2011-06-16  Tom Tromey  <tromey@redhat.com>
146
147         * dwarf-mode.el (dwarf-do-insert-substructure): Call
148         expand-file-name.
149         (dwarf-do-refresh): Likewise.
150
151 2011-06-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
152
153         * readelf.c (get_note_type): Handle NT_ARM_VFP.
154
155 2011-06-13  Walter Lee  <walt@tilera.com>
156
157         * readelf.c: Include tilepro.h and tilegx.h.
158         (guess_is_rela): Handle EM_TILEGX and EM_TILEPRO.
159         (dump_relocations): Likewise.
160         (get_machine_name): Likewise.
161         (is_32bit_abs_reloc): Likewise.
162         (is_32bit_pcerel_reloc): Likewise.
163         (is_64bit_abs_reloc): Likewise.
164         (is_64bit_pcrel_reloc): Likewise.
165
166 2011-06-09  Tristan Gingold  <gingold@adacore.com>
167
168         * od-xcoff.c (xcoff32_read_symbols): Allow missing string table
169         length.
170
171 2011-06-08  Nick Clifton  <nickc@redhat.com>
172
173         PR binutils/12855
174         * readelf.c (process_version_sections): Handle binaries containing
175         corrupt version information.
176         (process_symbol_table): Stop processing a symbol's version
177         information if it could not be read in.
178
179         (get_data): Add comment describing the function.
180         (process_section_headers): Set dynamic_strings_length to 0 if the
181         dynamic strings could not be read in.
182         (process_dynamic_section): Likewise.
183         (process_section_groups): Stop processing the group information if
184         the data could not be read in.
185         (hppa_processs_unwind): Assert that there is only one string table
186         in the file.
187         (arm_process_unwind): Likewise.
188         (ia64_process_unwind): Likewise.
189         Set the size of the unwind auxillary information to 0 if the data
190         could not be read.
191         (load_specific_debug_section): Handle a failure to read in the
192         section.
193         (process_mips_specific): Stop display of the PLT GOT section if it
194         could not be read in.
195
196 2011-06-08  Tristan Gingold  <gingold@adacore.com>
197
198         * makefile.vms (DEFS): Define OBJDUMP_PRIVATE_VECTORS.
199
200 2011-06-07  Cary Coutant  <ccoutant@google.com>
201
202         * dwarf.c: Fix conversion to TU number.
203
204 2011-06-02  Nick Clifton  <nickc@redhat.com>
205
206         * resres.c: Fix spelling typo.
207         * windint.h: Likewise.
208         * windmc.c: Likewise.
209         * windres.c: Likewise.
210         * po/POTFILES.in: Regenerate.
211         * po/binutils.pot: Regenerate.
212
213 2011-06-01  Daniel Jacobowitz  <drow@false.org>
214
215         * MAINTAINERS: Update my email address.
216
217 2011-05-31  Matthias Klose  <doko@ubuntu.com>
218
219         * configure.in (BUILD_INSTALL_MISC): Only add embedspu once.
220         * configure: Regenerate.
221
222 2011-05-30  Alan Modra  <amodra@gmail.com>
223
224         PR binutils/12820
225         * Makefile.am (bin_PROGRAMS): Move BUILD_INSTALL_MISC to..
226         (bin_SCRIPTS): ..here.
227         (EXTRA_SCRIPTS): Define.
228         (EXTRA_DIST): Add embedspu.sh.
229         (DISTCLEANFILES): Add embedspu.
230         (embedspu): Depend on Makefile.  Replace sed "s" command with "c".
231         * Makefile.in: Regenerate.
232
233 2011-05-25  Jakub Jelinek  <jakub@redhat.com>
234
235         * dwarf.c (loc_offsets): New variable.
236         (loc_offsets_compar): New routine.
237         (display_debug_loc): Handle loc_offsets not being in ascending order
238         and also a single .debug_loc entry being used multiple times.
239
240 2011-05-18  Nick Clifton  <nickc@redhat.com>
241
242         PR binutils/12753
243         * nm.c (filter_symbols): Treat unique symbols as global symbols.
244         * doc/binutils.texi (nm): Mention that some lowercase letters
245         actually indicate global symbols.
246
247 2011-05-15  Tristan Gingold  <gingold@adacore.com>
248
249         * od-xcoff.c: New file.
250         * objdump.h: New file.
251         * objdump.c: Include objdump.h
252         (dump_private_options, objdump_private_vectors): New variables.
253         (usage): Mention -P/--private.  Display handled options.
254         (long_options): Add -P/--private.
255         (dump_target_specific): New function.
256         (dump_bfd): Handle dump_private_options.
257         (main): Handle -P.
258         * doc/binutils.texi (objdump): Document -P/--private.
259         * configure.in (OBJDUMP_PRIVATE_VECTORS, OBJDUMP_PRIVATE_OFILES):
260         New variables, compute them.
261         (od_vectors): Add vectors for private dumpers. Make them uniq.
262         (OBJDUMP_DEFS): Add OBJDUMP_PRIVATE_VECTORS.
263         * Makefile.am (HFILES): Add objdump.h
264         (CFILES): Add od-xcoff.c
265         (OBJDUMP_PRIVATE_OFILES): New variable.
266         (objdump_DEPENDENCIES): Append OBJDUMP_PRIVATE_OFILES.
267         (objdump_LDADD): Ditto.
268         (EXTRA_objdump_SOURCES): Define.
269         * Makefile.in: Regenerate.
270         * configure: Regenerate.
271
272 2011-05-10  Tristan Gingold  <gingold@adacore.com>
273
274         * dwarf.c (process_extended_line_op): Dump unknown records.
275
276 2011-05-07  Alan Modra  <amodra@gmail.com>
277
278         PR binutils/12632
279         * objcopy.c (copy_archive): Check bfd_openw result in unknown object
280         case.  Rewrite without goto.
281
282 2011-05-03  Jakub Jelinek  <jakub@redhat.com>
283
284         * dwarf.c (decode_location_expression): Handle DW_OP_GNU_const_type,
285         DW_OP_GNU_regval_type, DW_OP_GNU_deref_type, DW_OP_GNU_convert
286         and DW_OP_GNU_reinterpret.
287
288         * MAINTAINERS: Add myself as DWARF2 maintainer.
289
290 2011-05-02  Alan Modra  <amodra@gmail.com>
291
292         PR binutils/12720
293         Revert the following change
294         Michael Snyder  <msnyder@vmware.com>
295         * ar.c (move_members): Plug memory leak.
296         (delete_members): Plug memory leak.
297
298 2011-04-28  Tom Tromey  <tromey@redhat.com>
299
300         * NEWS: Add note about --dwarf-depth, --dwarf-start, and
301         dwarf-mode.el.
302         * objdump.c (suppress_bfd_header): New global.
303         (usage): Update.
304         (OPTION_DWARF_DEPTH, OPTION_DWARF_START): New constants.
305         (options): Add dwarf-depth and dwarf-start entries.
306         (dump_bfd): Use suppress_bfd_header.
307         (main): Handle OPTION_DWARF_START, OPTION_DWARF_DEPTH.
308         * doc/binutils.texi (objcopy): Document --dwarf-depth and
309         --dwarf-start.
310         (readelf): Likewise.
311         * dwarf-mode.el: New file.
312         * dwarf.c (dwarf_cutoff_level, dwarf_start_die): New globals.
313         (read_and_display_attr_value): Also check debug_info_p.
314         (process_debug_info): Handle dwarf_start_die and
315         dwarf_cutoff_level.
316         * dwarf.h (dwarf_cutoff_level, dwarf_start_die): Declare.
317         * readelf.c (usage): Update.
318         (OPTION_DWARF_DEPTH): New macro.
319         (OPTION_DWARF_START): Likewise.
320         (options): Add dwarf-depth and dwarf-start entries.
321         (parse_args): Handle OPTION_DWARF_START and OPTION_DWARF_DEPTH.
322
323 2011-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
324
325         * dwarf.c (display_gdb_index): Support version 5, warn on version 4.
326
327 2011-04-27  Tristan Gingold  <gingold@adacore.com>
328
329         * dwarf.c (process_extended_line_op): Handle
330         DW_LNE_HP_source_file_correlation.
331
332 2011-04-27  Nick Clifton  <nickc@redhat.com>
333
334         * po/da.po: Updated Danish translation.
335
336 2011-04-21  Tom Tromey  <tromey@redhat.com>
337
338         * readelf.c (print_stapsdt_note): New function.
339         (process_note): Use it.
340
341 2011-04-21  Tom Tromey  <tromey@redhat.com>
342
343         * readelf.c (get_stapsdt_note_type): New function.
344         (process_note): Recognize "stapsdt" notes.
345
346 2011-04-21  Tom Tromey  <tromey@redhat.com>
347
348         * readelf.c (process_corefile_note_segment): Change header field
349         widths.
350         (process_note): Change field widths.
351
352 2011-04-21  Tom Tromey  <tromey@redhat.com>
353
354         * readelf.c (print_gnu_note): New function.
355         (process_note): Use it.
356
357 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
358
359         * MAINTAINERS: Update my email address.
360
361 2011-04-11  Kai Tietz  <ktietz@redhat.com>
362
363         * windres.c (usage): Add new --preprocessor-arg option.
364         (option_values): Add new OPTION_PREPROCESSOR_ARG enumerator.
365         (option long_options): Add preprocessor-arg option.
366         (main): Handle it.
367         * doc/binutils.texi: Add documentation for --preprocessor-arg
368         option.
369         * NEWS: Add line about new --preprocessor-arg option for windres.
370
371 2011-04-08  John Marino  <binutils@marino.st>
372
373         * arlex.l: Prevent redefinition of YY_NO_UNPUT.
374         * syslex.l: Likewise.
375
376 2011-04-07  Paul Brook  <paul@codesourcery.com>
377
378         * readelf.c (arm_section_get_word): Handle C6000 relocations.
379         (decode_tic6x_unwind_regmask, decode_arm_unwind_bytecode,
380         decode_tic6x_unwind_bytecode, expand_prel31): New functions.
381         (decode_arm_unwind): Split out common code from ARM specific bits.
382         (dump_arm_unwind): Use expand_prel31.
383         (arm_process_unwind): Handle SHT_C6000_UNWIND sections.
384         (process_unwind): Add SHT_C6000_UNWIND.
385
386 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
387
388         * configure.in (thumb-*-pe*): Remove.
389         * configure: Regenerate.
390
391 2011-04-05  Sterling Augustine  <augustine.sterling@gmail.com>
392
393         * MAINTAINERS: Update my email address.
394
395 2011-04-03  H.J. Lu  <hongjiu.lu@intel.com>
396
397         PR binutils/12632
398         * objcopy.c (copy_unknown_object): Make the archive element
399         readable.
400
401 2011-04-03  David S. Miller  <davem@davemloft.net>
402
403         * objdump.c (dump_reloc_set): Output R_SPARC_OLO10 relocations
404         accurately, rather than how they are represented internally.
405
406 2011-03-31  Tristan Gingold  <gingold@adacore.com>
407
408         * makefile.vms (readelf.exe): New target.
409
410 2011-03-31  Tristan Gingold  <gingold@adacore.com>
411
412         * makefile.vms (DEBUG_OBJS): Add elfcomm.obj.
413
414 2011-03-31  Bernd Schmidt  <bernds@codesourcery.com>
415
416         * readelf.c (get_symbol_index_type): Handle SCOM for TIC6X.
417         (dump_relocations): Likewise.
418
419 2011-03-31  Tristan Gingold  <gingold@adacore.com>
420
421         * readelf.c (get_ia64_vms_note_type): New function.
422         (print_ia64_vms_note): Ditto.
423         (process_note): Recognize VMS/ia64 specific notes.
424         Display them.
425         (process_corefile_note_segment): Decode VMS notes.
426
427 2011-03-30  Catherine Moore  <clm@codesourcery.com>
428
429         * addr2line.c (translate_addresses): Sign extend the pc
430         if sign_extend_vma is enabled.
431
432 2011-03-30  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
433
434         * readelf.c (process_gnu_liblist): Stop memory leak.
435
436 2011-03-29  Alan Modra  <amodra@gmail.com>
437
438         * coffdump.c: Include bfd_stdint.h
439
440 2011-03-28  Pierre Muller  <muller@ics.u-strasbg.fr>
441
442         * coffdump.c (coff_dump): Correct spelling error.
443         (show_usage): Replace SYSROFF by COFF.
444
445 2011-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
446
447         * coffdump.c (dump_coff_scope): Use double typecast for pointer P
448         to allow compilation for all targets.
449
450 2011-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
451
452         * dwarf.c (process_debug_info): Use offset_size to determine
453         the bit-size of the computation unit's offset.
454         (decode_location_expression): Use dwarf_vmatoa function to display
455         DW_OP_addr OP.
456         (process_debug_info): Use dwarf_vma type for local variables
457         length and type_offset.
458
459 2011-03-25  Michael Snyder  <msnyder@vmware.com>
460
461         * strings.c (print_strings): Plug memory leak.
462         * ar.c (move_members): Plug memory leak.
463         (delete_members): Plug memory leak.
464         (write_archive): Plug memory leak.
465         * ieee.c (ieee_add_bb11): Plug memory leak.
466         (ieee_function_type): Likewise.
467         (ieee_class_baseclass): Likewise.
468         * prdbg.c (pr_function_type): Close memory leaks.
469         (pr_method_type): Likewise.
470         (tg_class_static_member): Likewise.
471         (tg_class_method_variant): Likewise.
472         (tg_class_static_method_variant): Likewise.
473         * stabs.c (parse_stab_enum_type): Fix memory leaks.
474         (parse_stab_struct_type): Likewise.
475         (parse_stab_struct_fields): Likewise.
476         (parse_stab_one_struct_field): Likewise.
477         (parse_stab_members): Likewise.
478         (stab_demangle_qualified): Likewise.
479         * objdump.c (dump_reloc_set): Free malloced memory.
480         * bucomm.c (make_tempname): Stop memory leak.
481
482 2011-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
483
484         Replace bfd_vma type and analog types by dwarf_vma and analogs.
485         Use dwarf specific print functions to display these type values.
486         * dwarf.h (dwarf_signed_vma): New type;
487         (DWARF2_External_LineInfo): Replace bfd_vma by dwarf_vma.
488         (DWARF2_External_PubNames): Likewise.
489         (DWARF2_External_CompUnit): Likewise.
490         (DWARF2_External_ARange): Likewise.
491         (read_leb128): Change return type to dwarf_vma.
492         * dwarf.c (print_dwarf_vma): Use __MINGW32__ conditional and
493         check byte_size values.
494         (dwarf_vmatoa): Change parameter type to dwarf_vma.
495         (dwarf_svmatoa): New static function.
496         (read_leb128): Change return type to dwarf_vma.
497         (read_sleb128): New static function.
498         (struct State_Machine_Registers): Change address field type to
499         dwarf_vma.
500         (process_extended_line_op): Adapt to type changes.
501         (fetch_indirect_string): Likewise.
502         (idisplay_block): Likewise.
503         (decode_location_expression): Likewise.
504         (read_and_display_attr_value): Likewise.
505         (process_debug_info): Likewise.
506         (display_debug_lines_raw): Likewise.
507         (display_debug_lines_decoded): Likewise.
508         (SLEB macro): Use new read_sleb128 function.
509
510 2011-03-17  Alan Modra  <amodra@gmail.com>
511
512         PR 12590
513         * ar.c (ranlib_main): Init arg_index properly.
514         (usage): Describe --target.
515
516 2011-03-16  Jakub Jelinek  <jakub@redhat.com>
517
518         * dwarf.c (dw_TAG_name): Handle DW_TAG_GNU_call_site_parameter.
519         (read_and_display_attr_value): Handle DW_AT_GNU_call_site_data_value,
520         DW_AT_GNU_call_site_target and DW_AT_GNU_call_site_target_clobbered.
521         (get_AT_name): Handle DW_AT_GNU_call_site_value,
522         DW_AT_GNU_call_site_data_value, DW_AT_GNU_call_site_target,
523         DW_AT_GNU_call_site_target_clobbered, DW_AT_GNU_tail_call,
524         DW_AT_GNU_all_tail_call_sites, DW_AT_GNU_all_call_sites and
525         DW_AT_GNU_all_source_call_sites.
526         (decode_location_expression) <case DW_OP_GNU_entry_value>: Adjust
527         handling.
528
529 2011-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
530
531         * dwarf.c (get_TAG_name): Handle DW_TAG_GNU_call_site.
532         (decode_location_expression): Handle DW_OP_GNU_entry_value.
533         (read_and_display_attr_value): Handle DW_AT_GNU_call_site_value.
534         (get_AT_name): Likewise.
535
536 2011-03-14  Michael Snyder  <msnyder@vmware.com>
537
538         * objcopy.c (set_pe_subsystem): Free subsystem.
539
540         * wrstabs.c (stab_start_struct_type): Close memory leak.
541
542         * readelf.c (process_version_sections): Free symbols.
543
544         * nm.c (display_rel_file): Free symsizes.
545
546 2011-03-10  Nick Clifton  <nickc@redhat.com>
547
548         * readelf.c (get_machine_name): Update EM_V850 entry.
549
550 2011-03-03  Mike Frysinger  <vapier@gentoo.org>
551
552         * objdump.c (usage): Fix single typo.
553         * po/bg.po, po/binutils.pot, po/da.po, po/es.po, po/fi.po,
554         po/fr.po, po/id.po, po/ja.po, po/ru.po, po/vi.po: Likewise.
555
556 2011-03-01  Akos Pasztory  <akos.pasztory@gmail.com>
557
558         PR binutils/12523
559         * readelf.c (process_object): Clear dynamic_info_DT_GNU_HASH.
560
561 2011-02-28  Kai Tietz  <kai.tietz@onevision.com>
562
563         * debug.c (debug_start_source): Use filename_(n)cmp.
564         * ieee.c (ieee_finish_compilation_unit): Likewise.
565         (ieee_lineno): Likewise.
566         * nlmconv.c (main): Likewise.
567         * objcopy.c (strip_main): Likewise.
568         (copy_main): Likewise.
569         * objdump.c (show_line): Likewise.
570         (dump_reloc_set): Likewise.
571         * srconv.c (main): Likewise.
572         * wrstabs.c (stab_lineno): Likewise.
573
574 2011-02-24  Zachary T Welch  <zwelch@codesourcery.com>
575
576         * readelf.c (decode_arm_unwind): Implement decoding of remaining
577         ARM unwind instructions (i.e. VFP/NEON and Intel Wireless MMX).
578
579 2011-02-23  Kai Tietz  <kai.tietz@onevision.com>
580
581         * dwarf.c (read_leb128): Use bfd_vma instead of
582         long type.
583         (dwarf_vmatoa): New helper routine.
584         (process_extended_line_op): Use for adr bfd_vma
585         type and print those typed values via BFD_VMA_FMT
586         or via dwarf_vmatoa for localized prints.
587         (fetch_indirect_string): Adjust offset's type.
588         (decode_location_expression): Adjust argument types
589         and uvalue type.
590         (read_and_display_attr_value): Likewise.
591         (read_and_display_attr): Likewise.
592         (decode_location_expression): Adjust printf format.
593         (process_debug_info): Likewise.
594         (display_debug_lines_raw): Likewise.
595         (display_debug_lines_decoded): Likewise.
596         (display_debug_pubnames): Likewise.
597         (display_debug_loc): Likewise.
598         (display_debug_aranges): Likewise.
599         * dwarf.h (DWARF2_External_LineInfo,
600         DWARF2_Internal_LineInfo, DWARF2_External_PubNames,
601         DWARF2_Internal_PubNames, DWARF2_External_CompUnit,
602         DWARF2_Internal_CompUnit, DWARF2_External_ARange,
603         DWARF2_Internal_ARange): Added..
604         (read_leb128): Adjust return type.
605
606 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
607
608         * configure: Regenerate.
609
610 2011-02-08  Nick Clifton  <nickc@redhat.com>
611
612         PR binutils/12467
613         * readelf.c (process_program_headers): Issue a warning if there
614         are no program headers but the file header has a non-zero program
615         header offset.
616         (process_section_headers): Issue a warning if there are no section
617         headers but the file header has a non-zero section header offset.
618         (process_section_groups): Reword the no section message so that it
619         can be distinguished from the one issued by process_section_headers.
620
621 2011-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
622             Doug Evans  <dje@google.com>
623
624         * dwarf.c (display_gdb_index): Support version 4, warn on version 3.
625
626 2011-01-19  Maciej W. Rozycki  <macro@codesourcery.com>
627
628         * readelf.c (process_object): Free dynamic_section after use.
629
630 2011-01-18  H.J. Lu  <hongjiu.lu@intel.com>
631
632         PR binutils/12408
633         * readelf.c (process_archive): Free and reset dump_sects
634         after processing each archive member.
635
636 2011-01-11  Andreas Schwab  <schwab@redhat.com>
637
638         * readelf.c (print_symbol): Handle symbol characters as unsigned.
639         Whitespace fixes.
640
641 2011-01-10  Nick Clifton  <nickc@redhat.com>
642
643         * po/da.po: Updated Danish translation.
644
645 2011-01-06  Vladimir Siminov  <sv@sw.ru>
646
647         * bucomm.c (get_file_size): Check for negative sizes and issue a
648         warning message if encountered.
649
650 2011-01-01  H.J. Lu  <hongjiu.lu@intel.com>
651
652         * version.c (print_version): Update copyright to 2011.
653
654 For older changes see ChangeLog-2010
655 \f
656 Local Variables:
657 mode: change-log
658 left-margin: 8
659 fill-column: 74
660 version-control: never
661 End: