OSDN Git Service

Update to HEAD.
[pf3gnuchains/pf3gnuchains3x.git] / binutils / ChangeLog
index 0507f62..7aadd75 100644 (file)
-2008-12-23  Kai Tietz  <kai.tietz@onevision.com>
+2009-07-27  Nick Clifton  <nickc@redhat.com>
 
-       * rcparse.y (rcdata_data): Allow empty comma elements.
+       PR 10413
+       * objdump.c (dump_section_header): Skip sections that we are
+       ignoring.
 
-2008-12-23  Nick Clifton  <nickc@redhat.com>
+2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * objdump.c (dump_reloc_set): Remove STT_IFUNC support.
-       * readelf.c (dump_relocations): Likewise.
-       (get_symbol_type): Likewise.
-       * doc/binutils.texi: Likewise.
+       * readelf.c (guess_is_rela): Handle EM_L1OM.
+       (dump_relocations): Likewise.
+       (get_machine_name): Likewise.
+       (get_section_type_name): Likewise.
+       (get_elf_section_flags): Likewise.
+       (get_symbol_index_type): Likewise.
+       (is_32bit_abs_reloc): Likewise.
+       (is_32bit_pcrel_reloc): Likewise.
+       (is_64bit_abs_reloc): Likewise.
+       (is_64bit_pcrel_reloc): Likewise.
+       (is_none_reloc): Likewise.
 
-2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+2009-07-23  Ulrich Drepper  <drepper@redhat.com>
 
-       * configure: Regenerate.
+       * readelf.c (get_symbol_binding): For Linux targeted files return
+       UNIQUE for symbols with the STB_GNU_UNIQUE binding.
+       * doc/binutils.texi: Document the meaning of the 'u' symbol
+       binding in the output of nm and objdump --syms.
 
-2008-12-09  Tom Tromey  <tromey@redhat.com>
+2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * srconv.c (wr_hd): Add parens to placate gcc 4.4.
+       * NEWS: Mention --insn-width.
 
-2008-12-09  Andrew Stubbs  <ams@codesourcery.com>
+       * objdump.c (insn_width): New.
+       (usage): Display --insn-width.
+       (option_values): Add OPTION_INSN_WIDTH.
+       (long_options): Add --insn-width.
+       (disassemble_bytes): Handle insn_width.
+       (main): Handle OPTION_INSN_WIDTH.
 
-       * readelf.c (arm_attr_tag_CPU_arch): Add "v6-M" and "v6S-M".
-       (arm_attr_tag_WMMX_arch): Add "WMMXv2".
-       (arm_attr_tag_NEON_arch): Rename to ...
-       (arm_attr_tag_Advanced_SIMD_arch): ... official name.
-       (arm_attr_tag_ABI_PCS_config): Rename to ...
-       (arm_attr_tag_PCS_config): ... official name.
-       (arm_attr_tag_ABI_PCS_RO_DATA): Rename to ...
-       (arm_attr_tag_ABI_PCS_RO_data): ... official name.
-       (arm_attr_tag_ABI_FP_denormal): Add "Sign only".
-       (arm_attr_tag_CPU_unaligned_access): New array.
-       (arm_attr_tag_T2EE_use): New array.
-       (arm_attr_tag_Virtualization_use): New array.
-       (arm_attr_tag_MPextension_use): New array.
-       (arm_attr_publ): NEON_arch -> Advanced_SIMD_arch.
-       ABI_PCS_config -> PCS_config.
-       ABI_PCS_RO_DATA -> ABI_PCS_RO_data.
-       Add CPU_unaligned_access, nodefaults, also_compatible_with,
-       T2EE_use, conformance, Virtualization_use and MPextension_use.
-       (display_arm_attribute): Handle Tag_nodefaults and
-       Tag_also_compatible_with.
+       * doc/binutils.texi: Document --insn-width.
 
-2008-12-04  Ben Elliston  <bje@au.ibm.com>
+2009-07-17  Nick Clifton  <nickc@redhat.com>
 
-       * doc/binutils.texi (objdump): Update booke documentation.
-       * NEWS: Document user-visible changes to command line options.
+       * dwarf.c (display_debug_lines): If do_debug_lines has not been
+       set then default to displaying raw .debug_line section contents.
 
-2008-12-04  Nick Clifton  <nickc@redhat.com>
+2009-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
-       * objdump.c (dump_reloc_set): Append "()" to symbol names which
-       have the BSF_INDIRECT_FUNCTION type.
-       * readelf.c (print_symbol): Fix handling of negative widths.
-       (dump_relocations): Append "()" to symbol names which have the
-       STT_IFUNC type. Display negative offsets as a positive number with
-       a "-" prefix.
-       (get_symbol_type): Return "IFUNC" for STT_IFUNC symbols.
-       * doc/binutils.texi: Document 'i' symbol type.
+       Support unordered .debug_info references to .debug_ranges.
+       * dwarf.c (struct range_entry, range_entry_compar): New.
+       (display_debug_ranges): Remove variables last_offset, first, j,
+       seen_first_offset, use_debug_info and next.  New variables
+       range_entries and range_entry_fill.  Create the sorted copy
+       range_entries.  Remove the FIXME error on detected unordered references.
+       * dwarf.h (debug_info <range_lists>): New comment.
 
-2008-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
+2009-07-14  Nick Clifton  <nickc@redhat.com>
 
-       * strings.c (main): New variable `s'.  Have string_min parsing
-       call fatal for invalid input strings.
+       PR 10380
+       * README: Document use of LDFLAGS="--static".
 
-2008-11-25  Nick Clifton  <nickc@redhat.com>
+2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
 
-       PR7044
-       * dlltool.c (run): Use formatting string to avoid compile time
-       warning.
-       (gen_exp_file): Check return value from fread.
-       * windmc.c (main): Check return value from fread.
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerated.
 
-2008-11-21 Sterling Augustine <sterling@tensilica.com>
+2009-07-10  Tom Tromey  <tromey@redhat.com>
 
-       * MAINTAINERS: Take over from Bob Wilson as Xtensa maintainer.
+       * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
+       * Makefile.in: Rebuild.
+       * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
 
-2008-11-19  Nick Clifton  <nickc@redhat.com>
+2009-07-06  Tristan Gingold  <gingold@adacore.com>
 
-       * doc/fdl.texi: Update to v1.3
-       * doc/binutils.texinfo: Change license to v1.3.
+       * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
+       sections.
+       * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
+       * dwarf.c (debug_displays): Adjust for removed field.
 
-2008-11-18  Catherine Moore  <clm@codesourcery.com>
+2009-07-03  Jakub Jelinek  <jakub@redhat.com>
 
-       * readelf.c (arm_attr_tag_ABI_FP_16bit_format): New.
-       (arm_attr_tag_VFP_HP_extension): New.
-       (arm_attr_public_tag arm_attr_public_tags): Support
-       new attributes. 
+       * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
+       and DW_OP_implicit_value.
 
-2008-11-17  Nick Clifton  <nickc@redhat.com>
+2009-07-01  Nick Clifton  <nickc@redhat.com>
 
-       * version.c (print_version): Update copyright year.
+       PR 6714
+       * rclex.c (handle_quotes): Do not complain about whitespace
+       separating quoted strings.
+       (rclex_string): Ignore whitespace when looking for a new opening
+       quote following a closing quote.
 
-2008-11-16  Danny Smith  <dannysmith@usesr.sourceforge.net>
+2009-06-27  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * dlltool.c (identify_search_section): Cast argument, not return
-       value, of xstrdup to 'char*'.
+       PR binutils/10321
+       * bucomm.c (get_file_size): Return -1 on error.
 
-2008-11-15  Charles Wilson  <cygwin@cwilson.fastmail.fm>
+       * objcopy.c (copy_file): Report empty file.
 
-       Added --identify option to dlltool.
-       * binutils/dlltool.c: Add new global variables
-       identify_imp_name and identify_dll_name.
-       (identify_dll_for_implib, identify_search_archive,
-       identify_search_member, identify_process_section_p,
-       identify_search_section): New functions.
-       (usage): Added --identify.
-       (long_options): Added --identify.
-       (main): Handle --identify option.
-       * binutils/doc/binutils.texi: Document --identify.
+2009-06-23  Nick Clifton  <nickc@redhat.com>
 
-2008-11-14  Tristan Gingold  <gingold@adacore.com>
+       * dwarf.c (display_debug_lines_raw): Include the name of the
+       section in warning message.
+       (struct debug_display): Enable reloc processing for .debug_line
+       and .debug_ranges sections.
 
-       Remove outdated mach-o specific tests.
-       * objdump.c (load_debug_section): Remove mach-o specific test.
-       (mach_o_uncompressed_dwarf_sections): Removed.
-       (mach_o_compressed_dwarf_sections): Removed.
-       (generic_uncompressed_dwarf_sections): Removed.
-       (generic_compressed_dwarf_sections): Removed.
-       (check_mach_o_dwarf): Removed.
-       (dump_dwarf): Remove call to check_mach_o_dwarf.
+       * readelf.c: Add --relocated-dump command line option to dump the
+       relocated contents of a specified section.
+       (request_dump): New function.
+       (parse_args): Use it.
+       (dump_section_as_bytes): Add parameter to indicate whether the
+       contents should be relocated.
+       (target_specific_reloc_handling): Add code for a R_MN10300_16
+       reloc found after a R_MN10300_SYM_DIFF reloc.
+       (debug_apply_relocations): Rename to apply_relocations.
+       (get_section_contents): New function.  Replaces common code found
+       in dump_section_as_strings and dump_section_as_bytes.
+       * doc/binutils.texi: Document new command line option.
+       * NEWS: Mention the new feature.
 
-2008-11-14  Tristan Gingold  <gingold@adacore.com>
+2009-06-22  Nick Clifton  <nickc@redhat.com>
 
-       * configure.com: Get version from configure.in of bfd.
-       * makefile.vms-in (DEBUG_OBJS): Add dwarf.obj.
-       (CFLAGS): Update flags.
+       * readelf.c (target_specific_reloc_handling): New function:
+       Processes relocs in a target specific manner.
+       (debug_apply_relocations): Use the new function.
+       * dwarf.c (display_debug_loc): End the dump with a blank line.
+       (struct debug_display): Enable reloc processing for .debug_aranges
+       and .debug_loc sections.
 
-2008-11-13  Hans-Peter Nilsson  <hp@axis.com>
-           Alan Modra  <amodra@bigpond.net.au>
+2009-06-19  Nick Clifton  <nickc@redhat.com>
 
-       * nm.c (filter_symbols): Only call memcpy when from != to.
+       * ar.c (usage): Do not use #ifdef inside _("...).
+       * nm.c (usage): Likewise.
 
-2008-11-10  Tristan Gingold  <gingold@adacore.com>
-           Alan Modra  <amodra@bigpond.net.au>
+2009-06-18  Nick Clifton  <nickc@redhat.com>
 
-       * objdump.c (disassemble_bytes): Don't skip leading zeros when
-       end of section calculation overflows.
+       PR 10288
+       * objdump.c (disassemble_bytes): Set the
+       USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
+       if the user has invoked the -m switch.
+       * doc/binutils.texi: Document the additional behaviour of
+       objdump's -m switch for ARM targets.
 
-2008-11-07  Prafulla Thakare  <prafulla.thakare@kpitcummins.com>
+2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
 
-       * MAINTAINERS: Take over from Anil Paranjpe as H8300 maintainer.
+       * configure.in: Merge cegcc and mingw32ce target name changes from
+       CeGCC project.
 
-2008-10-31  Alan Modra  <amodra@bigpond.net.au>
+2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
 
-       * po/id.po: New file.
-       * configure.in (ALL_LINGUAS): Add id.
+       * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
        * configure: Regenerate.
 
-2008-10-21  Alan Modra  <amodra@bigpond.net.au>
-
-       * windmc.c (res_alloc): Remove unnecessary cast.
-       * windres.c (res_alloc, reswr_alloc): Likewise.
-
-2008-10-20  Nick Clifton  <nickc@redhat.com>
-
-       * readelf.c: Tidy up code formatting.
-
-2008-10-10  Nathan Froyd  <froydnj@codesourcery.com>
-
-       * readelf.c (display_power_gnu_attribute): Decode
-       Tag_GNU_Power_ABI_Struct_Return.
-
-2008-10-10  Alan Modra  <amodra@bigpond.net.au>
+2009-06-15  Nick Clifton  <nickc@redhat.com>
 
-       * embedspu.sh: Pass -Wa,-noexecstack to $CC.
+       PR 10263
+       * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
+       the flags field of the disassemble_info structure if the -D switch
+       is in operation.
 
-2008-10-09  Kai Tietz  <kai.tietz@onevision.com>
+2009-06-12  Homer Xing  <homer.xing@yahoo.com>
 
-       * dlltool.c (PAGE_SIZE): Make sure it has bfd_vma type.
-       (PAGE_MASK): Likewise.
-       (sfunc): Change to address size of bfd_vma for base-file.
-       (flush_page): Likewise.
-       (gen_exp_file): Likewise.
+       * NEWS: Mention new feature added to gprof.
 
-2008-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
+2009-06-12  John Reiser  <jreiser@BitWagon.com>
 
-       * readelf.c (process_section_headers): Do not cut the section names and
-       types if running with --wide.
+       * readelf.c (process_symbol_table): Set gnubuckets to NULL after
+       freeing it and before returning.
 
-2008-10-06  Tom Tromey  <tromey@redhat.com>
+2009-06-12  Jakub Jelinek  <jakub@redhat.com>
 
-       * dwarf.c (display_debug_frames): Change text for uniformity.
-       (process_debug_info): Likewise.
-       (display_debug_aranges): Likewise.  Indent address output.
-       (display_debug_pubnames): Print offset in hex.
+       * readelf.c (process_symbol_table): Don't return early if
+       .hash/.gnu.hash is empty/unusable and not -D.
 
-2008-10-02  Andrew Paprocki  <andrew@ishiboo.com>
+2009-06-09  Tom Bramer  <tjb@postpro.net>
 
-       PR 6934
-       * stabs.c (parse_stab_string): Parse and ignore =Y<name> strings
-       generated by the SUNPro C++ compiler.
+       PR 10165
+       * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
+       to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
 
-2008-09-30  Andrew Paprocki  <andrew@ishiboo.com>
+2009-06-04  Alan Modra  <amodra@bigpond.net.au>
 
-       PR 6922
-       * stabs.c (parse_stab_sun_builtin_type): Parse, but ignore SUN's
-       'b' and 'v' extensions.
+       * strings.c (main): Delay parsing of decimal digits.
 
-2008-09-29  Peter O'Gorman  <pogma@thewrittenword.com>
-           Steve Ellcey  <sje@cup.hp.com>
+2009-06-04  Alan Modra  <amodra@bigpond.net.au>
 
-       * configure: Regenerate for new libtool.
-       * aclocal.m4: Ditto.
-       * Makefile.in: Ditto.
-       * doc/Makefile.in: Ditto.
+       * dep-in.sed: Don't use \n in replacement part of s command.
+       * Makefile.am (DEP1): LC_ALL for uniq.
+       Run "make dep-am".
+       * Makefile.in: Regenerate.
 
-2008-09-28  Alan Modra  <amodra@bigpond.net.au>
+2009-06-03  Tristan Gingold  <gingold@adacore.com>
 
-       * objcopy.c (setup_section): Set elf_group_id.
+       * MAINTAINERS: Add myself as Mach-O maintainer.
 
-2008-09-24  Richard Henderson  <rth@redhat.com>
+2009-06-01  Alan Modra  <amodra@bigpond.net.au>
 
-       * dwarf.c (size_of_encoded_value, get_encoded_value): Move up.
-       (decode_location_expression): Add section parameter.  Handle
-       DW_OP_GNU_encoded_addr.
-       (read_and_display_attr_value): Update decode_location_expression call.
-       (display_debug_loc, display_debug_frames): Likewise.
+       PR 10199
+       * doc/binutils.texi (nm): Correct -S description.
 
-2008-09-25  Alan Modra  <amodra@bigpond.net.au>
+2009-05-28  Nick Clifton  <nickc@redhat.com>
 
-       PR 6913
-       * dwarf.c (print_dwarf_vma): Don't call printf without format string.
+       * po/da.po: Updated Danish translation.
 
-2008-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
+2009-05-28  Nick Clifton  <nickc@redhat.com>
 
-       Suppress warnings on NONE relocations to discarded sections.
-       * readelf.c (is_none_reloc): New function.
-       (debug_apply_relocations): Ignore is_none_reloc() relocations.
+       * readelf.c (display_debug_section): Do not display debug sections
+       with the NOBITS section type.
 
-2008-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
+2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
 
-       Fix loading large elf64 binaries on 32bit hosts.
-       * configure.in: Call AC_SYS_LARGEFILE.
-       * config.in: Regenerate.
+       * aclocal.m4: Include ../config/plugins.m4.
+       * configure.in: Use AC_PLUGINS.
        * configure: Regenerate.
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
 
-2008-09-11  Alan Modra  <amodra@bigpond.net.au>
-
-       * po/sv.po: Update.
-
-2008-09-08  Tristan Gingold  <gingold@adacore.com>
-
-       * BRANCHES: Add 2.18 and 2.19 release branches.
-
-2008-09-08  Tristan Gingold  <gingold@adacore.com>
-
-       * NEWS: Add a marker for the 2.19 features.
-
-2008-09-05  Daniel Jacobowitz  <dan@codesourcery.com>
+2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
 
-       * readelf.c (load_specific_debug_section): New function, from
-       load_debug_section.
-       (load_debug_section): Use load_specific_debug_section.
-       (display_debug_section): Use load_specific_debug_section.  Check for
-       multiple sections with the same name.
+       * ar.c (main): Call bfd_plugin_set_program_name.
+       * nm.c (main): Call bfd_plugin_set_program_name.
 
-2008-08-28  Tristan Gingold  <gingold@adacore.com>
+2009-05-27  Nathan Sidwell  <nathan@codesourcery.com>
 
-       * objdump.c (dump_stabs): Add sections for Darwin.
+       * sysdump.c (tab): Use puts rather than two printfs.
 
-2008-08-25  Alan Modra  <amodra@bigpond.net.au>
+2009-05-26  Nick Clifton  <nickc@redhat.com>
 
-       * sysdep.h: Include "binary-io.h".
-       (O_BINARY): Don't define here.
-       * bin2c.c (O_BINARY, O_TEXT, SET_BINARY): Don't define here.
-       * strings.c: Likewise.
-       (main): Remove #ifdef SET_BINARY.
-       * Makefile.am: Run "make dep-am"
-       * Makefile.in: Regenerate.
+       * po/id.po: Updated Indonesian translation.
+       * po/binutils.pot: Updated template file.
 
-2008-08-24  Alan Modra  <amodra@bigpond.net.au>
+2009-05-26  Rafael Avila de Espindola  <espindola@google.com>
 
-       * configure.in: Update a number of obsolete autoconf macros.
+       * ar.c: Include plugin.h.
+       (main): Handle the --plugin option.
+       * nm.c: Include plugin.h.
+       (OPTION_PLUGIN): New.
+       (long_options): Add plugin.
+       (main): Handle OPTION_PLUGIN.
+       * NEWS: Mention  the new feature.
+       * doc/binutils: Documement the new command line options.
+       * configure.in: Check for --enable-plugins.
        * configure: Regenerate.
-       * aclocal.m4: Regenerate.
 
-2008-08-21  Richard Henderson  <rth@redhat.com>
+2009-05-26  Alan Modra  <amodra@bigpond.net.au>
 
-       * readelf.c (is_32bit_pcrel_reloc): Fix hppa entry.
-       (is_64bit_pcrel_reloc): New.
-       (debug_apply_relocations): Use it.  Handle hppa pcrel bias.
-
-2008-08-15  Alan Modra  <amodra@bigpond.net.au>
-
-       PR 6526
-       * configure.in: Invoke AC_USE_SYSTEM_EXTENSIONS.
+       * dep-in.sed: Output one filename per line with all lines having
+       continuation backslash.  Prefix first line with "A", following
+       lines with "B".
+       * Makefile.am (DEP): Don't use dep.sed here.
+       (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
+       sort and uniq.
        * Makefile.in: Regenerate.
-       * aclocal.m4: Regenerate.
-       * config.in: Regenerate.
-       * configure: Regenerate.
-       * doc/Makefile.in: Regenerate.
-
-2008-08-09  Alan Modra  <amodra@bigpond.net.au>
-
-       PR 6615
-       * rename.c (smart_rename): Punctuate error messages.
 
-2008-08-08  Richard Sandiford  <rdsandiford@googlemail.com>
-           Daniel Jacobowitz  <dan@codesourcery.com>
-           Catherine Moore  <clm@codesourcery.com>
-           Mark Shinwell  <shinwell@codesourcery.com>
+2009-05-25  Tristan Gingold  <gingold@adacore.com>
 
-       * readelf.c (get_mips_symbol_other): Handle STO_MIPS_PLT and
-       STO_MIPS_PIC.
-       (slurp_rela_relocs, slurp_rel_relocs): Handle MIPS ELF64 here.
-       (dump_relocations, debug_apply_relocations): Don't handle it here.
-       (get_mips_dynamic_type): Handle DT_MIPS_PLTGOT and DT_MIPS_RWPLT.
-       (print_mips_pltgot_entry): New function.
-       (process_mips_specific): Dump the PLT GOT.
+       * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
 
-2008-08-08  Alan Modra  <amodra@bigpond.net.au>
+       * configure.com: Fix it: handle alloca and define TARGET in config.h.
 
-       * readelf.c (is_64bit_abs_reloc): Return true for R_MIPS_64.
+2009-05-22  Alan Modra  <amodra@bigpond.net.au>
 
-2008-08-06  Alan Modra  <amodra@bigpond.net.au>
-
-       PR 6774
-       * objcopy.c (copy_object): Don't setup_bfd_headers when extract_symbol.
-       (setup_section): Don't zero vma and lma when extract_symbol.
-       (copy_section): Discard relocations when extract_symbol.
-       * doc/binutils.texi: Update --extract-symbol description.
-
-2008-08-04  Alan Modra  <amodra@bigpond.net.au>
-
-       * Makefile.am (POTFILES.in): Set LC_ALL=C.
+       * Makefile.am: Run "make dep-am".
        * Makefile.in: Regenerate.
 
-2008-08-04  Markus Weiss  <weissms@aros.org>
-
-       * readelf.c (get_osabi_name <ELFOSABI_AROS>): Change name.
+2009-05-12  Alan Modra  <amodra@bigpond.net.au>
 
-2008-08-01  H.J. Lu  <hongjiu.lu@intel.com>
+       * objcopy.c (set_long_section_mode): Check input_bfd is coff
+       before accessing coff specific fields of bfd.
 
-       * dwarf.c (dwarf_regnames_i386): Remove AVX registers.
-       (dwarf_regnames_x86_64): Likewise.
+2009-05-09  Dave Korn  <dave.korn.cygwin@gmail.com>
 
-2008-07-30  Alan Modra  <amodra@bigpond.net.au>
+       * MAINTAINERS:  Add myself as PE/COFF co-maintainer.
 
-       * dlltool.c, dwarf.c, objdump.c, readelf.c, resrc.c, resres.c,
-       windmc.c: Silence gcc warnings.
+2009-05-08  Kai Tietz  <kai.tietz@onevision.com>
 
-2008-07-28  Alan Modra  <amodra@bigpond.net.au>
+       * winduni.c (iconv_onechar): Only define when HAVE_ICONV
+       is defined, but not when __CYGWIN__ or _WIN32 are defined.
+       See wind_iconv_cp for call logic of this local funtion.
 
-       * readelf.c (print_vma): Typo fix.
+2009-05-05  Guillaume Duhamel  <guillaume.duhamel@gmail.com>
 
-2008-07-28  Alan Modra  <amodra@bigpond.net.au>
+       PR 10109
+       * winduni.c: Replace test of HAVE_ICONV_H with a test of
+       HAVE_ICONV.
+       (iconv_onechar): Use ICONV_CONST instead of "const".
+       (wind_MultiByteToWideChar): Initialise local strings.
 
-       PR 6769
-       * readelf.c (print_dec_vma, print_hex_vma): Delete.
-       (print_vma): Use BFD_VMA_FMT.
-       * size.c (size_number, rprint_number): Likewise.
+2009-04-30  Nick Clifton  <nickc@redhat.com>
 
-2008-07-26  Michael Eager <eager@eagercon.com>
+       * readelf.c (dump_relocations): Display a relocation against an
+       ifunc symbol as if it were a function invocation.
+       (get_symbol_type): Handle STT_GNU_IFUNC.
 
-       * readelf.c (display_power_gnu_attribute): Display
-       single-precision hard float.
+2009-04-29  Anthony Green  <green@moxielogic.com>
 
-2008-07-21  Luis Machado  <luisgpm@br.ibm.com>
+       * NEWS: Tweak verilog support description.
 
-       * readelf.c (get_note_type): Handle VSX notes.
+2009-04-29  Alan Modra  <amodra@bigpond.net.au>
+           Denis Scherbakov <denis_scherbakov@yahoo.com>
 
-2008-07-15  H.J. Lu  <hongjiu.lu@intel.com>
+       * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
+       read, and merge with 32-bit case.
 
-       * objdump.c (load_debug_section): Initialize section_is_compressed 
-       for gcc 3.4/ia64.
-       * readelf.c (load_debug_section): Likewise.
+2009-04-27  Anthony Green  <green@moxielogic.com>
 
-2008-07-12  Jie Zhang  <jie.zhang@analog.com>
+       * NEWS: Mention verilog support added to bfd.
 
-       Revert
-       2008-07-12  Jie Zhang  <jie.zhang@analog.com>
-       * readelf.c (get_machine_flags): Deal with Blackfin specific
-       flags.
+2009-04-27  H.J. Lu  <hongjiu.lu@intel.com>
 
-2008-07-12  Jie Zhang  <jie.zhang@analog.com>
+       * objcopy.c (copy_object): Copy pe_opthdr before changing PE
+       parameters.
 
-       * readelf.c (get_machine_flags): Deal with Blackfin specific
-       flags.
+2009-04-24  Cary Coutant  <ccoutant@google.com>
 
-2008-07-09  Craig Silverstein  <csilvers@google.com>
+       * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
+       Add missing newlines to HP extensions.
 
-       * config.in: Add HAVE_ZLIB_H
-       * configure.in: Add test for libz and zlib.h
-       * configure: Regenerate.
-       * dwarf.c (debug_displays): Add .zdebug_* strings.
-       * dwarf.h (struct dwarf_section): Add fields uncompressed_namd
-       and compressed_name.
-       * objdump.c (load_debug_section): Call
-       bfd_uncompress_section_contents when loading a compressed
-       section.
-       (dump_dwarf_section): Recognize compressed section name.
-       (mach_o_dwarf_sections): Rename as
-       mach_o_uncompressed_dwarf_sections.
-       (mach_o_compressed_dwarf_sections): New variable.
-       (generic_dwarf_section): Rename as
-       generic_uncompressed_dwarf_sections.
-       (generic_compressed_dwarf_sections): New variable.
-       (check_mach_o_dwarf): Save and restore
-       mach_o_compressed_dwarf_sections.
-       * readelf.c: Add #include for config.h and zlib.h
-       (process_section_headers): Recognize compressed section name.
-       (uncompress_section_contents): New function.
-       (load_debug_section): Call uncompress_section_contents when
-       loading a compressed section.
-       (display_debug_section): Recognize compressed section name.
-
-2008-07-07  Alan Modra  <amodra@bigpond.net.au>
-
-       * objdump.c (find_symbol_for_address): Prefer symbols in current
-       section.
-
-2008-07-07  Alan Modra  <amodra@bigpond.net.au>
-
-       * ieee.c (write_ieee_debugging_info): Use bfd_make_section_with_flags.
-       * nlmconv.c (main, powerpc_build_stubs): Likewise.
-       * rescoff.c (write_coff_file): Likewise.
-       * resres.c (write_res_file): Likewise.
-       * windmc.c (windmc_write_bin): Likewise.
-
-2008-06-18  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
-
-       * readelf.c (guess_is_rela): Add EM_CR16_OLD.
-       (dump_relocations): Likewise.
-       (get_machine_name): Likewise.
-       (is_32bit_abs_reloc): Likewise.
+2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
 
-2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+       * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
+       * doc/binutils.texi: Likewise.
 
+2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR binutils/10074
+       * objcopy.c: Include coff/i386.h and coff/pe.h.
+       (pe_file_alignment): New.
+       (pe_heap_commit): Likewise.
+       (pe_heap_reserve): Likewise.
+       (pe_image_base): Likewise.
+       (pe_section_alignment): Likewise.
+       (pe_stack_commit): Likewise.
+       (pe_stack_reserve): Likewise.
+       (pe_subsystem): Likewise.
+       (pe_major_subsystem_version): Likewise.
+       (pe_minor_subsystem_version): Likewise.
+       (set_pe_subsystem): Likewise.
+       (convert_efi_target): Likewise.
+       (command_line_switch): Add OPTION_FILE_ALIGNMENT,
+       OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
+       OPTION_STACK and OPTION_SUBSYSTEM.
+       (copy_options): Likewise.
+       (copy_usage): Add --file-alignment, --heap, --image-base,
+       --section-alignment, --stack and --subsystem.
+       (copy_object): Set up PE parameters.
+       (copy_main): Process Add OPTION_FILE_ALIGNMENT,
+       OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
+       OPTION_STACK and OPTION_SUBSYSTEM.   Convert EFI target to
+       PEI target.
+
+       * NEWS: Mention --file-alignment, --heap, --image-base,
+       --section-alignment, --stack and --subsystem command line
+       options for objcopy.
+
+       * doc/binutils.texi: Document --file-alignment, --heap,
+       --image-base, --section-alignment, --stack and --subsystem
+       command line options for objcopy.
+
+2009-04-15  Anthony Green  <green@moxielogic.com>
+
+       * MAINTAINERS: Add myself as Moxie port maintainer.
+
+2009-04-14  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * objcopy.c (enum long_section_name_handling):  New enum type.
+       (enum command_line_switch):  Add OPTION_LONG_SECTION_NAMES.
+       (copy_options[]):  Add entry for --long-section-names option.
+       (copy_usage):  Document it.
+       (set_long_section_mode):  New subroutine.
+       (copy_file):  Call it.
+       (copy_main):  Accept OPTION_LONG_SECTION_NAMES and parse arg.
+       * doc/binutils.texi:  Update objcopy documentation with details
+       of new option.
+
+2009-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * dlltool.c (set_dll_name_from_def):  Accept new second arg that
+       indicates if we are building DLL or EXE, and use it to add a
+       default suffix to the output filename when none is already present.
+       (def_name):  Indicate we are building an EXE when calling it.
+       (def_library):  Indicate we are building a DLL when calling it.
+
+2009-04-01  Jari Aalto  <jari.aalto@cante.net>
+
+       PR 9972
+       * doc/binutils.texi (strings): Document the -V alias for the
+       --version option.
+       * strings.c (usage): Likewise.
+
+2009-03-31  Nick Clifton  <nickc@redhat.com>
+
+       PR 9992
+       * configure.in: Import Solaris specific largefile test from
+       bfd/configure.in.
        * configure: Regenerate.
 
-2008-06-12  DJ Delorie  <dj@redhat.com>
-
-       * readelf.c (guess_is_rela): Add EM_M32C_OLD.
-       (dump_relocations): Likewise.
-       (process_section_headers): Likewise.
-       (is_32bit_abs_reloc): Likewise.
-       (is_16bit_abs_reloc): Likewise.
-
-2008-06-12  Nick Clifton  <nickc@redhat.com>
-
-       PR binutils/6483
-       * objdump.c (dump_bfd): If the -g option found no STABS or IEEE
-       debug information to display, try dumping DWARF information
-       instead.
-       * rddbg.c (read_debugging_info): Add a parameter to suppress the
-       display of a warning message when no debug information is found.
-       * budbg.h (read_debugging_info): Update prototype.
-       * objcopy.c (copy_object): Continue to allow read_debugging_info
-       to produce warning messages.
-       * doc/binutils.texi (--debugging): Document new behaviour of the
-       -g/--debugging option.
+2009-03-30  Richard Sandiford  <rdsandiford@googlemail.com>
 
-2008-06-10  Ben Elliston  <bje@gnu.org>
+       * MAINTAINERS: Add self.
 
-       * MAINTAINERS: Remove myself as m68k maintainer.
+2009-03-27  Nick Clifton  <nickc@redhat.com>
 
-2008-05-14  Alan Modra  <amodra@bigpond.net.au>
-
-       * Makefile.in: Regenerate.
-       * doc/Makefile.in: Regenerate.
+       * dwarf.c (display_debug_ranges): Add the base address to the
+       displayed values for 'Begin' and 'End'. 
 
-2008-05-12  Alan Modra  <amodra@bigpond.net.au>
+2009-03-25  Ryan Mansfield  <rmansfield@qnx.com>
 
-       * embedspu.sh: Test for presence of ._ea by looking at section
-       table rather than looking at relocs.  Correct toe_addr substitution.
+       * readelf.c (process_file_header): Don't report a corrupt string
+       table index if it is zero.
 
-2008-05-08  Alan Modra  <amodra@bigpond.net.au>
+2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * embedspu.sh: Take note of R_SPU_PPU32/64 relocs without a symbol,
-       and if present, put image in ".data.speelf".  Put program handle
-       in ".data.spehandle".
-
-2008-05-01  Nick Clifton  <nickc@redhat.com>
-
-       * readelf.c (print_symbol): Add code to display non-printing
-       characters.
+       * dwarf.c (dwarf_regnames): Moved before frame_need_space.
+       (dwarf_regnames_count): Likewise.
+       (frame_need_space): Return int.
+       (display_debug_frames): Check invalid registers.
 
-2008-04-30  John Heidemann  <johnh@isi.edu>
+2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * doc/binutils.texi (strings): Add "unicode" to the documentation
-       of strings in order to make explicit that it supports this
-       feature.
+       * readelf.c (debug_apply_relocations): Check relocations
+       against STT_SECTION symbol.
 
-2008-04-30  Alan Modra  <amodra@bigpond.net.au>
+2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * readelf.c (process_program_headers): Correct section in segment
-       display.
+       * readelf.c (debug_apply_relocations): Allow relocations
+       against function symbols.
 
-2008-04-28  M Thomas  <mthomas@rhrk.uni-kl.de>
-           Nick Clifton  <nickc@redhat.com>
+2009-03-18  Alan Modra  <amodra@bigpond.net.au>
 
-       PR binutils/6449
-       * objdump.c (slurp_file): Open the file in binary mode.
-       * ar.c: Remove conditional definition of O_BINARY.
-       * bin2.c: Likewise.
-       * rename.c: Likewise.
-       * strings.c: Likewise.
-       * sysdep.h: Add conditional definition of O_BINARY.
+       * sysdep.h: Include alloca-conf.h instead of config.h and remove
+       existing #if's handling alloca.
+       * Makefile.am: Run "make dep-am".
+       * Makefile.in: Regenerate.
 
-2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
+2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
 
-       * aclocal.m4: Regenerate.
+       * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
+       * configure.in: Likewise.
        * configure: Regenerate.
 
-2008-04-16  Jean-Yves Lefort  <jylefort@brutele.be>
-
-       PR binutils/6034
-       * objcopy.c (stuct symlist): Rename to
-       is_specified_symbol_predicate_data.
-       (strip_specific_list): Rename to strip_specific_htab.
-       (strip_unneeded_list): Rename to strip_unneeded_htab.
-       (keep_specific_list):  Rename to keep_specific_htab.
-       (localize_specific_list): Rename to localize_specific_htab.
-       (globalize_specific_list): Rename to globalize_specific_htab.
-       (keepglobal_specific_list): Rename to keepglobal_specific_htab.
-       (weaken_specific_list): Rename to weaken_specific_htab.
-       (eq_string): New function.
-       (create_symbol_htab): New function.
-       (create_symbol_htabs): New function.
-       (add_specific_symbol): Change to use hash tables.
-       (is_specified_symbol_predicate): New function.
-       (is_specified_symbol): Use hash table lookup.
-       (is_strip_section): Update to use new functions and hash tables.
-       (filter_symbols): Likewise.
-       (copy_object): Likewise.
-       (copy_section): Likewise.
-       (strip_main): Likewise.
-       (copy_main): Likewise.
-       (main): Likewise.
-
-2008-04-14  David S. Miller  <davem@davemloft.net>
-
-       * readelf.c (get_gnu_elf_note_type): Recognize NT_GNU_GOLD_VERSION.
-
-2008-04-11  Torleif Sandnes  <torleif.sandnes@gmail.com>
-
-       * dwarf.c (display_debug_lines): Rename to
-       display_debug_lines_raw.
-       (display_debug_lines_decoded): New function.  Displays the
-       interpreted contents of a .debug_line section.
-       (display_debug_lines): New function: Selects either a raw dump or
-       a decoded dump (or both) as requested by the user.
-       * dwarf.h (do_debug_lines_decoded): New extern.
-       * readelf.c: Add support for -wL or --debug-dump=decodedline
-       option to display the decoded contents of a .debug_line section.
-       * doc/binutils.texi: Document the new option.
-       * NEWS: Mention the new feature.
-
-2008-04-08  Alan Modra  <amodra@bigpond.net.au>
-
-       * dwarf.c: Remove trailing whitespace throughout file.
+2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
 
-2008-04-04  Nick Clifton  <nickc@redhat.com>
+       PR binutils/9945
+       * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
 
-       * po/sk.po: Updated Slovak translation.
+2009-03-11  Chris Demetriou  <cgd@google.com>
 
-2008-04-03  H.J. Lu  <hongjiu.lu@intel.com>
-
-       * dwarf.c (dwarf_regnames_i386): Add AVX registers.
-       (dwarf_regnames_x86_64): Likewise.
-
-2008-03-27  Cary Coutant <ccoutant@google.com>
-
-       Add support for thin archives.
-       * ar.c (make_thin_archive): New global flag.
-       (map_over_members): Deal with full pathnames in thin archives.
-       (usage, main): Add 'T' option for building thin archives.
-       (replace_members): Pass thin archive flag to ar_emul_append.
-       * arsup.c (ar_open): Initialize new flag.
-       * binemul.c (ar_emul_append): Add new parameter for
-       flattening nested archives.
-       (do_ar_emul_default_append): New function.
-       (ar_emul_default_append): Factored out recursive code.
-       * binutils/binemul.h (ar_emul_default_append): Add new parameter.
-       (struct bin_emulation_xfer_struct): New parameter for ar_append.
-       * dlltool.c (gen_lib_file): Initialize thin archive flag.
-       * emul_aix.c (ar_emul_aix_internal): Add new flatten
-       parameter, currently unimplemented.
-       All callers changed.
-       * objcopy.c (copy_archive): Preserve thin archive flag.
-       * doc/binutils.texi: Update ar documentation.
-       * NEWS: Mention the new feature.
+       * ar.c (deterministic): New global variable.
+       (main): Recognize new 'D' option, which enables 'deterministic mode'.
+       (usage): Document new 'D' option.
+       (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
+       flags if deterministic mode was requested.
+       * doc/binutils.texi (ar): Document deterministic mode ('D' option).
 
-2008-03-20  H.J. Lu  <hongjiu.lu@intel.com>
+2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * readelf.c (process_mips_specific): Declare addr_size as int.
+       PR binutils/9933
+       * objcopy.c (filter_symbols): Properly handle common symbols
+       in relocatable file.
 
-2008-03-20  Richard Sandiford  <rsandifo@nildram.co.uk>
+2009-03-06  Nick Clifton  <nickc@redhat.com>
 
-       * readelf.c (print_mips_got_entry): New function.
-       (process_mips_specific): Print GOT information.
+       * po/es.po: Updated Spanish translation.
 
-2008-03-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+2009-03-05  Nick Clifton  <nickc@redhat.com>
 
-       * aclocal.m4: Regenerate.
-       * configure: Likewise.
-       * Makefile.in: Likewise.
-       * doc/Makefile.in: Likewise.
+       * objdump.c (disassemble_section): If the computed next offset is
+       not beyond the current offset then just continue to the end.
 
-2008-03-16  Brian Dessent  <brian@dessent.net>
+2009-03-04  Tristan Gingold  <gingold@adacore.com>
 
-       * rcparse.y (resid): Allow control text to span multiple lines.
+       * MAINTAINERS: Add myself as VMS maintainer.
 
-2008-03-13  Alan Modra  <amodra@bigpond.net.au>
+2009-03-03  Nick Clifton  <nickc@redhat.com>
 
-       * readelf.c: Use %u throughout when printing sh_link or sh_info,
-       %lu when printing sh_addralign.
-       (process_version_sections): Use identical formats when printing
-       all offset and sh_link fields.
+       * readelf.c: Update formatting.
 
-2008-03-13  Alan Modra  <amodra@bigpond.net.au>
+2009-03-03  Alan Modra  <amodra@bigpond.net.au>
 
        * Makefile.am: Run "make dep-am".
        * Makefile.in: Regenerate.
-       * doc/Makefile.in: Regenerate.
-       * configure: Regenerate.
-
-2008-03-12  Alan Modra  <amodra@bigpond.net.au>
-
-       PR 5900
-       * readelf.c (SECTION_HEADER_INDEX, SECTION_HEADER_NUM): Delete.
-       Remove use throughout file.
-       (SECTION_HEADER): Likewise.
-       (dump_relocations): Don't adjust st_shndx for reserved range.
-       (process_file_header): Mask SHN_XINDEX to values seen in external
-       elf structs.  Simplify valid section index tests.
-       (get_32bit_elf_symbols, get_64bit_elf_symbols): Mask SHN_XINDEX.
-       Map reserved st_shndx to internal form.
-       (process_section_groups): Test that group symbol st_shndx is in
-       range, not just non-zero.  Delete reserved range check.
-       (get_symbol_index_type): Mask "type" to 16 bits when printing PRC,
-       OS or RSV.
-
-2008-03-09  Paul Brook  <paul@codesourcery.com>
-
-       * readelf.c (arm_attr_tag_VFP_arch): Add "VFPv3-D16".
-
-2008-03-03  James E. Wilson  <wilson@tuliptree.org>
-
-       * MAINTAINERS: Update my email address.
 
-2008-03-03  Nick Clifton  <nickc@redhat.com>
+2009-03-03  Alan Modra  <amodra@bigpond.net.au>
 
-       * dwarf.c (decode_location_expression): Handle
-       DW_OP_PGI_omp_thread_num.
+       * objdump.c (disassemble_section): Mask address before sign extending.
 
-2008-03-01  Alan Modra  <amodra@bigpond.net.au>
+2009-03-02  Sebastian Biallas  <sb@biallas.net>
 
-       * objdump.c (objdump_print_addr): Initialise "sym".
+       * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
+       (parse_ieee_bb): Set the filename if it has not already been
+       discovered.
 
-2008-02-27  Justin Pryzby  <justinpryzby@users.sourceforge.net>
-           Nick Clifton  <nickc@redhat.com>
+2009-03-02  Cary Coutant  <ccoutant@google.com>
 
-       * ar.c (usage): Mention -t command line switch.
-       * doc/binutils.texi (ranlib): Document -t command line switch.
+       * readelf.c (adjust_relative_path): New function.
+       (struct archive_info): New type.
+       (setup_archive): New function.
+       (release_archive): New function.
+       (setup_nested_archive): New function.
+       (get_archive_member_name): New function.
+       (get_archive_member_name_at): New function.
+       (make_qualified_name): New function.
+       (process_archive): Factor out code for reading archive index and
+       long filename table to setup_archive.  Add support for thin archives.
 
-2008-02-26  Nick Clifton  <nickc@redhat.com>
+2009-03-02  Nick Clifton  <nickc@redhat.com>
 
-       * objdump.c (objdump_print_addr): If displaying file offsets, show
-       the offset even if there are no symbols available.
-       (dump_section): Display nothing if none of the section is going to
-       be dumped.  Display the file offset, if requested, of the location
-       from where the dump starts.
-       * doc/binutils.texi (objdump): Mention that dumping via the -s
-       switch is also affected by the -F option.
-
-2008-02-26  Nick Clifton  <nickc@redhat.com>
-
-       Re-apply this patch which was accidentally deleted:
-       2006-05-16  Carlos O'Donell  <carlos@codesourcery.com>
-
-       * doc/binutils.texi: Use "Binutils Index" for index name.
-
-2008-02-22  Nick Clifton  <nickc@redhat.com>
-
-       * objdump.c (display_file_offsets): New variable.
-       (long_options): Add -F/--file-offsets.
-       (objdump_print_addr_with_sym): If displaying file offsets, print
-       the offset of the given address.
-       (disassemble_bytes): If displaying file offsets, tell the user how
-       many zeroes are skipped and the file offset of the point where
-       dumping resumes.
-       (disassemble_section): Only display the name of the section if
-       data is going to be dumped from it.
-       (main): Handle new option.  Produce error messages if the start or
-       stop addresses do not make sense.
-       * doc/binutils.texi: Document the new feature.
-       * NEWS: Mention the new feature.
-
-2008-02-15  Chu Li  <chul@cn.fujitsu.com>
-           Nick Clifton  <nickc@redhat.com>
-
-       PR binutils/5713
-       * strings.c (integer_arg): Delete function.
-       (string_min): Initialise to 4.
-       (main): Use strtoul to parse integer arguments.
-       Move check for an invalid string length to after all the arguments
-       have been parsed.
-       (usage): Use indentation to indicate that -<n> is a another form
-       of the --bytes= command line option.
-
-2008-02-12  Nick Clifton  <nickc@redhat.com>
-
-       * dlltool.c (mcore_elf_cache_filename): Add a const qualifier to
-       the argument.
-       (scan_obj_filename): Do not drop the const qualifier when calling
-       mcore_elf_cache_filename.
-       (struct fname_cache): Add const qualifier to filename field.
-
-2008-02-08  H.J. Lu  <hongjiu.lu@intel.com>
-
-       PR binutils/5713
-       * strings.c (main): Set string_min to 4 if it is <= 0.
-
-2008-02-07  Alan Modra  <amodra@bigpond.net.au>
+       * po/sk.po: Updated Slovak translation.
 
-       * objdump.c (main): Don't pass unadorned NULL to concat.
+2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
-2008-02-04  H.J. Lu  <hongjiu.lu@intel.com>
+       * configure: Regenerate.
 
-       PR 5715
-       * configure: Regenerated.
+2009-02-23  Cary Coutant <ccoutant@google.com>
 
-2008-02-03  Adam Nemet  <anemet@caviumnetworks.com>
+       * objdump.c (load_specific_debug_section): New function, from
+       load_debug_section.
+       (load_debug_section): Use load_specific_debug_section.
+       (dump_dwarf_section): Likewise.
 
-       * readelf.c (get_machine_flags): Handle Octeon.
+2009-02-23  Cary Coutant <ccoutant@google.com>
 
-2008-01-30  Tristan Gingold  <gingold@adacore.com>
+       * readelf.c (parse_args): Select all sections explicitly for -w.
 
-       * readelf.c (dump_relocations): Decode OpenVMS-specific sections.
-       (get_ia64_dynamic_type): Decode OpenVMS-specific tags.
-       (get_dynamic_type): Handle IA64-specific tags.
-       (get_ia64_section_type_name): Handle OpenVMS-specific sections.
-       (get_section_type_name): Handle OS-specific sections (and
-       particularly IA64 OpenVMS one).
-       (get_elf_section_flags): Makes flags static.  Add entries for IA64 and
-       decode them.
+2009-02-09  Kai Tietz  <kai.tietz@onevision.com>
 
-2008-01-29  Nick Clifton  <nickc@redhat.com>
+       * windres.c (set_endianess): Copy name without leading '-'.
 
-       * dwarf.c (print_dwarf_vma): New function.  Display the value of a
-       dwarf_vma type at a specified precision.  Use mingw field type
-       specifier if necessary.
-       (display_debug_loc): Use dwarf_vma type for begin and end values.
-       Use print_dwarf_vma to display their values.  Use byte_get_signed
-       in order to correctly detect the -1 escape value.
-       (display_debug_aranges): Likewise.
-       (display_debug_ranges): Likewise.
+2009-02-09  Tristan Gingold  <gingold@adacore.com>
 
-2008-01-29  Alan Modra  <amodra@bigpond.net.au>
+       * NEWS: Mention feature match between objdump and readelf for dumping
+       dwarf info.
 
-       * dwarf.c (display_debug_loc): Correct test for base address
-       entry when 64-bit host dumping 32-bit object.
+       * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
+       objdump.
 
-2008-01-29  Alan Modra  <amodra@bigpond.net.au>
+       * objdump.c (usage): Update documentation for -W/--dwarf.
+       (enum option_values): Add OPTION_DWARF.
+       (long_options): --dwarf can accept arguments.
+       (dump_dwarf_section): Also check enabled field.
+       (main): Option -W can accept arguments, code moved to
+       dwarf.c and call dwarf_select_sections_all instead.
+       * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
+       (parse_args): Move code to...
+       * dwarf.c (dwarf_select_sections_by_letters,
+       dwarf_select_sections_by_names): : ...here (new functions).
+       (do_debug_lines_decoded): Remove and replaced by ...
+       (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
+       (display_debug_lines): Adjust for previous change.
+       (dwarf_select_sections_all): New function.
+       (debug_displays): Add initializer for enabled field.
+       * dwarf.h (do_debug_lines_decoded): Remove.
+       Add prototypes for the new functions.
+       (struct dwarf_section_display): Add enabled field.
 
-       * MAINTAINERS: Remove myself as ix86 maintainer.  Add for SPU.
+2009-02-06  Nick Clifton  <nickc@redhat.com>
 
-2008-01-28  Nick Clifton  <nickc@redhat.com>
+       * po/vi.po: Updated Vietnamese translation.
 
-       PR binutils/5529
-       * rclex.c (yylex): Also allow the hypen character.
+2009-02-03  Sandip Matte  <sandip@rmicorp.com>
 
-2008-01-28  H.J. Lu  <hongjiu.lu@intel.com>
+       * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
 
-       * dwarf.c: Include "elf/common.h".
-       (eh_addr_size): Changed to int.
-       (dwarf_regnames_i386): New.
-       (dwarf_regnames_x86_64): Likewise.
-       (dwarf_regnames): Likewise.
-       (dwarf_regnames_count): Likewise.
-       (init_dwarf_regnames): Likewise.
-       (regname): Likewise.
-       (frame_display_row): Properly support different address size.
-       Call regname to get register name.
-       (display_debug_frames): Call regname to get register name.
-       Display DW_CFA_def_cfa_register as DW_CFA_def_cfa_register
-       instead of DW_CFA_def_cfa_reg.
+2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * dwarf.h (init_dwarf_regnames): New.
+       * NEWS: Move --as-needed change to ...
+       * ../ld/NEWS: Here.
 
-       * objdump.c: Include "elf-bfd.h".
-       (dump_dwarf): Call init_dwarf_regnames on ELF input.
+2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
 
-       * readelf.c (guess_is_rela): Change argument to int.
-       (parse_args): Remove the undocumented upper case options for
-       -wX.
-       (process_file_header): Call init_dwarf_regnames.
+       * configure.in: AC_SUBST pdfdir.
+       * Makefile.am: Add install-pdf, install-pdf-am,
+       and install-pdf-recursive targets.
+       * doc/Makefile.am: Define pdf__strip_dir. Add
+       install-pdf and install-pdf-am targets.
+       * po/Make-in: Add install-pdf target.
+       * configure: Regenerate.
+       * Makefile.in: Regenerate.
+       * doc/Makefile.in: Regenerate.
 
-2008-01-25  DJ Delorie  <dj@redhat.com>
+2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * readelf.c (process_section_headers): Add m16c handler.
-       (is_16bit_abs_reloc): Recognize R_M32C_16.
+       PR binutils/9784
+       * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
 
-2008-01-25  Kai Tietz  <kai.tietz@onevision.com>
+       * doc/binutils.texi: Document --prefix=PREFIX and
+       --prefix-strip=LEVEL.
 
-       * prdbg.c: Correct formatter style use.
-       * readelf.c: Likewise.
-       * strings.c: Likewise.
+       * objdump.c: Include "filenames.h".
+       (prefix): New.
+       (prefix_strip): Likewise.
+       (prefix_length): Likewise.
+       (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
+       (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
+       (long_options): Likewise.
+       (show_line): Handle prefix and prefix_strip.
+       (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
 
-2008-01-25  Nick Clifton  <nickc@redhat.com>
+       * readelf.c (PATH_MAX): Moved to ...
+       * sysdep.h: Here.
 
-       * po/ru.po: Updated Russian translation.
+2009-01-31  Alan Modra  <amodra@bigpond.net.au>
 
-2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
+       * NEWS: Mention --as-needed change.
 
-       * MAINTAINERS: Update my email address.
+2009-01-29  Alan Modra  <amodra@bigpond.net.au>
 
-2008-01-14  Nick Clifton  <nickc@redhat.com>
+       PR 9798
+       * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
+       (bfd_get_archive_filename): Constify param.
+       * bucomm.h (bfd_get_archive_filename): Update prototype.
+       * objcopy.c (RETURN_NONFATAL): Delete.
+       (copy_unknown_object): Don't call bfd_get_archive_filename for
+       bfd_nonfatal_message filename, instead just pass bfd.
+       (copy_object): Likewise.
+       (copy_archive, copy_file): Likewise.  Expand RETURN_NONFATAL.  On
+       bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
+       (setup_bfd_headers): Fix error message.
 
-       * dwarf.c (process_debug_info): Include the CU offset and corrupt
-       version value when reporting unrecognised DWARF version numbers.
-       (load_debug_info): Remember a failed attempt to load and parse the
-       .debug_info section and do not repeat such attempts.
-       (display_debug_lines): Check the return value from load_debug_info
-       and return whilst displaying a warning message if the load failed.
-       (display_debug_loc): Likewise.
-       (display_debug_ranges): Likewise.
-       (DEBUG_INFO_UNAVAILABLE): Value stored in num_debug_info_entries
-       when the .debug_info section could not be loaded/parsed.
-       (process_debug_info): Display the length of the compilation unit
-       in hex, so that it corresponds with the offsets that will follow.
-       Tell the user if the length was 32-bit or 64-bit.
-       If a DIE abbreviation could not be found, tell the user the offset
-       of the DIE.
-       (free_debug_memory): Do not attempt to free any entries in the
-       debug_information array if num_debug_info_entries is set to
-       DEBUG_INFO_UNAVAILABLE.
+2009-01-27  Nick Clifton  <nickc@redhat.com>
 
-2008-01-10  Andreas Schwab  <schwab@suse.de>
+       PR 9774
+       * objdump.c (disassemble_section): When the target uses signed
+       addresses make sure that we compute signed values.
 
-       * readelf.c (is_64bit_abs_reloc): Handle R_S390_64.
+2009-01-27  Nick Clifton  <nickc@redhat.com>
 
-2008-01-09  Jakub Zawadzki  <darkjames@darkjames.ath.cx>
+       * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
+       maintainers.
 
-       PR binutils/55326
-       * bucomm.c (list_supported_architectures): Free architecture list
-       after use.
-       * windres.c (set_endianess): Likewise.
-       * windmc.c (set_endianess): Likewise.
+2009-01-26  Nick Clifton  <nickc@redhat.com>
 
-2008-01-08  Kai Tietz  <kai.tietz@onevision.com>
+       PR 9766
+       * dlltool.c (xlate): When strip text after the @ sign, look for
+       the last one not the first one.
 
-       PR binutils/5529
-       * binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
-       characters for name tokens.
+2009-01-16  Alan Modra  <amodra@bigpond.net.au>
 
-2008-01-04  Greg McGary  <greg@mcgary.org>
+       * configure.in (commonbfdlib): Delete.
+       * configure: Regenerate.
 
-       * prdbg.c (print_vma): Print as long long, if host supports it.
+2008-01-14  Charles Wilson  <cygwin@cwilson.fastmail.fm>
+
+       Cleanup code related to --identify option.
+
+       * binutils/dlltool.c (file scope): Removed globals identify_ms,
+       identify_member_contains_symname_result,
+       identify_dll_name_list_head, and identify_dll_name_list_tail.
+       Renamed existing typedef dll_name_list_type to
+       dll_name_list_node_type.
+       Added new typedefs dll_name_list_type, symname_search_data_type,
+       and identify_data_type.
+       (identify_append_dll_name_to_list): Renamed to...
+       (dll_name_list_append): ...here.  Changed signature to accept list
+       argument rather than use global.
+       (identify_count_dll_name_list): Renamed to...
+       (dll_name_list_count): ...here.  Changed signature to accept list
+       argument rather than use global.
+       (identify_print_dll_name_list): Renamed to...
+       (dll_name_list_print): ...here.  Changed signature to accept list
+       argument rather than use global.
+       (identify_free_dll_name_list): Renamed to...
+       (dll_name_list_free_contents): ...here.
+       (dll_name_list_free): New function.
+       (dll_name_list_create): New function.
+       (identify_process_section_p): Changed signature to accept
+       ms_style_implib argument rather than use global.
+       (identify_member_contains_symname): Expect incoming void * data to
+       be symname_search_data_type.
+       (identify_dll_for_implib): Use new functions dll_name_list_create
+       and dll_name_list_free.  Use new types symname_search_data_type
+       and identify_data_type to communicate with search routines.
+       (identify_search_section): Expect incoming void * data to be
+       identify_data_type. Use its contents rather than global
+       variables.
+
+2009-01-13  Charles Wilson  <cygwin@cwilson.fastmail.fm>
+
+       Add --identify-strict option.  Handle ms-style implibs:
+
+       * dlltool.c (file scope): Added new globals identify_ms and
+       identify_strict. New typedef dll_name_list_type, and globals
+       identify_dll_name_list_head and identify_dll_name_list_tail. Added
+       new global identify_member_contains_symname_result.
+       (identify_append_dll_name_to_list): New function.
+       (identify_count_dll_name_list): New function.
+       (identify_print_dll_name_list): New function.
+       (identify_free_dll_name_list): New function.
+       (identify_search_archive): Changed signature to take function
+       pointer to operation to apply to each member, and data to pass on
+       to that function.
+       (identify_search_member): Changed signature to accept user data
+       from caller.
+       (identify_member_contains_symname): New function.
+       (identify_dll_for_implib): Rewrite. Now determines whether implib
+       is ms- or binutils- style, before searching sections for
+       dllname. Allows multiple dllnames.
+       (identify_process_section_p): Search alternate section for dllname
+       when implib is ms-style.
+       (identify_search_section): Add additional conditions to excludes
+       candidate sections from consideration.
+       (usage): Added --identify-strict.
+       (long_options): Added --identify-strict.
+       (main): Handle --identify-strict option.
+       * doc/binutils.texi: Document --identify-strict option.
+       * NEWS: Document --identify and --identify-strict options.
+
+2009-01-13  Alan Modra  <amodra@bigpond.net.au>
+
+       PR 7034
+       * doc/binutils.texi (objdump -R): Note effect of -d or -D.
+
+2009-01-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * objdump.c (disassemble_section): Don't assume non-instruction
+       data if object symbol at given address is in different section.
+
+2009-01-12  Kai Tietz  <kai.tietz@onevision.com>
+
+       * dlltool.c (create_for_pep): New.
+       (flush_page): Use create_for_pep instead of using
+       macro DLLTOOL_MX86_64 clause.
+       (generate_idata_ofile): Likewise.
+       (make_one_lib_file): Likewise.
+       (make_head): Likewise.
+       (make_tail): Likewise.
+       (main): Initialize create_for_pep.
+
+2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
+
+       * dlltool.c (use_nul_prefixed_import_tables): New.
+       (make_head): Make prefix leading zero prefix element for
+       idata$4 and idata$5 dependent to new flag.
+       (usage): Add new option  --use-nul-prefixed-import-tables.
+       (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
+       (long_options): Add --use-nul-prefixed-import-tables.
+       (main): Likewise.
+       * doc/binutils.texi: Add new option documentation for
+       --use-nul-prefixed-import-tables.
+       * NEWS: Add new option.
 
-2008-01-03  Nick Clifton  <nickc@redhat.com>
+2009-01-06  Kai Tietz  <kai.tietz@onevision.com>
 
-       * dwarf.c (read_and_display_attr_value): Prefix values that are
-       displayed in hexadecimal with 0x.
-       For the DW_AT_import attribute display the abbreviation number and
-       tag of the imported DIE.
-       (process_debug_info): Warn about lengths that reserved by the
-       DWARF3 specification.
-       Provide more information when corrupted DIEs are detected.
-       Warn if DIE corruption makes the sibling level negative.
+       * windres.c (set_endianess): Get architecture name
+       for internal target names like "pe-arm-wince-little".
+       (find_arch_match): New helper.
+       * ChangeLog: Reset it.
+       * ChangeLog-2008: Moved old ChangeLog.
 
-For older changes see ChangeLog-2007
+For older changes see ChangeLog-2008
 \f
 Local Variables:
 mode: change-log