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