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