Updated Japanese translations.
[binutils.git] / binutils / ChangeLog
blob9e1e1be6738af97c9a14a2b0ef57d883cfe7b59d
1 2010-11-08  Nick Clifton  <nickc@redhat.com>
3         * po/ja.po: Updated Japanese translation.
5 2010-11-08  Alan Modra  <amodra@gmail.com>
7         * objcopy.c (copy_main): No need to rename sections when compressing
8         or decompressing.
10 2010-11-05  Alan Modra  <amodra@gmail.com>
12         * bin2c.c: Remove internationalization and version report.
13         * Makefile.am: Update bin2c rule.
14         * Makefile.in: Regenerate.
16 2010-11-05  Tristan Gingold  <gingold@adacore.com>
18         * po/binutils.pot: Regenerate
20 2010-11-05  Tristan Gingold  <gingold@adacore.com>
22         * NEWS: Add marker for 2.21.
24 2010-11-02  H.J. Lu  <hongjiu.lu@intel.com>
26         * objdump.c (dump_bfd_header): Don't display
27         BFD_FLAGS_FOR_BFD_USE_MASK bits in abfd->flags.
29 2010-11-02  Joseph Myers  <joseph@codesourcery.com>
31         * readelf.c (display_tic6x_attribute): Handle more attributes.
33 2010-10-30  Kai Tietz  <kai.tietz@onevision.com>
35         * dlltool.c (scan_drectve_symbols): Allow quoted strings for -export
36         directives.
38 2010-10-29  Joseph Myers  <joseph@codesourcery.com>
40         * readelf.c (display_tic6x_attribute): Use Tag_ABI_compatibility
41         not hardcoded 32.  Display name of this attribute.
43 2010-10-29  H.J. Lu  <hongjiu.lu@intel.com>
45         * addr2line.c (process_file): Set BFD_DECOMPRESS.
47         * objcopy.c (do_debug_sections): New.
48         (OPTION_COMPRESS_DEBUG_SECTIONS): New.
49         (OPTION_DECOMPRESS_DEBUG_SECTIONS): Likewise.
50         (copy_options): Add OPTION_COMPRESS_DEBUG_SECTIONS and
51         OPTION_DECOMPRESS_DEBUG_SECTIONS.
52         (copy_usage): Add --compress-debug-sections and
53         --decompress-debug-sections.
54         (copy_file): Set BFD_COMPRESS or BFD_DECOMPRESS.
55         (copy_section): Replace bfd_get_section_contents with
56         bfd_get_full_section_contents.
57         (copy_main): Handle OPTION_COMPRESS_DEBUG_SECTIONS and
58         OPTION_DECOMPRESS_DEBUG_SECTIONS.  Check do_debug_sections to
59         rename DWARF debug sections.
61         * objdump.c (load_specific_debug_section): Replace
62         bfd_get_section_contents with bfd_get_full_section_contents.
63         Remove bfd_uncompress_section_contents.
64         (dump_section): Replace bfd_get_section_contents with
65         bfd_get_full_section_contents.
66         (display_file): Set BFD_DECOMPRESS if needed.
68         * readelf.c (uncompress_section_contents): Set buffer to NULL
69         to indiate decompression failure.
70         (load_specific_debug_section): Always call
71         uncompress_section_contents.
73         * doc/binutils.texi: Document --compress-debug-sections and
74         --decompress-debug-sections.
76 2010-10-29  Nick Clifton  <nickc@redhat.com>
78         PR binutils/12058
79         * ar.c (usage): Revert previous change.  Describe how 's' can be
80         used as a command letter.
81         * doc/binutils.texi (ar cmdline): Describe how 's' can be used as
82         a command letter.
84 2010-10-29  Bernd Schmidt  <bernds@codesourcery.com>
85             Joseph Myers  <joseph@codesourcery.com>
87         * readelf.c (display_tic6x_attribute): Handle Tag_ABI_DSBT.
89 2010-10-28  Nick Clifton  <nickc@redhat.com>
91         PR binutils/12058
92         * ar.c (usage): Remove spurious 's' from list of accepted command
93         letters.
95 2010-10-28  Alan Modra  <amodra@gmail.com>
97         * readelf.c (is_32bit_abs_reloc): Support i960 and microblaze.
98         (is_32bit_pcrel_reloc): Support microblaze.
100 2010-10-26  Nick Clifton  <nickc@redhat.com>
102         * po/ja.po: Updated Japanese transaltion.
104 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
106         * readelf.c (display_tic6x_attribute): Update for attribute
107         renaming.
109 2010-10-08  H.J. Lu  <hongjiu.lu@intel.com>
111         * dwarf.c (byte_get_signed): Make it extern.
113         * dwarf.h (byte_get_signed): New.
115         * readelf.c (BYTE_GET_SIGNED): New.
116         (slurp_rela_relocs): Use BYTE_GET_SIGNED on r_addend.
117         (dump_relocations): Properly dump r_addend.
119 2010-10-08  Joseph Myers  <joseph@codesourcery.com>
121         * nm.c (value_format_64bit): Define appropriately for __MSVCRT__.
122         (set_print_radix): Update for __MSVCRT__ definition of
123         value_format_64bit.
125 2010-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
127         Fix build with -DDEBUG=7
128         * nlmheader.y (DEBUG token): Rename to DEBUG_K.
130 2010-10-06  Alan Modra  <amodra@gmail.com>
132         * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.
134 2010-10-05  Alan Modra  <amodra@gmail.com>
136         * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.
137         (bfd_nonfatal_message, report, list_matching_formats): Likewise.
138         (list_supported_targets): Tidy.
139         * objdump.c (free_only_list): Formatting.
140         (slurp_dynamic_symtab): Non-zero exit status for "not a dynamic
141         object".
142         (update_source_path): Delete redundant check for NULL filename.
143         (disassemble_bytes): Error if disassemble_fn returns a value
144         that won't increment address.
145         (disassemble_data): Don't capitalize error message.
146         (read_section_stabs): Likewise.
147         (main): Return non-zero exit status on bad options.
149 2010-10-03  H.J. Lu  <hongjiu.lu@intel.com>
151         PR binutils/12088
152         * nm.c (plugin_target): New.
153         (main): Set plugin_target to "plugin" for --plugin.
154         (display_file): Pass plugin_target to bfd_openr if target
155         isn't set.
157 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
159         * configure: Regenerate.
161 2010-09-22  Mike Frysinger  <vapier@gentoo.org>
163         * MAINTAINERS: Add self as ADI Blackfin maintainer.
165 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
167         * emul_aix.c (ar_emul_aix_append): Add a target argument
168         and ignore it if it is set.
169         (ar_emul_aix5_append): Likewise.
170         (ar_emul_aix_replace): Likewise.
171         (ar_emul_aix5_replace): Likewise.
173 2010-09-15  H.J. Lu  <hongjiu.lu@intel.com>
175         * ar.c (plugin_target): New.
176         (main): Set plugin_target to "plugin" for --plugin.
177         (open_inarch): Initialize target to plugin_target.
178         (replace_members): Pass plugin_target to ar_emul_replace
179         and ar_emul_append.
181         * binemul.h (ar_emul_append): Add a target argument.
182         (ar_emul_default_append): Likewise.
183         (ar_emul_replace): Likewise.
184         (ar_emul_default_replace): Likewise.
185         (bin_emulation_xfer_struct): Add a target argument to
186         ar_append and ar_replace.
188         * binemul.c (ar_emul_append): Updated.  Pass target to bfd_openr.
189         (do_ar_emul_default_append): Likewise.
190         (ar_emul_default_append): Likewise.
191         (ar_emul_replace): Likewise.
192         (ar_emul_default_replace): Likewise.
194 2010-09-10  Ben Gardiner  <bengardiner@nanometrics.ca>
196         * objcopy.c: Add --interleave-width option to allow interleaving
197         of more than one byte at a time.
198         (copy_width): New variable.
199         (copy_options): Add --interleave-width.
200         (copy_section): When interleaving copy in units of copy_width
201         bytes.
202         (copy_main): Parse the new option.
203         * doc/binutils: Document the new option.
204         * NEWS: Mention the new feature.
206 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
208         * dwarf.c (decode_location_expression): Fix data adjustment
209         for DW_OP_GNU_implicit_pointer in v3+.
211 2010-09-09  Tristan Gingold  <gingold@adacore.com>
213         * NEWS: Add entry to NEWS for hppa/som.
215 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
217         * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
218         * dwarf.c (decode_location_expression): Add offset_size and
219         dwarf_version arguments.  Prefix DIE offset with 0x for
220         DW_OP_call{2,4,_ref}.  Fix up DW_OP_call_ref operand size,
221         complain if in frame info section.  Handle
222         DW_OP_GNU_implicit_pointer.
223         (read_and_display_attr_value, display_debug_loc,
224         display_debug_frames): Adjust decode_location_expression callers.
225         (process_debug_info): Save offset_size and dwarf_version values
226         into debug_information array.
228 2010-09-07  Nick Clifton  <nickc@redhat.com>
230         * readelf.c (process_section_headers): Mention meaning of 'l'
231         section flag for x86-64 targets.
233 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
234             Jakub Jelinek  <jakub@redhat.com>
236         * dwarf.c (regname): New declaration.
237         (decode_location_expression): Print for registers also regname output.
239 2010-09-02  Richard Henderson  <rth@redhat.com>
241         * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
242         (init_dwarf_regnames): Use them.
243         * dwarf.h: Declare them.
244         * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
245         the regnames, rather than using elf_machine_code.
247 2010-09-02  Richard Henderson  <rth@redhat.com>
249         * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
251 2010-08-23  H.J. Lu  <hongjiu.lu@intel.com>
253         * elfedit.c (input_elf_osabi): New.
254         (output_elf_osbi): Likewise.
255         (osabis): Likewise.
256         (elf_osabi): Likewise.
257         (update_elf_header): Support updating ELF OSABI.
258         (make_qualified_name): Break long line.
259         (command_line_switch): Add OPTION_INPUT_OSABI and
260         OPTION_OUTPUT_OSABI.
261         (options): Likewise.
262         (usage): Add --input-osabi and --output-osabi.
263         (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
265         * doc/binutils.texi: Document --input-osabi and --output-osabi
266         for elfedit.
268 2010-08-23  Maciej W. Rozycki  <macro@codesourcery.com>
270         * readelf.c (display_mips_gnu_attribute): Replace GCC options
271         with a textual description of a MIPS32r2 64-bit FPU.
273 2010-08-13  Dan Rosenberg  <dan.j.rosenberg@gmail.com>
275         PR binutils/11889
276         * readelf.c (get_32bit_elf_symbols): Check for a corrupt
277         sh_entsize.
278         (get_64bit_elf_symbols): Likewise.
279         (process_symbol_table): Likewise.
280         (process_section_groups): Check for corrupt headers.
281         (process_version_sections): Check for corrupt indicies.
282         (process_corefile_note_segment): Likewise.
284 2010-08-13  Nathan Sidwell  <nathan@codesourcery.com>
286         * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
287         variants.
289 2010-08-13  Tom Tromey  <tromey@redhat.com>
291         * dwarf.c (process_debug_info): Don't subtract section address
292         when calculating location of cu abbrev within section.
294 2010-08-12  Michael Haubenwallner  <haubi@gentoo.org>
296         PR binutils/11742
297         * readelf.c (get_archive_member_name): Do not read beyond the end
298         of the ar_name field.
300 2010-08-03  Tristan Gingold  <gingold@adacore.com>
302         * dwarf.c (display_debug_lines): Mark file argument unused.
303         Do not try to load .debug_info section.
305 2010-08-02  Alan Modra  <amodra@gmail.com>
307         * readelf.c (apply_relocations): D30V is really REL.
309 2010-07-23  Naveen.H.S  <naveen.S@kpitcummins.com>
310             Ina Pandit  <ina.pandit@kpitcummins.com>
312         * binutils/readelf.c: Add support for V850E2 and V850E2V3.
314 2010-07-22  Alan Modra  <amodra@gmail.com>
316         * readelf.c: Add Moxie support.
318 2010-07-20  Alan Modra  <amodra@gmail.com>
320         * readelf.c (process_program_headers): Don't ignore all zero size
321         sections.
323 2010-07-19  Andreas Schwab  <schwab@redhat.com>
325         * readelf.c (process_section_headers): Update key to flags.
327 2010-07-17  Dave Korn  <dave.korn.cygwin@gmail.com>
329         * objcopy.c (copy_usage): Tweak previous typofix.
331 2010-07-17  H.J. Lu  <hongjiu.lu@intel.com>
333         * objcopy.c (copy_usage): Fix a typo.
335 2010-07-15  Kai Tietz <kai.tietz@onevision.com>
337         * dllwrap.c (main): Make sure is_leading_underscore
338         gets initialized with correct default.
340 2010-07-05  Alan Modra  <amodra@gmail.com>
342         * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
344 2010-07-03  Cary Coutant  <ccoutant@google.com>
346         * objdump.c (load_specific_debug_section): Decompress section contents
347         before applying relocations.
348         * readelf.c (load_specific_debug_section): Update section size after
349         decompression.
351 2010-06-29  Alan Modra  <amodra@gmail.com>
353         PR binutils/3166
354         * objcopy.c (is_strip_section): Revert 2006-09-05.
355         (setup_section): Make SHT_GROUP section nobits.
357 2010-06-29  Alan Modra  <amodra@gmail.com>
359         * configure: Regenerate.
360         * po/POTFILES.in: Regenerate.
362 2010-06-27  Alan Modra  <amodra@gmail.com>
364         * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
366 2010-06-17  Nick Clifton  <nickc@redhat.com>
368         PR binutils/11711
369         * windres.c (enum option_values): New enum.
370         (long_options): Use separate option number for --include-dir
371         option.
372         (main): Separate backwards compatibility check from code to
373         implement --include-dir.  Check to see if directory exists and do
374         not complain if it does.
376 2010-06-15  Joseph Myers  <joseph@codesourcery.com>
378         * readelf.c (display_tic6x_attribute, process_tic6x_specific):
379         New.
380         (process_arch_specific): Call process_tic6x_specific for
381         EM_TI_C6000.
383 2010-06-11  H.J. Lu  <hongjiu.lu@intel.com>
385         * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
386         for 0x%lx.
388 2010-06-11  Tristan Gingold  <gingold@adacore.com>
389             Doug Rupp <rupp@gnat.com>
391         * readelf.c (is_ia64_vms): New function.
392         (dump_relocations): Use it.
393         (get_machine_flags): Display IA-64 OpenVMS flags.
394         (process_program_headers): No error on OpenVMS if no .dynamic section.
395         (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
396         declarations.
397         (dump_ia64_vms_dynamic_fixups): New function.
398         (dump_ia64_vms_dynamic_relocs): Ditto.
399         (process_ia64_vms_dynamic_relocs): Ditto.
400         (process_relocs): Handle IA-64 OpenVMS relocs.
401         (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
402         (print_vms_time): New function.
403         (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
404         DT_IA_64_VMS_LNKFLAGS.
405         (get_ia64_symbol_other): New function.
406         (get_symbol_other): Handle EM_IA_64.
408 2010-06-11  Tristan Gingold  <gingold@adacore.com>
410         * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
411         (UNW_DEC_ABI): Ditto for abiname.
412         (unw_decode_table): Make it const.
414 2010-06-10  Tristan Gingold  <gingold@adacore.com>
416         * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
417         not inplace.
419 2010-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
420             Joseph Myers  <joseph@codesourcery.com>
421             Andrew Stubbs  <ams@codesourcery.com>
423         * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
425 2010-05-25  Jay Krell  <jay.krell@cornell.edu>
427         PR ld/11621
428         * Makefile.am: Replace all occurences of .o with .@OBJEXT@
429         * Makefile.in: Regenerate.
431 2010-05-24  Tristan Gingold  <gingold@adacore.com>
433         * readelf.c (usage): Add new trace sections for --debug-dump.
434         (process_section_headers): Handle dump of trace sections.
435         * objdump.c (usage): Add new trace sections for --dwarf.
436         * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
437         (do_trace_aranges): Ditto.
438         (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
439         and trace_aranges literals.
440         * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
441         (do_trace_aranges): Ditto.
442         (process_debug_info): Add abbrev_sec argument and replace
443         abbrev with abbrev_sec.
444         (load_debug_info): Adjust call of process_debug_info.
445         (display_debug_info): Ditto.
446         (display_trace_info): New function.
447         (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
448         and trace_aranges sections name.
449         (dwarf_select_sections_all): Also select trace sections.
450         (debug_displays): Reindent.  Add entries for the trace sections.
451         * doc/binutils.texi (readelf): Document new --dwarf parameters.
452         (objdump): Ditto.
454 2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>
456         PR gas/11600
457         * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
458         generic flag.
460 2010-05-07  Tristan Gingold  <gingold@adacore.com>
462         * Makefile.in: Regenerate with automake 1.11.1.
463         * aclocal.m4: Ditto.
464         * doc/Makefile.in: Ditto.
466 2010-05-06  H.J. Lu  <hongjiu.lu@intel.com>
468         * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
469         * readelf.c (get_elf_section_flags): Likewise.
470         (process_section_headers): Likewise.
472 2010-05-05  Nick Clifton  <nickc@redhat.com>
474         * po/es.po: Updated Spanish translation.
476 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
478         * dlltool.c (main): Query for bfd's underscoring default for
479         default target case.
481 2010-04-27  Nick Clifton  <nickc@redhat.com>
483         * po/ru.po: Updated Russian translation.
485 2010-04-23  Alan Modra  <amodra@gmail.com>
487         * readelf.c (process_program_headers): Replace use of
488         ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
490 2010-04-22  Nick Clifton  <nickc@redhat.com>
492         * po/binutils.pot: Updated by the Translation project.
493         * po/fi.po: Updated Finnish translation.
494         * po/vi.po: Updated Vietnamese translation.
495         * po/bg.po: New Bulgarian translation.
496         * configure.in (ALL_LINGUAS): Add bg.
497         * configure: Regenerate.
499 2010-04-20  Nick Clifton  <nickc@redhat.com>
501         * po/fr.po: Updated french translation.
503 2010-04-20  Nick Clifton  <nickc@redhat.com>
505         * readelf.c: Add _() macros to constant strings that are
506         translatable.
508         * readelf.c (display_mips_gnu_attribute): Replace GCC options
509         with a textual description of single and double precision float.
511 2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
513         * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
514         (arm_attr_tag_ABI_align8_needed): Remove.
515         (arm_attr_tag_ABI_align8_preserved): Remove.
516         (arm_attr_tag_ABI_HardFP_use): Update text strings.
517         (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
518         (display_arm_attribute): Add decoding of ABI v2.08 attributes.
520 2010-04-13  Nick Clifton  <nickc@redhat.com>
522         PR binutils/11419
523         * dwarf.c (process_debug_info): Initialise the signature array.
525 2010-04-09  Nick Clifton  <nickc@redhat.com>
527         * dwarf.c (process_debug_info): Remove unused variable
528         cu_abbrev_offset_ptr.
529         (display_debug_lines_decoded): Remove unused variable prev_line.
530         * elfedit.c (process_archive): Remove unused variable
531         file_name_size.
532         * ieee.c (ieee_start_compilation_unit): Remove unused variable
533         nindx.
534         (ieee_set_type): Remove unused variables info, targetindx and
535         baseindx.
536         * objdump.c (disassmble_byte): Remove unused variable done_dot.
537         * rddbg.c (read_section_stabs_debugging_info): Remove unused
538         variable other.
539         * readelf.c (dump_section_as_strings): Remove unused variable
540         addr.
541         (process_archive): Remove unused variable file_name_size.
542         * stabs.c (parse_stab_string): Mark desc parameter as unused.
543         Remove unused variable lineno.
544         (parse_stab_struct_type): Remove unused variable orig.
545         (stab_demangle_type): Remove unused variables constp, volatilep
546         and hold.
548 2010-04-07  Alan Modra  <amodra@gmail.com>
550         * configure: Regenerate.
552 2010-04-06  Nick Clifton  <nickc@redhat.com>
554         * po/vi.po: Updated Vietnamese translation.
556 2010-04-05  Jakub Jelinek  <jakub@redhat.com>
558         * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
559         fields.
560         (display_debug_frames): Handle CIE version 4.
562         * dwarf.c (struct State_Machine_Registers): Add op_index field,
563         change end_sequence type to unsigned char.
564         (reset_state_machine): Clear op_index.
565         (process_extended_line_op): For DW_LNE_set_address clear op_index.
566         (display_debug_lines_raw): Initialize li_max_ops_per_insn.
567         Track op_index state machine register and print it if
568         li_max_ops_per_insn is != 1.
569         (display_debug_lines_decoded): Likewise.
571 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
573         * dwarf.c (read_and_display_attr_value): Don't reject
574         dwarf_version == 4.  Handle DW_FORM_sec_offset, DW_FORM_flag_present
575         and DW_FORM_exprloc.
576         (process_debug_info): Handle cu_version == 4.
577         (display_debug_lines_raw, display_debug_lines_decoded): Handle
578         li_version == 4.
580 2010-03-30  Andreas Schwab  <schwab@linux-m68k.org>
582         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
583         * Makefile.in: Regenerate.
585 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
587         * MAINTAINERS: Add self as TI C6X maintainer.
588         * NEWS: Add news entry for TI C6X support.
589         * readelf.c: Include elf/tic6x.h.
590         (guess_is_rela): Handle EM_TI_C6000.
591         (dump_relocations): Likewise.
592         (get_tic6x_dynamic_type): New.
593         (get_dynamic_type): Call it.
594         (get_machine_flags): Handle EF_C6000_REL.
595         (get_osabi_name): Handle machine-specific values only for relevant
596         machines.  Handle C6X values.
597         (get_tic6x_segment_type): New.
598         (get_segment_type): Call it.
599         (get_tic6x_section_type_name): New.
600         (get_section_type_name): Call it.
601         (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
602         EM_TI_C6000.
604 2010-03-25  Thomas Schwinge  <thomas@codesourcery.com>
606         * doc/binutils.texi (readelf) <unwind information>: Mention support for
607         ARM unwind tables.
609 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
611         * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
613 2010-03-17  Alan Modra  <amodra@gmail.com>
615         * readelf.c (dump_arm_unwind): Warning fix.
617 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
619         * MAINTAINERS: Update my email address.  List Tristan Gingold
620         as the release branch maintainer.
622 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
624         * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
626 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
628         * NEWS: Document .ARM.exidx / .ARM.extab support.
630         * dwarf.c (read_leb128): Make non-static.
631         * dwarf.h (read_leb128): Declare.
632         * readelf.c (REMOVE_ARCH_BITS): Define.
633         (find_section_by_address): New.
634         (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
635         (find_symbol_for_address): Handle the Thumb bit for ARM, by
636         using REMOVE_ARCH_BITS.
637         (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
638         (arm_free_section, arm_section_get_word, decode_arm_unwind)
639         (dump_arm_unwind, arm_process_unwind): New.
640         (process_unwind): Handle ARM.
642 2010-02-26  Jie Zhang  <jie@codesourcery.com>
644         * MAINTAINERS: Update my email address.
646 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
648         PR binutils/11298
649         * doc/binutils.texi (windmc): Fix synopsis and description of
650         ASCII options.
652 2010-02-19  Alan Modra  <amodra@gmail.com>
654         * readelf.c (get_group_flags): Return empty string when flags zero.
655         Add space in other returned values.
656         (process_section_groups): Adjust format string.
658 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
660         * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
661         newly permitted attribute values.
662         (arm_attr_tag_Virtualization_use): Likewise.
663         (arm_attr_tag_DIV_use): Add description of new attribute.
664         (arm_attr_tag_MPextension_use_legacy): Likewise.
666 2010-02-15  Nick Clifton  <nickc@redhat.com>
668         * po/vi.po: Updated Vietnamese translation.
670 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
672         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
673         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
675 2010-02-08  Jim Blandy  <jimb@red-bean.com>
677         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
678         'z' augmentation strings.
680 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
682         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
683         a new address, so as not to reuse a previous, non-related reloc.
685 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
687         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
689 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
691         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
692         sections.
694 2010-01-28  Nick Clifton  <nickc@redhat.com>
696         PR 11225
697         * objdump.c (only): Replace with linked list.
698         (only_size, only_used): Replace with only_list.
699         (process_section_p): Set seen field on matches sections.
700         (add_only): New function.
701         (free_only_list): New function.
702         (disassemble_section): Check only_list.
703         (main): Use add_only and free_only_list.
705 2010-01-26  Tristan Gingold  <gingold@adacore.com>
707         * Makefile.am (bin2c): Add libintl dependance and library.
708         * Makefile.in: Regenerate.
710 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
712         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
714 2010-01-19  Ian Lance Taylor  <iant@google.com>
716         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
717         with non-ordinary files like /dev/null.
719 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
720             Alan Modra <amodra@gmail.com>
722         * readelf.c (process_file_header): Handle e_phnum extension.
724 2010-01-14  Tristan Gingold  <gingold@adacore.com>
726         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
727         and DW_AT_GNAT_descriptive_type.
729 2010-01-13  Tristan Gingold  <gingold@adacore.com>
731         * ar.c (main): Use lbasename.
732         (normalize): Ditto.
733         * objdump.c (update_source_path): Ditto.
735 2010-01-12  Tristan Gingold  <gingold@adacore.com>
737         * makefile.vms (CFLAGS): Turns warnings into informational messages.
739 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
741         PR ld/11146
742         * NEWS: Mention --dyn-syms for readelf.
744         * readelf.c (do_dyn_syms): New.
745         (OPTION_DYN_SYMS): Likewise.
746         (options): Add "dyn-syms".
747         (usage): Add --dyn-syms.
748         (parse_args): Handle OPTION_DYN_SYMS.
749         (process_symbol_table): Handle do_dyn_syms.
750         (process_object): Likewise.
751         (process_archive): Likewise.
753         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
754         symbol hash tables for -D.
756 2010-01-11  Nick Clifton  <nickc@redhat.com>
758         * NEWS: Mention addition of elfedit.
760         * po/fi.po: Updated Finnish translation.
762 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
764         * Makefile.in: Regenerate.
765         * configure: Regenerate.
766         * doc/Makefile.in: Regenerate.
768 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
770         * version.c (print_version): Change to "Copyright 2010".
772 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
774         * elfedit.c (input_elf_type): New.
775         (output_elf_type): Likewise.
776         (elf_type): Likewise.
777         (update_elf_header): Support updating ELF file type.
778         (command_line_switch): Add OPTION_INPUT_TYPE and
779         OPTION_OUTPUT_TYPE.
780         (options): Likewise.
781         (usage): Add --input-type and --output-type.
782         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
783         one of --output-mach and --output-type must be specified.
785         * doc/binutils.texi: Document --input-type and --output-type
786         for elfedit.
788 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
790         * doc/binutils.texi: Fix a typo.
792 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
794         * elfedit.c (update_elf_header): Don't change input_elf_class
795         nor input_elf_machine if they are -1.
797 2010-01-08  Tristan Gingold  <gingold@adacore.com>
799         * ar.c: Remove bfd_special_undocumented_glue prototype.
801 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
803         * elfedit.c (update_elf_header): Reformat.
805 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
807         * readelf.c (usage): Fix indent for --symbols.
809 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
811         * doc/binutils.texi: Replace -histogram with --histogram.
813 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
815         PR binutils/11131
816         * Makefile.am (ELFEDIT_PROG): New.
817         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
818         (CFILES): Add elfedit.c.
819         (elfedit_DEPENDENCIES): New.
820         (elfedit_SOURCES): Likewise.
821         (elfedit_LDADD): Likewise.
822         * Makefile.in: Regenerated.
824         * elfedit.c: New.
826         * doc/binutils.texi: Document elfedit.
828         * doc/Makefile.am (man_MANS): Add elfedit.1.
829         (elfedit.1): New.
830         * doc/Makefile.in: Regenerated.
832 2010-01-06  Tristan Gingold  <gingold@adacore.com>
834         * nm.c (usage): Remove extra blanks.
836 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
838         * objcopy.c: Update copyright.
839         * readelf.c: Likewise.
841 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
843         PR binutils/11130
844         * objcopy.c (copy_object): Remove "Warning: " from error
845         message.
847 2010-01-04  Nick Clifton  <nickc@redhat.com>
849         PR 11128
850         * readelf.c (dump_section_as_strings): Use two separate
851         invocations of printf() in order to work around bugs in
852         the Solaris 8 implementation.
854 2010-01-04  Nick Clifton  <nickc@redhat.com>
856         * po/ru.po: Updated Russian translation.
858 For older changes see ChangeLog-2009
860 Local Variables:
861 mode: change-log
862 left-margin: 8
863 fill-column: 74
864 version-control: never
865 End: