binutils/
[binutils-gdb.git] / binutils / ChangeLog
1 2009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
2
3 * MAINTAINERS: Add self.
4
5 2009-03-27 Nick Clifton <nickc@redhat.com>
6
7 * dwarf.c (display_debug_ranges): Add the base address to the
8 displayed values for 'Begin' and 'End'.
9
10 2009-03-25 Ryan Mansfield <rmansfield@qnx.com>
11
12 * readelf.c (process_file_header): Don't report a corrupt string
13 table index if it is zero.
14
15 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
16
17 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
18 (dwarf_regnames_count): Likewise.
19 (frame_need_space): Return int.
20 (display_debug_frames): Check invalid registers.
21
22 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
23
24 * readelf.c (debug_apply_relocations): Check relocations
25 against STT_SECTION symbol.
26
27 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
28
29 * readelf.c (debug_apply_relocations): Allow relocations
30 against function symbols.
31
32 2009-03-18 Alan Modra <amodra@bigpond.net.au>
33
34 * sysdep.h: Include alloca-conf.h instead of config.h and remove
35 existing #if's handling alloca.
36 * Makefile.am: Run "make dep-am".
37 * Makefile.in: Regenerate.
38
39 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
40
41 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
42 * configure.in: Likewise.
43 * configure: Regenerate.
44
45 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
46
47 PR binutils/9945
48 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
49
50 2009-03-11 Chris Demetriou <cgd@google.com>
51
52 * ar.c (deterministic): New global variable.
53 (main): Recognize new 'D' option, which enables 'deterministic mode'.
54 (usage): Document new 'D' option.
55 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
56 flags if deterministic mode was requested.
57 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
58
59 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
60
61 PR binutils/9933
62 * objcopy.c (filter_symbols): Properly handle common symbols
63 in relocatable file.
64
65 2009-03-06 Nick Clifton <nickc@redhat.com>
66
67 * po/es.po: Updated Spanish translation.
68
69 2009-03-05 Nick Clifton <nickc@redhat.com>
70
71 * objdump.c (disassemble_section): If the computed next offset is
72 not beyond the current offset then just continue to the end.
73
74 2009-03-04 Tristan Gingold <gingold@adacore.com>
75
76 * MAINTAINERS: Add myself as VMS maintainer.
77
78 2009-03-03 Nick Clifton <nickc@redhat.com>
79
80 * readelf.c: Update formatting.
81
82 2009-03-03 Alan Modra <amodra@bigpond.net.au>
83
84 * Makefile.am: Run "make dep-am".
85 * Makefile.in: Regenerate.
86
87 2009-03-03 Alan Modra <amodra@bigpond.net.au>
88
89 * objdump.c (disassemble_section): Mask address before sign extending.
90
91 2009-03-02 Sebastian Biallas <sb@biallas.net>
92
93 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
94 (parse_ieee_bb): Set the filename if it has not already been
95 discovered.
96
97 2009-03-02 Cary Coutant <ccoutant@google.com>
98
99 * readelf.c (adjust_relative_path): New function.
100 (struct archive_info): New type.
101 (setup_archive): New function.
102 (release_archive): New function.
103 (setup_nested_archive): New function.
104 (get_archive_member_name): New function.
105 (get_archive_member_name_at): New function.
106 (make_qualified_name): New function.
107 (process_archive): Factor out code for reading archive index and
108 long filename table to setup_archive. Add support for thin archives.
109
110 2009-03-02 Nick Clifton <nickc@redhat.com>
111
112 * po/sk.po: Updated Slovak translation.
113
114 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
115
116 * configure: Regenerate.
117
118 2009-02-23 Cary Coutant <ccoutant@google.com>
119
120 * objdump.c (load_specific_debug_section): New function, from
121 load_debug_section.
122 (load_debug_section): Use load_specific_debug_section.
123 (dump_dwarf_section): Likewise.
124
125 2009-02-23 Cary Coutant <ccoutant@google.com>
126
127 * readelf.c (parse_args): Select all sections explicitly for -w.
128
129 2009-02-09 Kai Tietz <kai.tietz@onevision.com>
130
131 * windres.c (set_endianess): Copy name without leading '-'.
132
133 2009-02-09 Tristan Gingold <gingold@adacore.com>
134
135 * NEWS: Mention feature match between objdump and readelf for dumping
136 dwarf info.
137
138 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
139 objdump.
140
141 * objdump.c (usage): Update documentation for -W/--dwarf.
142 (enum option_values): Add OPTION_DWARF.
143 (long_options): --dwarf can accept arguments.
144 (dump_dwarf_section): Also check enabled field.
145 (main): Option -W can accept arguments, code moved to
146 dwarf.c and call dwarf_select_sections_all instead.
147 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
148 (parse_args): Move code to...
149 * dwarf.c (dwarf_select_sections_by_letters,
150 dwarf_select_sections_by_names): : ...here (new functions).
151 (do_debug_lines_decoded): Remove and replaced by ...
152 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
153 (display_debug_lines): Adjust for previous change.
154 (dwarf_select_sections_all): New function.
155 (debug_displays): Add initializer for enabled field.
156 * dwarf.h (do_debug_lines_decoded): Remove.
157 Add prototypes for the new functions.
158 (struct dwarf_section_display): Add enabled field.
159
160 2009-02-06 Nick Clifton <nickc@redhat.com>
161
162 * po/vi.po: Updated Vietnamese translation.
163
164 2009-02-03 Sandip Matte <sandip@rmicorp.com>
165
166 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
167
168 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
169
170 * NEWS: Move --as-needed change to ...
171 * ../ld/NEWS: Here.
172
173 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
174
175 * configure.in: AC_SUBST pdfdir.
176 * Makefile.am: Add install-pdf, install-pdf-am,
177 and install-pdf-recursive targets.
178 * doc/Makefile.am: Define pdf__strip_dir. Add
179 install-pdf and install-pdf-am targets.
180 * po/Make-in: Add install-pdf target.
181 * configure: Regenerate.
182 * Makefile.in: Regenerate.
183 * doc/Makefile.in: Regenerate.
184
185 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
186
187 PR binutils/9784
188 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
189
190 * doc/binutils.texi: Document --prefix=PREFIX and
191 --prefix-strip=LEVEL.
192
193 * objdump.c: Include "filenames.h".
194 (prefix): New.
195 (prefix_strip): Likewise.
196 (prefix_length): Likewise.
197 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
198 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
199 (long_options): Likewise.
200 (show_line): Handle prefix and prefix_strip.
201 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
202
203 * readelf.c (PATH_MAX): Moved to ...
204 * sysdep.h: Here.
205
206 2009-01-31 Alan Modra <amodra@bigpond.net.au>
207
208 * NEWS: Mention --as-needed change.
209
210 2009-01-29 Alan Modra <amodra@bigpond.net.au>
211
212 PR 9798
213 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
214 (bfd_get_archive_filename): Constify param.
215 * bucomm.h (bfd_get_archive_filename): Update prototype.
216 * objcopy.c (RETURN_NONFATAL): Delete.
217 (copy_unknown_object): Don't call bfd_get_archive_filename for
218 bfd_nonfatal_message filename, instead just pass bfd.
219 (copy_object): Likewise.
220 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
221 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
222 (setup_bfd_headers): Fix error message.
223
224 2009-01-27 Nick Clifton <nickc@redhat.com>
225
226 PR 9774
227 * objdump.c (disassemble_section): When the target uses signed
228 addresses make sure that we compute signed values.
229
230 2009-01-27 Nick Clifton <nickc@redhat.com>
231
232 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
233 maintainers.
234
235 2009-01-26 Nick Clifton <nickc@redhat.com>
236
237 PR 9766
238 * dlltool.c (xlate): When strip text after the @ sign, look for
239 the last one not the first one.
240
241 2009-01-16 Alan Modra <amodra@bigpond.net.au>
242
243 * configure.in (commonbfdlib): Delete.
244 * configure: Regenerate.
245
246 2008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
247
248 Cleanup code related to --identify option.
249
250 * binutils/dlltool.c (file scope): Removed globals identify_ms,
251 identify_member_contains_symname_result,
252 identify_dll_name_list_head, and identify_dll_name_list_tail.
253 Renamed existing typedef dll_name_list_type to
254 dll_name_list_node_type.
255 Added new typedefs dll_name_list_type, symname_search_data_type,
256 and identify_data_type.
257 (identify_append_dll_name_to_list): Renamed to...
258 (dll_name_list_append): ...here. Changed signature to accept list
259 argument rather than use global.
260 (identify_count_dll_name_list): Renamed to...
261 (dll_name_list_count): ...here. Changed signature to accept list
262 argument rather than use global.
263 (identify_print_dll_name_list): Renamed to...
264 (dll_name_list_print): ...here. Changed signature to accept list
265 argument rather than use global.
266 (identify_free_dll_name_list): Renamed to...
267 (dll_name_list_free_contents): ...here.
268 (dll_name_list_free): New function.
269 (dll_name_list_create): New function.
270 (identify_process_section_p): Changed signature to accept
271 ms_style_implib argument rather than use global.
272 (identify_member_contains_symname): Expect incoming void * data to
273 be symname_search_data_type.
274 (identify_dll_for_implib): Use new functions dll_name_list_create
275 and dll_name_list_free. Use new types symname_search_data_type
276 and identify_data_type to communicate with search routines.
277 (identify_search_section): Expect incoming void * data to be
278 identify_data_type. Use its contents rather than global
279 variables.
280
281 2009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
282
283 Add --identify-strict option. Handle ms-style implibs:
284
285 * dlltool.c (file scope): Added new globals identify_ms and
286 identify_strict. New typedef dll_name_list_type, and globals
287 identify_dll_name_list_head and identify_dll_name_list_tail. Added
288 new global identify_member_contains_symname_result.
289 (identify_append_dll_name_to_list): New function.
290 (identify_count_dll_name_list): New function.
291 (identify_print_dll_name_list): New function.
292 (identify_free_dll_name_list): New function.
293 (identify_search_archive): Changed signature to take function
294 pointer to operation to apply to each member, and data to pass on
295 to that function.
296 (identify_search_member): Changed signature to accept user data
297 from caller.
298 (identify_member_contains_symname): New function.
299 (identify_dll_for_implib): Rewrite. Now determines whether implib
300 is ms- or binutils- style, before searching sections for
301 dllname. Allows multiple dllnames.
302 (identify_process_section_p): Search alternate section for dllname
303 when implib is ms-style.
304 (identify_search_section): Add additional conditions to excludes
305 candidate sections from consideration.
306 (usage): Added --identify-strict.
307 (long_options): Added --identify-strict.
308 (main): Handle --identify-strict option.
309 * doc/binutils.texi: Document --identify-strict option.
310 * NEWS: Document --identify and --identify-strict options.
311
312 2009-01-13 Alan Modra <amodra@bigpond.net.au>
313
314 PR 7034
315 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
316
317 2009-01-13 Alan Modra <amodra@bigpond.net.au>
318
319 * objdump.c (disassemble_section): Don't assume non-instruction
320 data if object symbol at given address is in different section.
321
322 2009-01-12 Kai Tietz <kai.tietz@onevision.com>
323
324 * dlltool.c (create_for_pep): New.
325 (flush_page): Use create_for_pep instead of using
326 macro DLLTOOL_MX86_64 clause.
327 (generate_idata_ofile): Likewise.
328 (make_one_lib_file): Likewise.
329 (make_head): Likewise.
330 (make_tail): Likewise.
331 (main): Initialize create_for_pep.
332
333 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
334
335 * dlltool.c (use_nul_prefixed_import_tables): New.
336 (make_head): Make prefix leading zero prefix element for
337 idata$4 and idata$5 dependent to new flag.
338 (usage): Add new option --use-nul-prefixed-import-tables.
339 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
340 (long_options): Add --use-nul-prefixed-import-tables.
341 (main): Likewise.
342 * doc/binutils.texi: Add new option documentation for
343 --use-nul-prefixed-import-tables.
344 * NEWS: Add new option.
345
346 2009-01-06 Kai Tietz <kai.tietz@onevision.com>
347
348 * windres.c (set_endianess): Get architecture name
349 for internal target names like "pe-arm-wince-little".
350 (find_arch_match): New helper.
351 * ChangeLog: Reset it.
352 * ChangeLog-2008: Moved old ChangeLog.
353
354 For older changes see ChangeLog-2008
355 \f
356 Local Variables:
357 mode: change-log
358 left-margin: 8
359 fill-column: 74
360 version-control: never
361 End: