PR 9766
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index d1776d338b3c129fdaea51454d9ec635b048874e..ececdb058dd9e8aaf7b91abda4408a717129e2d3 100644 (file)
@@ -1,3 +1,101 @@
+2009-01-26  Nick Clifton  <nickc@redhat.com>
+
+       PR 9766
+       * dlltool.c (xlate): When strip text after the @ sign, look for
+       the last one not the first one.
+
+2009-01-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * configure.in (commonbfdlib): Delete.
+       * configure: Regenerate.
+
+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.
This page took 0.023732 seconds and 4 git commands to generate.