Add --identify-strict option. Handle ms-style implibs:
[external/binutils.git] / binutils / ChangeLog
1 2009-01-13  Charles Wilson  <cygwin@cwilson.fastmail.fm>
2
3         Add --identify-strict option.  Handle ms-style implibs:
4
5         * dlltool.c (file scope): Added new globals identify_ms and
6         identify_strict. New typedef dll_name_list_type, and globals
7         identify_dll_name_list_head and identify_dll_name_list_tail. Added
8         new global identify_member_contains_symname_result.
9         (identify_append_dll_name_to_list): New function.
10         (identify_count_dll_name_list): New function.
11         (identify_print_dll_name_list): New function.
12         (identify_free_dll_name_list): New function.
13         (identify_search_archive): Changed signature to take function
14         pointer to operation to apply to each member, and data to pass on
15         to that function.
16         (identify_search_member): Changed signature to accept user data
17         from caller.
18         (identify_member_contains_symname): New function.
19         (identify_dll_for_implib): Rewrite. Now determines whether implib
20         is ms- or binutils- style, before searching sections for
21         dllname. Allows multiple dllnames. 
22         (identify_process_section_p): Search alternate section for dllname
23         when implib is ms-style.
24         (identify_search_section): Add additional conditions to excludes
25         candidate sections from consideration.
26         (usage): Added --identify-strict.
27         (long_options): Added --identify-strict.
28         (main): Handle --identify-strict option.
29         * doc/binutils.texi: Document --identify-strict option.
30         * NEWS: Document --identify and --identify-strict options.
31
32 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
33
34         PR 7034
35         * doc/binutils.texi (objdump -R): Note effect of -d or -D.
36
37 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
38
39         * objdump.c (disassemble_section): Don't assume non-instruction
40         data if object symbol at given address is in different section.
41
42 2009-01-12  Kai Tietz  <kai.tietz@onevision.com>
43
44         * dlltool.c (create_for_pep): New.
45         (flush_page): Use create_for_pep instead of using
46         macro DLLTOOL_MX86_64 clause.
47         (generate_idata_ofile): Likewise.
48         (make_one_lib_file): Likewise.
49         (make_head): Likewise.
50         (make_tail): Likewise.
51         (main): Initialize create_for_pep.
52
53 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
54
55         * dlltool.c (use_nul_prefixed_import_tables): New.
56         (make_head): Make prefix leading zero prefix element for
57         idata$4 and idata$5 dependent to new flag.
58         (usage): Add new option  --use-nul-prefixed-import-tables.
59         (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
60         (long_options): Add --use-nul-prefixed-import-tables.
61         (main): Likewise.
62         * doc/binutils.texi: Add new option documentation for
63         --use-nul-prefixed-import-tables.
64         * NEWS: Add new option.
65
66 2009-01-06  Kai Tietz  <kai.tietz@onevision.com>
67
68         * windres.c (set_endianess): Get architecture name
69         for internal target names like "pe-arm-wince-little".
70         (find_arch_match): New helper.
71         * ChangeLog: Reset it.
72         * ChangeLog-2008: Moved old ChangeLog.
73
74 For older changes see ChangeLog-2008
75 \f
76 Local Variables:
77 mode: change-log
78 left-margin: 8
79 fill-column: 74
80 version-control: never
81 End: