* NEWS: Document .ARM.exidx / .ARM.extab support.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 5032687a6896c596cb1420140409197944d13b50..3d47c3c12e90582242ce0917a433a3078c836138 100644 (file)
-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 and 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.
+2010-03-02  Daniel Jacobowitz  <dan@codesourcery.com>
 
-2009-03-30  Richard Sandiford  <rdsandiford@googlemail.com>
+       * NEWS: Document .ARM.exidx / .ARM.extab support.
 
-       * MAINTAINERS: Add self.
+       * dwarf.c (read_leb128): Make non-static.
+       * dwarf.h (read_leb128): Declare.
+       * readelf.c (REMOVE_ARCH_BITS): Define.
+       (find_section_by_address): New.
+       (read_uleb128): Move higher.  Use read_leb128 from dwarf.c.
+       (find_symbol_for_address): Handle the Thumb bit for ARM, by
+       using REMOVE_ARCH_BITS.
+       (struct arm_section, struct arm_unw_aux_info, arm_print_vma_and_name)
+       (arm_free_section, arm_section_get_word, decode_arm_unwind)
+       (dump_arm_unwind, arm_process_unwind): New.
+       (process_unwind): Handle ARM.
 
-2009-03-27  Nick Clifton  <nickc@redhat.com>
+2010-02-26  Jie Zhang  <jie@codesourcery.com>
 
-       * dwarf.c (display_debug_ranges): Add the base address to the
-       displayed values for 'Begin' and 'End'. 
+       * MAINTAINERS: Update my email address.
 
-2009-03-25  Ryan Mansfield  <rmansfield@qnx.com>
+2010-02-23  Peter Breitenlohner  <peb@mppmu.mpg.de>
 
-       * readelf.c (process_file_header): Don't report a corrupt string
-       table index if it is zero.
+       PR binutils/11298
+       * doc/binutils.texi (windmc): Fix synopsis and description of
+       ASCII options.
 
-2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
+2010-02-19  Alan Modra  <amodra@gmail.com>
 
-       * dwarf.c (dwarf_regnames): Moved before frame_need_space.
-       (dwarf_regnames_count): Likewise.
-       (frame_need_space): Return int.
-       (display_debug_frames): Check invalid registers.
+       * readelf.c (get_group_flags): Return empty string when flags zero.
+       Add space in other returned values.
+       (process_section_groups): Adjust format string.
 
-2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
+2010-02-18  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
 
-       * readelf.c (debug_apply_relocations): Check relocations
-       against STT_SECTION symbol.
+       * readelf.c (arm_attr_tag_Advanced_SIMD_arch): Add description of
+       newly permitted attribute values.
+       (arm_attr_tag_Virtualization_use): Likewise.
+       (arm_attr_tag_DIV_use): Add description of new attribute.
+       (arm_attr_tag_MPextension_use_legacy): Likewise.
 
-2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
+2010-02-15  Nick Clifton  <nickc@redhat.com>
 
-       * readelf.c (debug_apply_relocations): Allow relocations
-       against function symbols.
+       * po/vi.po: Updated Vietnamese translation.
 
-2009-03-18  Alan Modra  <amodra@bigpond.net.au>
+2010-02-09  Michael Holzheu  <holzheu@de.ibm.com>
 
-       * 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.
+       * readelf.c (get_note_type): Handle NT_S390_TIMER, NT_S390_TODCMP,
+       NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
 
-2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
+2010-02-08  Jim Blandy  <jimb@red-bean.com>
 
-       * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
-       * configure.in: Likewise.
-       * configure: Regenerate.
+       * dwarf.c (display_debug_frames): Skip the 'S' character in CFI
+       'z' augmentation strings.
 
-2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
+2010-02-08  Christophe Lyon  <christophe.lyon@st.com>
 
-       PR binutils/9945
-       * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
+       * objdump.c (disassemble_bytes): Clear aux->reloc before printing
+       a new address, so as not to reuse a previous, non-related reloc.
 
-2009-03-11  Chris Demetriou  <cgd@google.com>
+2010-02-02  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * 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).
+       * readelf.c (get_note_type): Handle NT_X86_XSTATE.
 
-2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
+2010-02-01  Nathan Sidwell  <nathan@codesourcery.com>
 
-       PR binutils/9933
-       * objcopy.c (filter_symbols): Properly handle common symbols
-       in relocatable file.
+       * objcopy.c (copy_object): Set SEC_LINKER_CREATED when adding
+       sections.
 
-2009-03-06  Nick Clifton  <nickc@redhat.com>
+2010-01-28  Nick Clifton  <nickc@redhat.com>
 
-       * po/es.po: Updated Spanish translation.
+       PR 11225
+       * objdump.c (only): Replace with linked list.
+       (only_size, only_used): Replace with only_list.
+       (process_section_p): Set seen field on matches sections.
+       (add_only): New function.
+       (free_only_list): New function.
+       (disassemble_section): Check only_list.
+       (main): Use add_only and free_only_list.
 
-2009-03-05  Nick Clifton  <nickc@redhat.com>
+2010-01-26  Tristan Gingold  <gingold@adacore.com>
 
-       * objdump.c (disassemble_section): If the computed next offset is
-       not beyond the current offset then just continue to the end.
+       * Makefile.am (bin2c): Add libintl dependance and library.
+       * Makefile.in: Regenerate.
 
-2009-03-04  Tristan Gingold  <gingold@adacore.com>
+2010-01-21  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
-       * MAINTAINERS: Add myself as VMS maintainer.
+       * readelf.c (get_machine_flags): Handle EF_S390_HIGH_GPRS.
 
-2009-03-03  Nick Clifton  <nickc@redhat.com>
+2010-01-19  Ian Lance Taylor  <iant@google.com>
 
-       * readelf.c: Update formatting.
+       * objcopy.c (copy_main): Rewrite OPTION_ADD_SECTION code to work
+       with non-ordinary files like /dev/null.
 
-2009-03-03  Alan Modra  <amodra@bigpond.net.au>
+2010-01-19  Daisuke Hatayama  <d.hatayama@jp.fujitsu.com>
+           Alan Modra <amodra@gmail.com>
 
-       * Makefile.am: Run "make dep-am".
-       * Makefile.in: Regenerate.
+        * readelf.c (process_file_header): Handle e_phnum extension.
 
-2009-03-03  Alan Modra  <amodra@bigpond.net.au>
+2010-01-14  Tristan Gingold  <gingold@adacore.com>
 
-       * objdump.c (disassemble_section): Mask address before sign extending.
+       * dwarf.c (get_AT_name): Handle DW_AT_use_GNAT_descriptive_type
+       and DW_AT_GNAT_descriptive_type.
 
-2009-03-02  Sebastian Biallas  <sb@biallas.net>
+2010-01-13  Tristan Gingold  <gingold@adacore.com>
 
-       * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
-       (parse_ieee_bb): Set the filename if it has not already been
-       discovered.
+       * ar.c (main): Use lbasename.
+       (normalize): Ditto.
+       * objdump.c (update_source_path): Ditto.
 
-2009-03-02  Cary Coutant  <ccoutant@google.com>
+2010-01-12  Tristan Gingold  <gingold@adacore.com>
 
-       * 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.
+       * makefile.vms (CFLAGS): Turns warnings into informational messages.
 
-2009-03-02  Nick Clifton  <nickc@redhat.com>
+2010-01-11  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * po/sk.po: Updated Slovak translation.
+       PR ld/11146
+       * NEWS: Mention --dyn-syms for readelf.
 
-2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+       * readelf.c (do_dyn_syms): New.
+       (OPTION_DYN_SYMS): Likewise.
+       (options): Add "dyn-syms".
+       (usage): Add --dyn-syms.
+       (parse_args): Handle OPTION_DYN_SYMS.
+       (process_symbol_table): Handle do_dyn_syms.
+       (process_object): Likewise.
+       (process_archive): Likewise.
 
-       * configure: Regenerate.
+       * doc/binutils.texi: Document --dyn-syms for readelf.  Mention
+       symbol hash tables for -D.
 
-2009-02-23  Cary Coutant <ccoutant@google.com>
+2010-01-11  Nick Clifton  <nickc@redhat.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.
+       * NEWS: Mention addition of elfedit.
 
-2009-02-23  Cary Coutant <ccoutant@google.com>
+       * po/fi.po: Updated Finnish translation.
 
-       * readelf.c (parse_args): Select all sections explicitly for -w.
+2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
-2009-02-09  Kai Tietz  <kai.tietz@onevision.com>
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * doc/Makefile.in: Regenerate.
 
-       * windres.c (set_endianess): Copy name without leading '-'.
+2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
 
-2009-02-09  Tristan Gingold  <gingold@adacore.com>
+       * version.c (print_version): Change to "Copyright 2010".
 
-       * NEWS: Mention feature match between objdump and readelf for dumping
-       dwarf info.
+2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
-       objdump.
+       * elfedit.c (input_elf_type): New.
+       (output_elf_type): Likewise.
+       (elf_type): Likewise.
+       (update_elf_header): Support updating ELF file type.
+       (command_line_switch): Add OPTION_INPUT_TYPE and
+       OPTION_OUTPUT_TYPE.
+       (options): Likewise.
+       (usage): Add --input-type and --output-type.
+       (main): Handle OPTION_INPUT_TYPE and OPTION_OUTPUT_TYPE.  Check
+       one of --output-mach and --output-type must be specified.
 
-       * 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.
+       * doc/binutils.texi: Document --input-type and --output-type
+       for elfedit.
 
-2009-02-06  Nick Clifton  <nickc@redhat.com>
+2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * po/vi.po: Updated Vietnamese translation.
+       * doc/binutils.texi: Fix a typo.
 
-2009-02-03  Sandip Matte  <sandip@rmicorp.com>
+2010-01-08  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
+       * elfedit.c (update_elf_header): Don't change input_elf_class
+       nor input_elf_machine if they are -1.
 
-2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
+2010-01-08  Tristan Gingold  <gingold@adacore.com>
 
-       * NEWS: Move --as-needed change to ...
-       * ../ld/NEWS: Here.
+       * ar.c: Remove bfd_special_undocumented_glue prototype.
 
-2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
+2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * 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.
+       * elfedit.c (update_elf_header): Reformat.
 
-2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
+2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
 
-       PR binutils/9784
-       * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
+       * readelf.c (usage): Fix indent for --symbols.
 
-       * doc/binutils.texi: Document --prefix=PREFIX and
-       --prefix-strip=LEVEL.
+2010-01-07  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * 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.
+       * doc/binutils.texi: Replace -histogram with --histogram.
 
-       * readelf.c (PATH_MAX): Moved to ...
-       * sysdep.h: Here.
+2010-01-06  H.J. Lu  <hongjiu.lu@intel.com>
 
-2009-01-31  Alan Modra  <amodra@bigpond.net.au>
+       PR binutils/11131
+       * Makefile.am (ELFEDIT_PROG): New.
+       (bin_PROGRAMS): Add $(ELFEDIT_PROG).
+       (CFILES): Add elfedit.c.
+       (elfedit_DEPENDENCIES): New.
+       (elfedit_SOURCES): Likewise.
+       (elfedit_LDADD): Likewise.
+       * Makefile.in: Regenerated.
 
-       * NEWS: Mention --as-needed change.
+       * elfedit.c: New.
 
-2009-01-29  Alan Modra  <amodra@bigpond.net.au>
+       * doc/binutils.texi: Document elfedit.
 
-       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.
+       * doc/Makefile.am (man_MANS): Add elfedit.1.
+       (elfedit.1): New.
+       * doc/Makefile.in: Regenerated.
 
-2009-01-27  Nick Clifton  <nickc@redhat.com>
+2010-01-06  Tristan Gingold  <gingold@adacore.com>
 
-       PR 9774
-       * objdump.c (disassemble_section): When the target uses signed
-       addresses make sure that we compute signed values.
+       * nm.c (usage): Remove extra blanks.
 
-2009-01-27  Nick Clifton  <nickc@redhat.com>
+2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
 
-       * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
-       maintainers.
+       * objcopy.c: Update copyright.
+       * readelf.c: Likewise.
 
-2009-01-26  Nick Clifton  <nickc@redhat.com>
+2010-01-04  H.J. Lu  <hongjiu.lu@intel.com>
 
-       PR 9766
-       * dlltool.c (xlate): When strip text after the @ sign, look for
-       the last one not the first one.
+       PR binutils/11130
+       * objcopy.c (copy_object): Remove "Warning: " from error
+       message.
 
-2009-01-16  Alan Modra  <amodra@bigpond.net.au>
+2010-01-04  Nick Clifton  <nickc@redhat.com>
 
-       * configure.in (commonbfdlib): Delete.
-       * configure: Regenerate.
+       PR 11128
+       * readelf.c (dump_section_as_strings): Use two separate
+       invocations of printf() in order to work around bugs in
+       the Solaris 8 implementation.
+
+2010-01-04  Nick Clifton  <nickc@redhat.com>
+
+       * po/ru.po: Updated Russian translation.
 
-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.
-
-2009-01-06  Kai Tietz  <kai.tietz@onevision.com>
-
-       * 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-2008
+For older changes see ChangeLog-2009
 \f
 Local Variables:
 mode: change-log
This page took 0.029795 seconds and 4 git commands to generate.