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