* MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
[external/binutils.git] / binutils / ChangeLog
1 2009-01-27  Nick Clifton  <nickc@redhat.com>
2
3         * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
4         maintainers.
5
6 2009-01-26  Nick Clifton  <nickc@redhat.com>
7
8         PR 9766
9         * dlltool.c (xlate): When strip text after the @ sign, look for
10         the last one not the first one.
11
12 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
13
14         * configure.in (commonbfdlib): Delete.
15         * configure: Regenerate.
16
17 2008-01-14  Charles Wilson  <cygwin@cwilson.fastmail.fm>
18
19         Cleanup code related to --identify option.
20
21         * binutils/dlltool.c (file scope): Removed globals identify_ms,
22         identify_member_contains_symname_result,
23         identify_dll_name_list_head, and identify_dll_name_list_tail.
24         Renamed existing typedef dll_name_list_type to
25         dll_name_list_node_type.
26         Added new typedefs dll_name_list_type, symname_search_data_type,
27         and identify_data_type.
28         (identify_append_dll_name_to_list): Renamed to...
29         (dll_name_list_append): ...here.  Changed signature to accept list
30         argument rather than use global.
31         (identify_count_dll_name_list): Renamed to...
32         (dll_name_list_count): ...here.  Changed signature to accept list
33         argument rather than use global.
34         (identify_print_dll_name_list): Renamed to...
35         (dll_name_list_print): ...here.  Changed signature to accept list
36         argument rather than use global.
37         (identify_free_dll_name_list): Renamed to...
38         (dll_name_list_free_contents): ...here.
39         (dll_name_list_free): New function.
40         (dll_name_list_create): New function.
41         (identify_process_section_p): Changed signature to accept
42         ms_style_implib argument rather than use global.
43         (identify_member_contains_symname): Expect incoming void * data to
44         be symname_search_data_type.
45         (identify_dll_for_implib): Use new functions dll_name_list_create
46         and dll_name_list_free.  Use new types symname_search_data_type
47         and identify_data_type to communicate with search routines.
48         (identify_search_section): Expect incoming void * data to be
49         identify_data_type. Use its contents rather than global
50         variables.
51
52 2009-01-13  Charles Wilson  <cygwin@cwilson.fastmail.fm>
53
54         Add --identify-strict option.  Handle ms-style implibs:
55
56         * dlltool.c (file scope): Added new globals identify_ms and
57         identify_strict. New typedef dll_name_list_type, and globals
58         identify_dll_name_list_head and identify_dll_name_list_tail. Added
59         new global identify_member_contains_symname_result.
60         (identify_append_dll_name_to_list): New function.
61         (identify_count_dll_name_list): New function.
62         (identify_print_dll_name_list): New function.
63         (identify_free_dll_name_list): New function.
64         (identify_search_archive): Changed signature to take function
65         pointer to operation to apply to each member, and data to pass on
66         to that function.
67         (identify_search_member): Changed signature to accept user data
68         from caller.
69         (identify_member_contains_symname): New function.
70         (identify_dll_for_implib): Rewrite. Now determines whether implib
71         is ms- or binutils- style, before searching sections for
72         dllname. Allows multiple dllnames. 
73         (identify_process_section_p): Search alternate section for dllname
74         when implib is ms-style.
75         (identify_search_section): Add additional conditions to excludes
76         candidate sections from consideration.
77         (usage): Added --identify-strict.
78         (long_options): Added --identify-strict.
79         (main): Handle --identify-strict option.
80         * doc/binutils.texi: Document --identify-strict option.
81         * NEWS: Document --identify and --identify-strict options.
82
83 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
84
85         PR 7034
86         * doc/binutils.texi (objdump -R): Note effect of -d or -D.
87
88 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
89
90         * objdump.c (disassemble_section): Don't assume non-instruction
91         data if object symbol at given address is in different section.
92
93 2009-01-12  Kai Tietz  <kai.tietz@onevision.com>
94
95         * dlltool.c (create_for_pep): New.
96         (flush_page): Use create_for_pep instead of using
97         macro DLLTOOL_MX86_64 clause.
98         (generate_idata_ofile): Likewise.
99         (make_one_lib_file): Likewise.
100         (make_head): Likewise.
101         (make_tail): Likewise.
102         (main): Initialize create_for_pep.
103
104 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
105
106         * dlltool.c (use_nul_prefixed_import_tables): New.
107         (make_head): Make prefix leading zero prefix element for
108         idata$4 and idata$5 dependent to new flag.
109         (usage): Add new option  --use-nul-prefixed-import-tables.
110         (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
111         (long_options): Add --use-nul-prefixed-import-tables.
112         (main): Likewise.
113         * doc/binutils.texi: Add new option documentation for
114         --use-nul-prefixed-import-tables.
115         * NEWS: Add new option.
116
117 2009-01-06  Kai Tietz  <kai.tietz@onevision.com>
118
119         * windres.c (set_endianess): Get architecture name
120         for internal target names like "pe-arm-wince-little".
121         (find_arch_match): New helper.
122         * ChangeLog: Reset it.
123         * ChangeLog-2008: Moved old ChangeLog.
124
125 For older changes see ChangeLog-2008
126 \f
127 Local Variables:
128 mode: change-log
129 left-margin: 8
130 fill-column: 74
131 version-control: never
132 End: