PR binutils/12058
[binutils.git] / binutils / ChangeLog
blob13c5fff3884de9767cf3e3e6e62c28085dcb13ed
1 2010-10-29  Nick Clifton  <nickc@redhat.com>
3         PR binutils/12058
4         * ar.c (usage): Revert previous change.  Describe how 's' can be
5         used as a command letter.
6         * doc/binutils.texi (ar cmdline): Describe how 's' can be used as
7         a command letter.
9 2010-10-29  Bernd Schmidt  <bernds@codesourcery.com>
10             Joseph Myers  <joseph@codesourcery.com>
12         * readelf.c (display_tic6x_attribute): Handle Tag_ABI_DSBT.
14 2010-10-28  Nick Clifton  <nickc@redhat.com>
16         PR binutils/12058
17         * ar.c (usage): Remove spurious 's' from list of accepted command
18         letters.
20 2010-10-28  Alan Modra  <amodra@gmail.com>
22         * readelf.c (is_32bit_abs_reloc): Support i960 and microblaze.
23         (is_32bit_pcrel_reloc): Support microblaze.
25 2010-10-26  Nick Clifton  <nickc@redhat.com>
27         * po/ja.po: Updated Japanese transaltion.
29 2010-10-21  Joseph Myers  <joseph@codesourcery.com>
31         * readelf.c (display_tic6x_attribute): Update for attribute
32         renaming.
34 2010-10-08  H.J. Lu  <hongjiu.lu@intel.com>
36         * dwarf.c (byte_get_signed): Make it extern.
38         * dwarf.h (byte_get_signed): New.
40         * readelf.c (BYTE_GET_SIGNED): New.
41         (slurp_rela_relocs): Use BYTE_GET_SIGNED on r_addend.
42         (dump_relocations): Properly dump r_addend.
44 2010-10-08  Joseph Myers  <joseph@codesourcery.com>
46         * nm.c (value_format_64bit): Define appropriately for __MSVCRT__.
47         (set_print_radix): Update for __MSVCRT__ definition of
48         value_format_64bit.
50 2010-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
52         Fix build with -DDEBUG=7
53         * nlmheader.y (DEBUG token): Rename to DEBUG_K.
55 2010-10-06  Alan Modra  <amodra@gmail.com>
57         * bucomm.c (bfd_nonfatal, bfd_nonfatal_message): Don't clobber errno.
59 2010-10-05  Alan Modra  <amodra@gmail.com>
61         * bucomm.c (bfd_nonfatal): Flush stdout before output to stderr.
62         (bfd_nonfatal_message, report, list_matching_formats): Likewise.
63         (list_supported_targets): Tidy.
64         * objdump.c (free_only_list): Formatting.
65         (slurp_dynamic_symtab): Non-zero exit status for "not a dynamic
66         object".
67         (update_source_path): Delete redundant check for NULL filename.
68         (disassemble_bytes): Error if disassemble_fn returns a value
69         that won't increment address.
70         (disassemble_data): Don't capitalize error message.
71         (read_section_stabs): Likewise.
72         (main): Return non-zero exit status on bad options.
74 2010-10-03  H.J. Lu  <hongjiu.lu@intel.com>
76         PR binutils/12088
77         * nm.c (plugin_target): New.
78         (main): Set plugin_target to "plugin" for --plugin.
79         (display_file): Pass plugin_target to bfd_openr if target
80         isn't set.
82 2010-09-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
84         * configure: Regenerate.
86 2010-09-22  Mike Frysinger  <vapier@gentoo.org>
88         * MAINTAINERS: Add self as ADI Blackfin maintainer.
90 2010-09-17  H.J. Lu  <hongjiu.lu@intel.com>
92         * emul_aix.c (ar_emul_aix_append): Add a target argument
93         and ignore it if it is set.
94         (ar_emul_aix5_append): Likewise.
95         (ar_emul_aix_replace): Likewise.
96         (ar_emul_aix5_replace): Likewise.
98 2010-09-15  H.J. Lu  <hongjiu.lu@intel.com>
100         * ar.c (plugin_target): New.
101         (main): Set plugin_target to "plugin" for --plugin.
102         (open_inarch): Initialize target to plugin_target.
103         (replace_members): Pass plugin_target to ar_emul_replace
104         and ar_emul_append.
106         * binemul.h (ar_emul_append): Add a target argument.
107         (ar_emul_default_append): Likewise.
108         (ar_emul_replace): Likewise.
109         (ar_emul_default_replace): Likewise.
110         (bin_emulation_xfer_struct): Add a target argument to
111         ar_append and ar_replace.
113         * binemul.c (ar_emul_append): Updated.  Pass target to bfd_openr.
114         (do_ar_emul_default_append): Likewise.
115         (ar_emul_default_append): Likewise.
116         (ar_emul_replace): Likewise.
117         (ar_emul_default_replace): Likewise.
119 2010-09-10  Ben Gardiner  <bengardiner@nanometrics.ca>
121         * objcopy.c: Add --interleave-width option to allow interleaving
122         of more than one byte at a time.
123         (copy_width): New variable.
124         (copy_options): Add --interleave-width.
125         (copy_section): When interleaving copy in units of copy_width
126         bytes.
127         (copy_main): Parse the new option.
128         * doc/binutils: Document the new option.
129         * NEWS: Mention the new feature.
131 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
133         * dwarf.c (decode_location_expression): Fix data adjustment
134         for DW_OP_GNU_implicit_pointer in v3+.
136 2010-09-09  Tristan Gingold  <gingold@adacore.com>
138         * NEWS: Add entry to NEWS for hppa/som.
140 2010-09-09  Jakub Jelinek  <jakub@redhat.com>
142         * dwarf.h (debug_info): Add offset_info and dwarf_version fields.
143         * dwarf.c (decode_location_expression): Add offset_size and
144         dwarf_version arguments.  Prefix DIE offset with 0x for
145         DW_OP_call{2,4,_ref}.  Fix up DW_OP_call_ref operand size,
146         complain if in frame info section.  Handle
147         DW_OP_GNU_implicit_pointer.
148         (read_and_display_attr_value, display_debug_loc,
149         display_debug_frames): Adjust decode_location_expression callers.
150         (process_debug_info): Save offset_size and dwarf_version values
151         into debug_information array.
153 2010-09-07  Nick Clifton  <nickc@redhat.com>
155         * readelf.c (process_section_headers): Mention meaning of 'l'
156         section flag for x86-64 targets.
158 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
159             Jakub Jelinek  <jakub@redhat.com>
161         * dwarf.c (regname): New declaration.
162         (decode_location_expression): Print for registers also regname output.
164 2010-09-02  Richard Henderson  <rth@redhat.com>
166         * dwarf.c (init_dwarf_regnames_i386, init_dwarf_regnames_x86_64): New.
167         (init_dwarf_regnames): Use them.
168         * dwarf.h: Declare them.
169         * objdump.c (dump_dwarf): Use bfd_get_arch + bfd_get_mach to set up
170         the regnames, rather than using elf_machine_code.
172 2010-09-02  Richard Henderson  <rth@redhat.com>
174         * objdump.c (dump_dwarf): Use bfd_arch_bits_per_address.
176 2010-08-23  H.J. Lu  <hongjiu.lu@intel.com>
178         * elfedit.c (input_elf_osabi): New.
179         (output_elf_osbi): Likewise.
180         (osabis): Likewise.
181         (elf_osabi): Likewise.
182         (update_elf_header): Support updating ELF OSABI.
183         (make_qualified_name): Break long line.
184         (command_line_switch): Add OPTION_INPUT_OSABI and
185         OPTION_OUTPUT_OSABI.
186         (options): Likewise.
187         (usage): Add --input-osabi and --output-osabi.
188         (main): Handle OPTION_INPUT_OSABI and OPTION_OUTPUT_OSABI.
190         * doc/binutils.texi: Document --input-osabi and --output-osabi
191         for elfedit.
193 2010-08-23  Maciej W. Rozycki  <macro@codesourcery.com>
195         * readelf.c (display_mips_gnu_attribute): Replace GCC options
196         with a textual description of a MIPS32r2 64-bit FPU.
198 2010-08-13  Dan Rosenberg  <dan.j.rosenberg@gmail.com>
200         PR binutils/11889
201         * readelf.c (get_32bit_elf_symbols): Check for a corrupt
202         sh_entsize.
203         (get_64bit_elf_symbols): Likewise.
204         (process_symbol_table): Likewise.
205         (process_section_groups): Check for corrupt headers.
206         (process_version_sections): Check for corrupt indicies.
207         (process_corefile_note_segment): Likewise.
209 2010-08-13  Nathan Sidwell  <nathan@codesourcery.com>
211         * readelf.c (get_machine_flags): Detect CF ISA C and EMAC_B
212         variants.
214 2010-08-13  Tom Tromey  <tromey@redhat.com>
216         * dwarf.c (process_debug_info): Don't subtract section address
217         when calculating location of cu abbrev within section.
219 2010-08-12  Michael Haubenwallner  <haubi@gentoo.org>
221         PR binutils/11742
222         * readelf.c (get_archive_member_name): Do not read beyond the end
223         of the ar_name field.
225 2010-08-03  Tristan Gingold  <gingold@adacore.com>
227         * dwarf.c (display_debug_lines): Mark file argument unused.
228         Do not try to load .debug_info section.
230 2010-08-02  Alan Modra  <amodra@gmail.com>
232         * readelf.c (apply_relocations): D30V is really REL.
234 2010-07-23  Naveen.H.S  <naveen.S@kpitcummins.com>
235             Ina Pandit  <ina.pandit@kpitcummins.com>
237         * binutils/readelf.c: Add support for V850E2 and V850E2V3.
239 2010-07-22  Alan Modra  <amodra@gmail.com>
241         * readelf.c: Add Moxie support.
243 2010-07-20  Alan Modra  <amodra@gmail.com>
245         * readelf.c (process_program_headers): Don't ignore all zero size
246         sections.
248 2010-07-19  Andreas Schwab  <schwab@redhat.com>
250         * readelf.c (process_section_headers): Update key to flags.
252 2010-07-17  Dave Korn  <dave.korn.cygwin@gmail.com>
254         * objcopy.c (copy_usage): Tweak previous typofix.
256 2010-07-17  H.J. Lu  <hongjiu.lu@intel.com>
258         * objcopy.c (copy_usage): Fix a typo.
260 2010-07-15  Kai Tietz <kai.tietz@onevision.com>
262         * dllwrap.c (main): Make sure is_leading_underscore
263         gets initialized with correct default.
265 2010-07-05  Alan Modra  <amodra@gmail.com>
267         * readelf.c (uncompress_section_contents): Avoid gcc-4.6 warning.
269 2010-07-03  Cary Coutant  <ccoutant@google.com>
271         * objdump.c (load_specific_debug_section): Decompress section contents
272         before applying relocations.
273         * readelf.c (load_specific_debug_section): Update section size after
274         decompression.
276 2010-06-29  Alan Modra  <amodra@gmail.com>
278         PR binutils/3166
279         * objcopy.c (is_strip_section): Revert 2006-09-05.
280         (setup_section): Make SHT_GROUP section nobits.
282 2010-06-29  Alan Modra  <amodra@gmail.com>
284         * configure: Regenerate.
285         * po/POTFILES.in: Regenerate.
287 2010-06-27  Alan Modra  <amodra@gmail.com>
289         * resbin.c (res_to_bin_accelerator): Delete set but unused variables.
291 2010-06-17  Nick Clifton  <nickc@redhat.com>
293         PR binutils/11711
294         * windres.c (enum option_values): New enum.
295         (long_options): Use separate option number for --include-dir
296         option.
297         (main): Separate backwards compatibility check from code to
298         implement --include-dir.  Check to see if directory exists and do
299         not complain if it does.
301 2010-06-15  Joseph Myers  <joseph@codesourcery.com>
303         * readelf.c (display_tic6x_attribute, process_tic6x_specific):
304         New.
305         (process_arch_specific): Call process_tic6x_specific for
306         EM_TI_C6000.
308 2010-06-11  H.J. Lu  <hongjiu.lu@intel.com>
310         * readelf.c (dump_ia64_vms_dynamic_fixups): Cast to unsigned long
311         for 0x%lx.
313 2010-06-11  Tristan Gingold  <gingold@adacore.com>
314             Doug Rupp <rupp@gnat.com>
316         * readelf.c (is_ia64_vms): New function.
317         (dump_relocations): Use it.
318         (get_machine_flags): Display IA-64 OpenVMS flags.
319         (process_program_headers): No error on OpenVMS if no .dynamic section.
320         (struct ia64_vms_dynfixup, struct ia64_vms_dynimgrela): New
321         declarations.
322         (dump_ia64_vms_dynamic_fixups): New function.
323         (dump_ia64_vms_dynamic_relocs): Ditto.
324         (process_ia64_vms_dynamic_relocs): Ditto.
325         (process_relocs): Handle IA-64 OpenVMS relocs.
326         (VMS_EPOCH_OFFSET, VMS_GRANULARITY_FACTOR): New macros.
327         (print_vms_time): New function.
328         (dynamic_section_ia64_val): Handle DT_IA_64_VMS_LINKTIME and
329         DT_IA_64_VMS_LNKFLAGS.
330         (get_ia64_symbol_other): New function.
331         (get_symbol_other): Handle EM_IA_64.
333 2010-06-11  Tristan Gingold  <gingold@adacore.com>
335         * unwind-ia64.c (unw_print_abreg): Add const to special_reg.
336         (UNW_DEC_ABI): Ditto for abiname.
337         (unw_decode_table): Make it const.
339 2010-06-10  Tristan Gingold  <gingold@adacore.com>
341         * readelf.c (slurp_ia64_unwind_table): IA64 rela relocations are
342         not inplace.
344 2010-05-25  Daniel Jacobowitz  <dan@codesourcery.com>
345             Joseph Myers  <joseph@codesourcery.com>
346             Andrew Stubbs  <ams@codesourcery.com>
348         * readelf.c (get_machine_flags): Handle EF_SH_PIC and EF_SH_FDPIC.
350 2010-05-25  Jay Krell  <jay.krell@cornell.edu>
352         PR ld/11621
353         * Makefile.am: Replace all occurences of .o with .@OBJEXT@
354         * Makefile.in: Regenerate.
356 2010-05-24  Tristan Gingold  <gingold@adacore.com>
358         * readelf.c (usage): Add new trace sections for --debug-dump.
359         (process_section_headers): Handle dump of trace sections.
360         * objdump.c (usage): Add new trace sections for --dwarf.
361         * dwarf.h (do_trace_info, do_trace_abbrevs): New variables.
362         (do_trace_aranges): Ditto.
363         (enum dwarf_section_display_enum): Add trace_info, trace_abbrev
364         and trace_aranges literals.
365         * dwarf.c (do_trace_info, do_trace_abbrevs): New variables.
366         (do_trace_aranges): Ditto.
367         (process_debug_info): Add abbrev_sec argument and replace
368         abbrev with abbrev_sec.
369         (load_debug_info): Adjust call of process_debug_info.
370         (display_debug_info): Ditto.
371         (display_trace_info): New function.
372         (dwarf_select_sections_by_names): Add trace_info, trace_abbrevs
373         and trace_aranges sections name.
374         (dwarf_select_sections_all): Also select trace sections.
375         (debug_displays): Reindent.  Add entries for the trace sections.
376         * doc/binutils.texi (readelf): Document new --dwarf parameters.
377         (objdump): Ditto.
379 2010-05-18  H.J. Lu  <hongjiu.lu@intel.com>
381         PR gas/11600
382         * readelf.c (get_elf_section_flags): Treat SHF_EXCLUDE as a
383         generic flag.
385 2010-05-07  Tristan Gingold  <gingold@adacore.com>
387         * Makefile.in: Regenerate with automake 1.11.1.
388         * aclocal.m4: Ditto.
389         * doc/Makefile.in: Ditto.
391 2010-05-06  H.J. Lu  <hongjiu.lu@intel.com>
393         * dwarf.c (init_dwarf_regnames): Handle EM_L1OM.
394         * readelf.c (get_elf_section_flags): Likewise.
395         (process_section_headers): Likewise.
397 2010-05-05  Nick Clifton  <nickc@redhat.com>
399         * po/es.po: Updated Spanish translation.
401 2010-04-27  Kai Tietz  <kai.tietz@onevision.com>
403         * dlltool.c (main): Query for bfd's underscoring default for
404         default target case.
406 2010-04-27  Nick Clifton  <nickc@redhat.com>
408         * po/ru.po: Updated Russian translation.
410 2010-04-23  Alan Modra  <amodra@gmail.com>
412         * readelf.c (process_program_headers): Replace use of
413         ELF_IS_SECTION_IN_SEGMENT_MEMORY with ELF_SECTION_IN_SEGMENT.
415 2010-04-22  Nick Clifton  <nickc@redhat.com>
417         * po/binutils.pot: Updated by the Translation project.
418         * po/fi.po: Updated Finnish translation.
419         * po/vi.po: Updated Vietnamese translation.
420         * po/bg.po: New Bulgarian translation.
421         * configure.in (ALL_LINGUAS): Add bg.
422         * configure: Regenerate.
424 2010-04-20  Nick Clifton  <nickc@redhat.com>
426         * po/fr.po: Updated french translation.
428 2010-04-20  Nick Clifton  <nickc@redhat.com>
430         * readelf.c: Add _() macros to constant strings that are
431         translatable.
433         * readelf.c (display_mips_gnu_attribute): Replace GCC options
434         with a textual description of single and double precision float.
436 2010-04-15  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
438         * readelf.c (arm_attr_tag_FP_arch): Rename from arm_attr_tag_VFP_arch.
439         (arm_attr_tag_ABI_align8_needed): Remove.
440         (arm_attr_tag_ABI_align8_preserved): Remove.
441         (arm_attr_tag_ABI_HardFP_use): Update text strings.
442         (arm_attr_public_tags): Add strings for ABI v2.08 attribute tags.
443         (display_arm_attribute): Add decoding of ABI v2.08 attributes.
445 2010-04-13  Nick Clifton  <nickc@redhat.com>
447         PR binutils/11419
448         * dwarf.c (process_debug_info): Initialise the signature array.
450 2010-04-09  Nick Clifton  <nickc@redhat.com>
452         * dwarf.c (process_debug_info): Remove unused variable
453         cu_abbrev_offset_ptr.
454         (display_debug_lines_decoded): Remove unused variable prev_line.
455         * elfedit.c (process_archive): Remove unused variable
456         file_name_size.
457         * ieee.c (ieee_start_compilation_unit): Remove unused variable
458         nindx.
459         (ieee_set_type): Remove unused variables info, targetindx and
460         baseindx.
461         * objdump.c (disassmble_byte): Remove unused variable done_dot.
462         * rddbg.c (read_section_stabs_debugging_info): Remove unused
463         variable other.
464         * readelf.c (dump_section_as_strings): Remove unused variable
465         addr.
466         (process_archive): Remove unused variable file_name_size.
467         * stabs.c (parse_stab_string): Mark desc parameter as unused.
468         Remove unused variable lineno.
469         (parse_stab_struct_type): Remove unused variable orig.
470         (stab_demangle_type): Remove unused variables constp, volatilep
471         and hold.
473 2010-04-07  Alan Modra  <amodra@gmail.com>
475         * configure: Regenerate.
477 2010-04-06  Nick Clifton  <nickc@redhat.com>
479         * po/vi.po: Updated Vietnamese translation.
481 2010-04-05  Jakub Jelinek  <jakub@redhat.com>
483         * dwarf.c (struct Frame_Chunk): Add ptr_size and segment_size
484         fields.
485         (display_debug_frames): Handle CIE version 4.
487         * dwarf.c (struct State_Machine_Registers): Add op_index field,
488         change end_sequence type to unsigned char.
489         (reset_state_machine): Clear op_index.
490         (process_extended_line_op): For DW_LNE_set_address clear op_index.
491         (display_debug_lines_raw): Initialize li_max_ops_per_insn.
492         Track op_index state machine register and print it if
493         li_max_ops_per_insn is != 1.
494         (display_debug_lines_decoded): Likewise.
496 2010-04-01  Jakub Jelinek  <jakub@redhat.com>
498         * dwarf.c (read_and_display_attr_value): Don't reject
499         dwarf_version == 4.  Handle DW_FORM_sec_offset, DW_FORM_flag_present
500         and DW_FORM_exprloc.
501         (process_debug_info): Handle cu_version == 4.
502         (display_debug_lines_raw, display_debug_lines_decoded): Handle
503         li_version == 4.
505 2010-03-30  Andreas Schwab  <schwab@linux-m68k.org>
507         * Makefile.am (CONFIG_STATUS_DEPENDENCIES): Define.
508         * Makefile.in: Regenerate.
510 2010-03-25  Joseph Myers  <joseph@codesourcery.com>
512         * MAINTAINERS: Add self as TI C6X maintainer.
513         * NEWS: Add news entry for TI C6X support.
514         * readelf.c: Include elf/tic6x.h.
515         (guess_is_rela): Handle EM_TI_C6000.
516         (dump_relocations): Likewise.
517         (get_tic6x_dynamic_type): New.
518         (get_dynamic_type): Call it.
519         (get_machine_flags): Handle EF_C6000_REL.
520         (get_osabi_name): Handle machine-specific values only for relevant
521         machines.  Handle C6X values.
522         (get_tic6x_segment_type): New.
523         (get_segment_type): Call it.
524         (get_tic6x_section_type_name): New.
525         (get_section_type_name): Call it.
526         (is_32bit_abs_reloc, is_16bit_abs_reloc, is_none_reloc): Handle
527         EM_TI_C6000.
529 2010-03-25  Thomas Schwinge  <thomas@codesourcery.com>
531         * doc/binutils.texi (readelf) <unwind information>: Mention support for
532         ARM unwind tables.
534 2010-03-18  H.J. Lu  <hongjiu.lu@intel.com>
536         * readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
538 2010-03-17  Alan Modra  <amodra@gmail.com>
540         * readelf.c (dump_arm_unwind): Warning fix.
542 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
544         * MAINTAINERS: Update my email address.  List Tristan Gingold
545         as the release branch maintainer.
547 2010-03-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
549         * readelf.c (get_ver_flags): Handle VER_FLG_INFO.
551 2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
553         * NEWS: Document .ARM.exidx / .ARM.extab support.
555         * dwarf.c (read_leb128): Make non-static.
556         * dwarf.h (read_leb128): Declare.
557         * readelf.c (REMOVE_ARCH_BITS): Define.
558         (find_section_by_address): New.
559         (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
560         (find_symbol_for_address): Handle the Thumb bit for ARM, by
561         using REMOVE_ARCH_BITS.
562         (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
563         (arm_free_section, arm_section_get_word, decode_arm_unwind)
564         (dump_arm_unwind, arm_process_unwind): New.
565         (process_unwind): Handle ARM.
567 2010-02-26  Jie Zhang  <jie@codesourcery.com>
569         * MAINTAINERS: Update my email address.
571 2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
573         PR binutils/11298
574         * doc/binutils.texi (windmc): Fix synopsis and description of
575         ASCII options.
577 2010-02-19  Alan Modra  <amodra@gmail.com>
579         * readelf.c (get_group_flags): Return empty string when flags zero.
580         Add space in other returned values.
581         (process_section_groups): Adjust format string.
583 2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
585         * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
586         newly permitted attribute values.
587         (arm_attr_tag_Virtualization_use): Likewise.
588         (arm_attr_tag_DIV_use): Add description of new attribute.
589         (arm_attr_tag_MPextension_use_legacy): Likewise.
591 2010-02-15  Nick Clifton  <nickc@redhat.com>
593         * po/vi.po: Updated Vietnamese translation.
595 2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
597         * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
598         NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
600 2010-02-08  Jim Blandy  <jimb@red-bean.com>
602         * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
603         'z' augmentation strings.
605 2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
607         * objdump.c (disassemble_bytes): Clear aux->reloc before printing
608         a new address, so as not to reuse a previous, non-related reloc.
610 2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
612         * readelf.c (get_note_type): Handle NT_X86_XSTATE.
614 2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
616         * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
617         sections.
619 2010-01-28  Nick Clifton  <nickc@redhat.com>
621         PR 11225
622         * objdump.c (only): Replace with linked list.
623         (only_size, only_used): Replace with only_list.
624         (process_section_p): Set seen field on matches sections.
625         (add_only): New function.
626         (free_only_list): New function.
627         (disassemble_section): Check only_list.
628         (main): Use add_only and free_only_list.
630 2010-01-26  Tristan Gingold  <gingold@adacore.com>
632         * Makefile.am (bin2c): Add libintl dependance and library.
633         * Makefile.in: Regenerate.
635 2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
637         * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
639 2010-01-19  Ian Lance Taylor  <iant@google.com>
641         * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
642         with non-ordinary files like /dev/null.
644 2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
645             Alan Modra <amodra@gmail.com>
647         * readelf.c (process_file_header): Handle e_phnum extension.
649 2010-01-14  Tristan Gingold  <gingold@adacore.com>
651         * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
652         and DW_AT_GNAT_descriptive_type.
654 2010-01-13  Tristan Gingold  <gingold@adacore.com>
656         * ar.c (main): Use lbasename.
657         (normalize): Ditto.
658         * objdump.c (update_source_path): Ditto.
660 2010-01-12  Tristan Gingold  <gingold@adacore.com>
662         * makefile.vms (CFLAGS): Turns warnings into informational messages.
664 2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
666         PR ld/11146
667         * NEWS: Mention --dyn-syms for readelf.
669         * readelf.c (do_dyn_syms): New.
670         (OPTION_DYN_SYMS): Likewise.
671         (options): Add "dyn-syms".
672         (usage): Add --dyn-syms.
673         (parse_args): Handle OPTION_DYN_SYMS.
674         (process_symbol_table): Handle do_dyn_syms.
675         (process_object): Likewise.
676         (process_archive): Likewise.
678         * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
679         symbol hash tables for -D.
681 2010-01-11  Nick Clifton  <nickc@redhat.com>
683         * NEWS: Mention addition of elfedit.
685         * po/fi.po: Updated Finnish translation.
687 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
689         * Makefile.in: Regenerate.
690         * configure: Regenerate.
691         * doc/Makefile.in: Regenerate.
693 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
695         * version.c (print_version): Change to "Copyright 2010".
697 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
699         * elfedit.c (input_elf_type): New.
700         (output_elf_type): Likewise.
701         (elf_type): Likewise.
702         (update_elf_header): Support updating ELF file type.
703         (command_line_switch): Add OPTION_INPUT_TYPE and
704         OPTION_OUTPUT_TYPE.
705         (options): Likewise.
706         (usage): Add --input-type and --output-type.
707         (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
708         one of --output-mach and --output-type must be specified.
710         * doc/binutils.texi: Document --input-type and --output-type
711         for elfedit.
713 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
715         * doc/binutils.texi: Fix a typo.
717 2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
719         * elfedit.c (update_elf_header): Don't change input_elf_class
720         nor input_elf_machine if they are -1.
722 2010-01-08  Tristan Gingold  <gingold@adacore.com>
724         * ar.c: Remove bfd_special_undocumented_glue prototype.
726 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
728         * elfedit.c (update_elf_header): Reformat.
730 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
732         * readelf.c (usage): Fix indent for --symbols.
734 2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
736         * doc/binutils.texi: Replace -histogram with --histogram.
738 2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
740         PR binutils/11131
741         * Makefile.am (ELFEDIT_PROG): New.
742         (bin_PROGRAMS): Add $(ELFEDIT_PROG).
743         (CFILES): Add elfedit.c.
744         (elfedit_DEPENDENCIES): New.
745         (elfedit_SOURCES): Likewise.
746         (elfedit_LDADD): Likewise.
747         * Makefile.in: Regenerated.
749         * elfedit.c: New.
751         * doc/binutils.texi: Document elfedit.
753         * doc/Makefile.am (man_MANS): Add elfedit.1.
754         (elfedit.1): New.
755         * doc/Makefile.in: Regenerated.
757 2010-01-06  Tristan Gingold  <gingold@adacore.com>
759         * nm.c (usage): Remove extra blanks.
761 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
763         * objcopy.c: Update copyright.
764         * readelf.c: Likewise.
766 2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
768         PR binutils/11130
769         * objcopy.c (copy_object): Remove "Warning: " from error
770         message.
772 2010-01-04  Nick Clifton  <nickc@redhat.com>
774         PR 11128
775         * readelf.c (dump_section_as_strings): Use two separate
776         invocations of printf() in order to work around bugs in
777         the Solaris 8 implementation.
779 2010-01-04  Nick Clifton  <nickc@redhat.com>
781         * po/ru.po: Updated Russian translation.
783 For older changes see ChangeLog-2009
785 Local Variables:
786 mode: change-log
787 left-margin: 8
788 fill-column: 74
789 version-control: never
790 End: