PR 10109
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com>
2
3 PR 10109
4 * winduni.c: Replace test of HAVE_ICONV_H with a test of
5 HAVE_ICONV.
6 (iconv_onechar): Use ICONV_CONST instead of "const".
7 (wind_MultiByteToWideChar): Initialise local strings.
8
9 2009-04-30 Nick Clifton <nickc@redhat.com>
10
11 * readelf.c (dump_relocations): Display a relocation against an
12 ifunc symbol as if it were a function invocation.
13 (get_symbol_type): Handle STT_GNU_IFUNC.
14
15 2009-04-29 Anthony Green <green@moxielogic.com>
16
17 * NEWS: Tweak verilog support description.
18
19 2009-04-29 Alan Modra <amodra@bigpond.net.au>
20 Denis Scherbakov <denis_scherbakov@yahoo.com>
21
22 * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
23 read, and merge with 32-bit case.
24
25 2009-04-27 Anthony Green <green@moxielogic.com>
26
27 * NEWS: Mention verilog support added to bfd.
28
29 2009-04-27 H.J. Lu <hongjiu.lu@intel.com>
30
31 * objcopy.c (copy_object): Copy pe_opthdr before changing PE
32 parameters.
33
34 2009-04-24 Cary Coutant <ccoutant@google.com>
35
36 * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
37 Add missing newlines to HP extensions.
38
39 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
40
41 * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
42 * doc/binutils.texi: Likewise.
43
44 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
45
46 PR binutils/10074
47 * objcopy.c: Include coff/i386.h and coff/pe.h.
48 (pe_file_alignment): New.
49 (pe_heap_commit): Likewise.
50 (pe_heap_reserve): Likewise.
51 (pe_image_base): Likewise.
52 (pe_section_alignment): Likewise.
53 (pe_stack_commit): Likewise.
54 (pe_stack_reserve): Likewise.
55 (pe_subsystem): Likewise.
56 (pe_major_subsystem_version): Likewise.
57 (pe_minor_subsystem_version): Likewise.
58 (set_pe_subsystem): Likewise.
59 (convert_efi_target): Likewise.
60 (command_line_switch): Add OPTION_FILE_ALIGNMENT,
61 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
62 OPTION_STACK and OPTION_SUBSYSTEM.
63 (copy_options): Likewise.
64 (copy_usage): Add --file-alignment, --heap, --image-base,
65 --section-alignment, --stack and --subsystem.
66 (copy_object): Set up PE parameters.
67 (copy_main): Process Add OPTION_FILE_ALIGNMENT,
68 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
69 OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
70 PEI target.
71
72 * NEWS: Mention --file-alignment, --heap, --image-base,
73 --section-alignment, --stack and --subsystem command line
74 options for objcopy.
75
76 * doc/binutils.texi: Document --file-alignment, --heap,
77 --image-base, --section-alignment, --stack and --subsystem
78 command line options for objcopy.
79
80 2009-04-15 Anthony Green <green@moxielogic.com>
81
82 * MAINTAINERS: Add myself as Moxie port maintainer.
83
84 2009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
85
86 * objcopy.c (enum long_section_name_handling): New enum type.
87 (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
88 (copy_options[]): Add entry for --long-section-names option.
89 (copy_usage): Document it.
90 (set_long_section_mode): New subroutine.
91 (copy_file): Call it.
92 (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
93 * doc/binutils.texi: Update objcopy documentation with details
94 of new option.
95
96 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
97
98 * dlltool.c (set_dll_name_from_def): Accept new second arg that
99 indicates if we are building DLL or EXE, and use it to add a
100 default suffix to the output filename when none is already present.
101 (def_name): Indicate we are building an EXE when calling it.
102 (def_library): Indicate we are building a DLL when calling it.
103
104 2009-04-01 Jari Aalto <jari.aalto@cante.net>
105
106 PR 9972
107 * doc/binutils.texi (strings): Document the -V alias for the
108 --version option.
109 * strings.c (usage): Likewise.
110
111 2009-03-31 Nick Clifton <nickc@redhat.com>
112
113 PR 9992
114 * configure.in: Import Solaris specific largefile test from
115 bfd/configure.in.
116 * configure: Regenerate.
117
118 2009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
119
120 * MAINTAINERS: Add self.
121
122 2009-03-27 Nick Clifton <nickc@redhat.com>
123
124 * dwarf.c (display_debug_ranges): Add the base address to the
125 displayed values for 'Begin' and 'End'.
126
127 2009-03-25 Ryan Mansfield <rmansfield@qnx.com>
128
129 * readelf.c (process_file_header): Don't report a corrupt string
130 table index if it is zero.
131
132 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
133
134 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
135 (dwarf_regnames_count): Likewise.
136 (frame_need_space): Return int.
137 (display_debug_frames): Check invalid registers.
138
139 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
140
141 * readelf.c (debug_apply_relocations): Check relocations
142 against STT_SECTION symbol.
143
144 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
145
146 * readelf.c (debug_apply_relocations): Allow relocations
147 against function symbols.
148
149 2009-03-18 Alan Modra <amodra@bigpond.net.au>
150
151 * sysdep.h: Include alloca-conf.h instead of config.h and remove
152 existing #if's handling alloca.
153 * Makefile.am: Run "make dep-am".
154 * Makefile.in: Regenerate.
155
156 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
157
158 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
159 * configure.in: Likewise.
160 * configure: Regenerate.
161
162 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
163
164 PR binutils/9945
165 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
166
167 2009-03-11 Chris Demetriou <cgd@google.com>
168
169 * ar.c (deterministic): New global variable.
170 (main): Recognize new 'D' option, which enables 'deterministic mode'.
171 (usage): Document new 'D' option.
172 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
173 flags if deterministic mode was requested.
174 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
175
176 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
177
178 PR binutils/9933
179 * objcopy.c (filter_symbols): Properly handle common symbols
180 in relocatable file.
181
182 2009-03-06 Nick Clifton <nickc@redhat.com>
183
184 * po/es.po: Updated Spanish translation.
185
186 2009-03-05 Nick Clifton <nickc@redhat.com>
187
188 * objdump.c (disassemble_section): If the computed next offset is
189 not beyond the current offset then just continue to the end.
190
191 2009-03-04 Tristan Gingold <gingold@adacore.com>
192
193 * MAINTAINERS: Add myself as VMS maintainer.
194
195 2009-03-03 Nick Clifton <nickc@redhat.com>
196
197 * readelf.c: Update formatting.
198
199 2009-03-03 Alan Modra <amodra@bigpond.net.au>
200
201 * Makefile.am: Run "make dep-am".
202 * Makefile.in: Regenerate.
203
204 2009-03-03 Alan Modra <amodra@bigpond.net.au>
205
206 * objdump.c (disassemble_section): Mask address before sign extending.
207
208 2009-03-02 Sebastian Biallas <sb@biallas.net>
209
210 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
211 (parse_ieee_bb): Set the filename if it has not already been
212 discovered.
213
214 2009-03-02 Cary Coutant <ccoutant@google.com>
215
216 * readelf.c (adjust_relative_path): New function.
217 (struct archive_info): New type.
218 (setup_archive): New function.
219 (release_archive): New function.
220 (setup_nested_archive): New function.
221 (get_archive_member_name): New function.
222 (get_archive_member_name_at): New function.
223 (make_qualified_name): New function.
224 (process_archive): Factor out code for reading archive index and
225 long filename table to setup_archive. Add support for thin archives.
226
227 2009-03-02 Nick Clifton <nickc@redhat.com>
228
229 * po/sk.po: Updated Slovak translation.
230
231 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
232
233 * configure: Regenerate.
234
235 2009-02-23 Cary Coutant <ccoutant@google.com>
236
237 * objdump.c (load_specific_debug_section): New function, from
238 load_debug_section.
239 (load_debug_section): Use load_specific_debug_section.
240 (dump_dwarf_section): Likewise.
241
242 2009-02-23 Cary Coutant <ccoutant@google.com>
243
244 * readelf.c (parse_args): Select all sections explicitly for -w.
245
246 2009-02-09 Kai Tietz <kai.tietz@onevision.com>
247
248 * windres.c (set_endianess): Copy name without leading '-'.
249
250 2009-02-09 Tristan Gingold <gingold@adacore.com>
251
252 * NEWS: Mention feature match between objdump and readelf for dumping
253 dwarf info.
254
255 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
256 objdump.
257
258 * objdump.c (usage): Update documentation for -W/--dwarf.
259 (enum option_values): Add OPTION_DWARF.
260 (long_options): --dwarf can accept arguments.
261 (dump_dwarf_section): Also check enabled field.
262 (main): Option -W can accept arguments, code moved to
263 dwarf.c and call dwarf_select_sections_all instead.
264 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
265 (parse_args): Move code to...
266 * dwarf.c (dwarf_select_sections_by_letters,
267 dwarf_select_sections_by_names): : ...here (new functions).
268 (do_debug_lines_decoded): Remove and replaced by ...
269 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
270 (display_debug_lines): Adjust for previous change.
271 (dwarf_select_sections_all): New function.
272 (debug_displays): Add initializer for enabled field.
273 * dwarf.h (do_debug_lines_decoded): Remove.
274 Add prototypes for the new functions.
275 (struct dwarf_section_display): Add enabled field.
276
277 2009-02-06 Nick Clifton <nickc@redhat.com>
278
279 * po/vi.po: Updated Vietnamese translation.
280
281 2009-02-03 Sandip Matte <sandip@rmicorp.com>
282
283 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
284
285 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
286
287 * NEWS: Move --as-needed change to ...
288 * ../ld/NEWS: Here.
289
290 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
291
292 * configure.in: AC_SUBST pdfdir.
293 * Makefile.am: Add install-pdf, install-pdf-am,
294 and install-pdf-recursive targets.
295 * doc/Makefile.am: Define pdf__strip_dir. Add
296 install-pdf and install-pdf-am targets.
297 * po/Make-in: Add install-pdf target.
298 * configure: Regenerate.
299 * Makefile.in: Regenerate.
300 * doc/Makefile.in: Regenerate.
301
302 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
303
304 PR binutils/9784
305 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
306
307 * doc/binutils.texi: Document --prefix=PREFIX and
308 --prefix-strip=LEVEL.
309
310 * objdump.c: Include "filenames.h".
311 (prefix): New.
312 (prefix_strip): Likewise.
313 (prefix_length): Likewise.
314 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
315 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
316 (long_options): Likewise.
317 (show_line): Handle prefix and prefix_strip.
318 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
319
320 * readelf.c (PATH_MAX): Moved to ...
321 * sysdep.h: Here.
322
323 2009-01-31 Alan Modra <amodra@bigpond.net.au>
324
325 * NEWS: Mention --as-needed change.
326
327 2009-01-29 Alan Modra <amodra@bigpond.net.au>
328
329 PR 9798
330 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
331 (bfd_get_archive_filename): Constify param.
332 * bucomm.h (bfd_get_archive_filename): Update prototype.
333 * objcopy.c (RETURN_NONFATAL): Delete.
334 (copy_unknown_object): Don't call bfd_get_archive_filename for
335 bfd_nonfatal_message filename, instead just pass bfd.
336 (copy_object): Likewise.
337 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
338 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
339 (setup_bfd_headers): Fix error message.
340
341 2009-01-27 Nick Clifton <nickc@redhat.com>
342
343 PR 9774
344 * objdump.c (disassemble_section): When the target uses signed
345 addresses make sure that we compute signed values.
346
347 2009-01-27 Nick Clifton <nickc@redhat.com>
348
349 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
350 maintainers.
351
352 2009-01-26 Nick Clifton <nickc@redhat.com>
353
354 PR 9766
355 * dlltool.c (xlate): When strip text after the @ sign, look for
356 the last one not the first one.
357
358 2009-01-16 Alan Modra <amodra@bigpond.net.au>
359
360 * configure.in (commonbfdlib): Delete.
361 * configure: Regenerate.
362
363 2008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
364
365 Cleanup code related to --identify option.
366
367 * binutils/dlltool.c (file scope): Removed globals identify_ms,
368 identify_member_contains_symname_result,
369 identify_dll_name_list_head, and identify_dll_name_list_tail.
370 Renamed existing typedef dll_name_list_type to
371 dll_name_list_node_type.
372 Added new typedefs dll_name_list_type, symname_search_data_type,
373 and identify_data_type.
374 (identify_append_dll_name_to_list): Renamed to...
375 (dll_name_list_append): ...here. Changed signature to accept list
376 argument rather than use global.
377 (identify_count_dll_name_list): Renamed to...
378 (dll_name_list_count): ...here. Changed signature to accept list
379 argument rather than use global.
380 (identify_print_dll_name_list): Renamed to...
381 (dll_name_list_print): ...here. Changed signature to accept list
382 argument rather than use global.
383 (identify_free_dll_name_list): Renamed to...
384 (dll_name_list_free_contents): ...here.
385 (dll_name_list_free): New function.
386 (dll_name_list_create): New function.
387 (identify_process_section_p): Changed signature to accept
388 ms_style_implib argument rather than use global.
389 (identify_member_contains_symname): Expect incoming void * data to
390 be symname_search_data_type.
391 (identify_dll_for_implib): Use new functions dll_name_list_create
392 and dll_name_list_free. Use new types symname_search_data_type
393 and identify_data_type to communicate with search routines.
394 (identify_search_section): Expect incoming void * data to be
395 identify_data_type. Use its contents rather than global
396 variables.
397
398 2009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
399
400 Add --identify-strict option. Handle ms-style implibs:
401
402 * dlltool.c (file scope): Added new globals identify_ms and
403 identify_strict. New typedef dll_name_list_type, and globals
404 identify_dll_name_list_head and identify_dll_name_list_tail. Added
405 new global identify_member_contains_symname_result.
406 (identify_append_dll_name_to_list): New function.
407 (identify_count_dll_name_list): New function.
408 (identify_print_dll_name_list): New function.
409 (identify_free_dll_name_list): New function.
410 (identify_search_archive): Changed signature to take function
411 pointer to operation to apply to each member, and data to pass on
412 to that function.
413 (identify_search_member): Changed signature to accept user data
414 from caller.
415 (identify_member_contains_symname): New function.
416 (identify_dll_for_implib): Rewrite. Now determines whether implib
417 is ms- or binutils- style, before searching sections for
418 dllname. Allows multiple dllnames.
419 (identify_process_section_p): Search alternate section for dllname
420 when implib is ms-style.
421 (identify_search_section): Add additional conditions to excludes
422 candidate sections from consideration.
423 (usage): Added --identify-strict.
424 (long_options): Added --identify-strict.
425 (main): Handle --identify-strict option.
426 * doc/binutils.texi: Document --identify-strict option.
427 * NEWS: Document --identify and --identify-strict options.
428
429 2009-01-13 Alan Modra <amodra@bigpond.net.au>
430
431 PR 7034
432 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
433
434 2009-01-13 Alan Modra <amodra@bigpond.net.au>
435
436 * objdump.c (disassemble_section): Don't assume non-instruction
437 data if object symbol at given address is in different section.
438
439 2009-01-12 Kai Tietz <kai.tietz@onevision.com>
440
441 * dlltool.c (create_for_pep): New.
442 (flush_page): Use create_for_pep instead of using
443 macro DLLTOOL_MX86_64 clause.
444 (generate_idata_ofile): Likewise.
445 (make_one_lib_file): Likewise.
446 (make_head): Likewise.
447 (make_tail): Likewise.
448 (main): Initialize create_for_pep.
449
450 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
451
452 * dlltool.c (use_nul_prefixed_import_tables): New.
453 (make_head): Make prefix leading zero prefix element for
454 idata$4 and idata$5 dependent to new flag.
455 (usage): Add new option --use-nul-prefixed-import-tables.
456 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
457 (long_options): Add --use-nul-prefixed-import-tables.
458 (main): Likewise.
459 * doc/binutils.texi: Add new option documentation for
460 --use-nul-prefixed-import-tables.
461 * NEWS: Add new option.
462
463 2009-01-06 Kai Tietz <kai.tietz@onevision.com>
464
465 * windres.c (set_endianess): Get architecture name
466 for internal target names like "pe-arm-wince-little".
467 (find_arch_match): New helper.
468 * ChangeLog: Reset it.
469 * ChangeLog-2008: Moved old ChangeLog.
470
471 For older changes see ChangeLog-2008
472 \f
473 Local Variables:
474 mode: change-log
475 left-margin: 8
476 fill-column: 74
477 version-control: never
478 End:
This page took 0.038914 seconds and 4 git commands to generate.