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