2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
[binutils.git] / binutils / ChangeLog
blobf7974f706efeed4421b18ddc7b098210b642f4fd
1 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
3   Merge cegcc and mingw32ce target name changes from CeGCC project.
5   2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
7         * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
8         * configure: Regenerate.
10 2009-06-15  Nick Clifton  <nickc@redhat.com>
12         PR 10263
13         * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
14         the flags field of the disassemble_info structure if the -D switch
15         is in operation.
17 2009-06-12  Homer Xing  <homer.xing@yahoo.com>
19         * NEWS: Mention new feature added to gprof.
21 2009-06-12  John Reiser  <jreiser@BitWagon.com>
23         * readelf.c (process_symbol_table): Set gnubuckets to NULL after
24         freeing it and before returning.
26 2009-06-12  Jakub Jelinek  <jakub@redhat.com>
28         * readelf.c (process_symbol_table): Don't return early if
29         .hash/.gnu.hash is empty/unusable and not -D.
31 2009-06-09  Tom Bramer  <tjb@postpro.net>
33         PR 10165
34         * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
35         to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
37 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
39         * strings.c (main): Delay parsing of decimal digits.
41 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
43         * dep-in.sed: Don't use \n in replacement part of s command.
44         * Makefile.am (DEP1): LC_ALL for uniq.
45         Run "make dep-am".
46         * Makefile.in: Regenerate.
48 2009-06-03  Tristan Gingold  <gingold@adacore.com>
50         * MAINTAINERS: Add myself as Mach-O maintainer.
52 2009-06-01  Alan Modra  <amodra@bigpond.net.au>
54         PR 10199
55         * doc/binutils.texi (nm): Correct -S description.
57 2009-05-28  Nick Clifton  <nickc@redhat.com>
59         * po/da.po: Updated Danish translation.
61 2009-05-28  Nick Clifton  <nickc@redhat.com>
63         * readelf.c (display_debug_section): Do not display debug sections
64         with the NOBITS section type.
66 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
68         * aclocal.m4: Include ../config/plugins.m4.
69         * configure.in: Use AC_PLUGINS.
70         * configure: Regenerate.
71         * Makefile.in: Regenerate.
72         * doc/Makefile.in: Regenerate.
74 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
76         * ar.c (main): Call bfd_plugin_set_program_name.
77         * nm.c (main): Call bfd_plugin_set_program_name.
79 2009-05-27  Nathan Sidwell  <nathan@codesourcery.com>
81         * sysdump.c (tab): Use puts rather than two printfs.
83 2009-05-26  Nick Clifton  <nickc@redhat.com>
85         * po/id.po: Updated Indonesian translation.
86         * po/binutils.pot: Updated template file.
88 2009-05-26  Rafael Avila de Espindola  <espindola@google.com>
90         * ar.c: Include plugin.h.
91         (main): Handle the --plugin option.
92         * nm.c: Include plugin.h.
93         (OPTION_PLUGIN): New.
94         (long_options): Add plugin.
95         (main): Handle OPTION_PLUGIN.
96         * NEWS: Mention  the new feature.
97         * doc/binutils: Documement the new command line options.
98         * configure.in: Check for --enable-plugins.
99         * configure: Regenerate.
101 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
103         * dep-in.sed: Output one filename per line with all lines having
104         continuation backslash.  Prefix first line with "A", following
105         lines with "B".
106         * Makefile.am (DEP): Don't use dep.sed here.
107         (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
108         sort and uniq.
109         * Makefile.in: Regenerate.
111 2009-05-25  Tristan Gingold  <gingold@adacore.com>
113         * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
115         * configure.com: Fix it: handle alloca and define TARGET in config.h.
117 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
119         * Makefile.am: Run "make dep-am".
120         * Makefile.in: Regenerate.
122 2009-05-12  Alan Modra  <amodra@bigpond.net.au>
124         * objcopy.c (set_long_section_mode): Check input_bfd is coff
125         before accessing coff specific fields of bfd.
127 2009-05-09  Dave Korn  <dave.korn.cygwin@gmail.com>
129         * MAINTAINERS:  Add myself as PE/COFF co-maintainer.
131 2009-05-08  Kai Tietz  <kai.tietz@onevision.com>
133         * winduni.c (iconv_onechar): Only define when HAVE_ICONV
134         is defined, but not when __CYGWIN__ or _WIN32 are defined.
135         See wind_iconv_cp for call logic of this local funtion.
137 2009-05-05  Guillaume Duhamel  <guillaume.duhamel@gmail.com>
139         PR 10109
140         * winduni.c: Replace test of HAVE_ICONV_H with a test of
141         HAVE_ICONV.
142         (iconv_onechar): Use ICONV_CONST instead of "const".
143         (wind_MultiByteToWideChar): Initialise local strings.
145 2009-04-30  Nick Clifton  <nickc@redhat.com>
147         * readelf.c (dump_relocations): Display a relocation against an
148         ifunc symbol as if it were a function invocation.
149         (get_symbol_type): Handle STT_GNU_IFUNC.
151 2009-04-29  Anthony Green  <green@moxielogic.com>
153         * NEWS: Tweak verilog support description.
155 2009-04-29  Alan Modra  <amodra@bigpond.net.au>
156             Denis Scherbakov <denis_scherbakov@yahoo.com>
158         * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
159         read, and merge with 32-bit case.
161 2009-04-27  Anthony Green  <green@moxielogic.com>
163         * NEWS: Mention verilog support added to bfd.
165 2009-04-27  H.J. Lu  <hongjiu.lu@intel.com>
167         * objcopy.c (copy_object): Copy pe_opthdr before changing PE
168         parameters.
170 2009-04-24  Cary Coutant  <ccoutant@google.com>
172         * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
173         Add missing newlines to HP extensions.
175 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
177         * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
178         * doc/binutils.texi: Likewise.
180 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
182         PR binutils/10074
183         * objcopy.c: Include coff/i386.h and coff/pe.h.
184         (pe_file_alignment): New.
185         (pe_heap_commit): Likewise.
186         (pe_heap_reserve): Likewise.
187         (pe_image_base): Likewise.
188         (pe_section_alignment): Likewise.
189         (pe_stack_commit): Likewise.
190         (pe_stack_reserve): Likewise.
191         (pe_subsystem): Likewise.
192         (pe_major_subsystem_version): Likewise.
193         (pe_minor_subsystem_version): Likewise.
194         (set_pe_subsystem): Likewise.
195         (convert_efi_target): Likewise.
196         (command_line_switch): Add OPTION_FILE_ALIGNMENT,
197         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
198         OPTION_STACK and OPTION_SUBSYSTEM.
199         (copy_options): Likewise.
200         (copy_usage): Add --file-alignment, --heap, --image-base,
201         --section-alignment, --stack and --subsystem.
202         (copy_object): Set up PE parameters.
203         (copy_main): Process Add OPTION_FILE_ALIGNMENT,
204         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
205         OPTION_STACK and OPTION_SUBSYSTEM.   Convert EFI target to
206         PEI target.
208         * NEWS: Mention --file-alignment, --heap, --image-base,
209         --section-alignment, --stack and --subsystem command line
210         options for objcopy.
212         * doc/binutils.texi: Document --file-alignment, --heap,
213         --image-base, --section-alignment, --stack and --subsystem
214         command line options for objcopy.
216 2009-04-15  Anthony Green  <green@moxielogic.com>
218         * MAINTAINERS: Add myself as Moxie port maintainer.
220 2009-04-14  Dave Korn  <dave.korn.cygwin@gmail.com>
222         * objcopy.c (enum long_section_name_handling):  New enum type.
223         (enum command_line_switch):  Add OPTION_LONG_SECTION_NAMES.
224         (copy_options[]):  Add entry for --long-section-names option.
225         (copy_usage):  Document it.
226         (set_long_section_mode):  New subroutine.
227         (copy_file):  Call it.
228         (copy_main):  Accept OPTION_LONG_SECTION_NAMES and parse arg.
229         * doc/binutils.texi:  Update objcopy documentation with details
230         of new option.
232 2009-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
234         * dlltool.c (set_dll_name_from_def):  Accept new second arg that
235         indicates if we are building DLL or EXE, and use it to add a
236         default suffix to the output filename when none is already present.
237         (def_name):  Indicate we are building an EXE when calling it.
238         (def_library):  Indicate we are building a DLL when calling it.
240 2009-04-01  Jari Aalto  <jari.aalto@cante.net>
242         PR 9972
243         * doc/binutils.texi (strings): Document the -V alias for the
244         --version option.
245         * strings.c (usage): Likewise.
247 2009-03-31  Nick Clifton  <nickc@redhat.com>
249         PR 9992
250         * configure.in: Import Solaris specific largefile test from
251         bfd/configure.in.
252         * configure: Regenerate.
254 2009-03-30  Richard Sandiford  <rdsandiford@googlemail.com>
256         * MAINTAINERS: Add self.
258 2009-03-27  Nick Clifton  <nickc@redhat.com>
260         * dwarf.c (display_debug_ranges): Add the base address to the
261         displayed values for 'Begin' and 'End'. 
263 2009-03-25  Ryan Mansfield  <rmansfield@qnx.com>
265         * readelf.c (process_file_header): Don't report a corrupt string
266         table index if it is zero.
268 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
270         * dwarf.c (dwarf_regnames): Moved before frame_need_space.
271         (dwarf_regnames_count): Likewise.
272         (frame_need_space): Return int.
273         (display_debug_frames): Check invalid registers.
275 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
277         * readelf.c (debug_apply_relocations): Check relocations
278         against STT_SECTION symbol.
280 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
282         * readelf.c (debug_apply_relocations): Allow relocations
283         against function symbols.
285 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
287         * sysdep.h: Include alloca-conf.h instead of config.h and remove
288         existing #if's handling alloca.
289         * Makefile.am: Run "make dep-am".
290         * Makefile.in: Regenerate.
292 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
294         * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
295         * configure.in: Likewise.
296         * configure: Regenerate.
298 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
300         PR binutils/9945
301         * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
303 2009-03-11  Chris Demetriou  <cgd@google.com>
305         * ar.c (deterministic): New global variable.
306         (main): Recognize new 'D' option, which enables 'deterministic mode'.
307         (usage): Document new 'D' option.
308         (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
309         flags if deterministic mode was requested.
310         * doc/binutils.texi (ar): Document deterministic mode ('D' option).
312 2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
314         PR binutils/9933
315         * objcopy.c (filter_symbols): Properly handle common symbols
316         in relocatable file.
318 2009-03-06  Nick Clifton  <nickc@redhat.com>
320         * po/es.po: Updated Spanish translation.
322 2009-03-05  Nick Clifton  <nickc@redhat.com>
324         * objdump.c (disassemble_section): If the computed next offset is
325         not beyond the current offset then just continue to the end.
327 2009-03-04  Tristan Gingold  <gingold@adacore.com>
329         * MAINTAINERS: Add myself as VMS maintainer.
331 2009-03-03  Nick Clifton  <nickc@redhat.com>
333         * readelf.c: Update formatting.
335 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
337         * Makefile.am: Run "make dep-am".
338         * Makefile.in: Regenerate.
340 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
342         * objdump.c (disassemble_section): Mask address before sign extending.
344 2009-03-02  Sebastian Biallas  <sb@biallas.net>
346         * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
347         (parse_ieee_bb): Set the filename if it has not already been
348         discovered.
350 2009-03-02  Cary Coutant  <ccoutant@google.com>
352         * readelf.c (adjust_relative_path): New function.
353         (struct archive_info): New type.
354         (setup_archive): New function.
355         (release_archive): New function.
356         (setup_nested_archive): New function.
357         (get_archive_member_name): New function.
358         (get_archive_member_name_at): New function.
359         (make_qualified_name): New function.
360         (process_archive): Factor out code for reading archive index and
361         long filename table to setup_archive.  Add support for thin archives.
363 2009-03-02  Nick Clifton  <nickc@redhat.com>
365         * po/sk.po: Updated Slovak translation.
367 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
369         * configure: Regenerate.
371 2009-02-23  Cary Coutant <ccoutant@google.com>
373         * objdump.c (load_specific_debug_section): New function, from
374         load_debug_section.
375         (load_debug_section): Use load_specific_debug_section.
376         (dump_dwarf_section): Likewise.
378 2009-02-23  Cary Coutant <ccoutant@google.com>
380         * readelf.c (parse_args): Select all sections explicitly for -w.
382 2009-02-09  Kai Tietz  <kai.tietz@onevision.com>
384         * windres.c (set_endianess): Copy name without leading '-'.
386 2009-02-09  Tristan Gingold  <gingold@adacore.com>
388         * NEWS: Mention feature match between objdump and readelf for dumping
389         dwarf info.
391         * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
392         objdump.
394         * objdump.c (usage): Update documentation for -W/--dwarf.
395         (enum option_values): Add OPTION_DWARF.
396         (long_options): --dwarf can accept arguments.
397         (dump_dwarf_section): Also check enabled field.
398         (main): Option -W can accept arguments, code moved to
399         dwarf.c and call dwarf_select_sections_all instead.
400         * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
401         (parse_args): Move code to...
402         * dwarf.c (dwarf_select_sections_by_letters,
403         dwarf_select_sections_by_names): : ...here (new functions).
404         (do_debug_lines_decoded): Remove and replaced by ...
405         (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
406         (display_debug_lines): Adjust for previous change.
407         (dwarf_select_sections_all): New function.
408         (debug_displays): Add initializer for enabled field.
409         * dwarf.h (do_debug_lines_decoded): Remove.
410         Add prototypes for the new functions.
411         (struct dwarf_section_display): Add enabled field.
413 2009-02-06  Nick Clifton  <nickc@redhat.com>
415         * po/vi.po: Updated Vietnamese translation.
417 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
419         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
421 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
423         * NEWS: Move --as-needed change to ...
424         * ../ld/NEWS: Here.
426 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
428         * configure.in: AC_SUBST pdfdir.
429         * Makefile.am: Add install-pdf, install-pdf-am,
430         and install-pdf-recursive targets.
431         * doc/Makefile.am: Define pdf__strip_dir. Add
432         install-pdf and install-pdf-am targets.
433         * po/Make-in: Add install-pdf target.
434         * configure: Regenerate.
435         * Makefile.in: Regenerate.
436         * doc/Makefile.in: Regenerate.
438 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
440         PR binutils/9784
441         * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
443         * doc/binutils.texi: Document --prefix=PREFIX and
444         --prefix-strip=LEVEL.
446         * objdump.c: Include "filenames.h".
447         (prefix): New.
448         (prefix_strip): Likewise.
449         (prefix_length): Likewise.
450         (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
451         (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
452         (long_options): Likewise.
453         (show_line): Handle prefix and prefix_strip.
454         (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
456         * readelf.c (PATH_MAX): Moved to ...
457         * sysdep.h: Here.
459 2009-01-31  Alan Modra  <amodra@bigpond.net.au>
461         * NEWS: Mention --as-needed change.
463 2009-01-29  Alan Modra  <amodra@bigpond.net.au>
465         PR 9798
466         * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
467         (bfd_get_archive_filename): Constify param.
468         * bucomm.h (bfd_get_archive_filename): Update prototype.
469         * objcopy.c (RETURN_NONFATAL): Delete.
470         (copy_unknown_object): Don't call bfd_get_archive_filename for
471         bfd_nonfatal_message filename, instead just pass bfd.
472         (copy_object): Likewise.
473         (copy_archive, copy_file): Likewise.  Expand RETURN_NONFATAL.  On
474         bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
475         (setup_bfd_headers): Fix error message.
477 2009-01-27  Nick Clifton  <nickc@redhat.com>
479         PR 9774
480         * objdump.c (disassemble_section): When the target uses signed
481         addresses make sure that we compute signed values.
483 2009-01-27  Nick Clifton  <nickc@redhat.com>
485         * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
486         maintainers.
488 2009-01-26  Nick Clifton  <nickc@redhat.com>
490         PR 9766
491         * dlltool.c (xlate): When strip text after the @ sign, look for
492         the last one not the first one.
494 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
496         * configure.in (commonbfdlib): Delete.
497         * configure: Regenerate.
499 2008-01-14  Charles Wilson  <cygwin@cwilson.fastmail.fm>
501         Cleanup code related to --identify option.
503         * binutils/dlltool.c (file scope): Removed globals identify_ms,
504         identify_member_contains_symname_result,
505         identify_dll_name_list_head, and identify_dll_name_list_tail.
506         Renamed existing typedef dll_name_list_type to
507         dll_name_list_node_type.
508         Added new typedefs dll_name_list_type, symname_search_data_type,
509         and identify_data_type.
510         (identify_append_dll_name_to_list): Renamed to...
511         (dll_name_list_append): ...here.  Changed signature to accept list
512         argument rather than use global.
513         (identify_count_dll_name_list): Renamed to...
514         (dll_name_list_count): ...here.  Changed signature to accept list
515         argument rather than use global.
516         (identify_print_dll_name_list): Renamed to...
517         (dll_name_list_print): ...here.  Changed signature to accept list
518         argument rather than use global.
519         (identify_free_dll_name_list): Renamed to...
520         (dll_name_list_free_contents): ...here.
521         (dll_name_list_free): New function.
522         (dll_name_list_create): New function.
523         (identify_process_section_p): Changed signature to accept
524         ms_style_implib argument rather than use global.
525         (identify_member_contains_symname): Expect incoming void * data to
526         be symname_search_data_type.
527         (identify_dll_for_implib): Use new functions dll_name_list_create
528         and dll_name_list_free.  Use new types symname_search_data_type
529         and identify_data_type to communicate with search routines.
530         (identify_search_section): Expect incoming void * data to be
531         identify_data_type. Use its contents rather than global
532         variables.
534 2009-01-13  Charles Wilson  <cygwin@cwilson.fastmail.fm>
536         Add --identify-strict option.  Handle ms-style implibs:
538         * dlltool.c (file scope): Added new globals identify_ms and
539         identify_strict. New typedef dll_name_list_type, and globals
540         identify_dll_name_list_head and identify_dll_name_list_tail. Added
541         new global identify_member_contains_symname_result.
542         (identify_append_dll_name_to_list): New function.
543         (identify_count_dll_name_list): New function.
544         (identify_print_dll_name_list): New function.
545         (identify_free_dll_name_list): New function.
546         (identify_search_archive): Changed signature to take function
547         pointer to operation to apply to each member, and data to pass on
548         to that function.
549         (identify_search_member): Changed signature to accept user data
550         from caller.
551         (identify_member_contains_symname): New function.
552         (identify_dll_for_implib): Rewrite. Now determines whether implib
553         is ms- or binutils- style, before searching sections for
554         dllname. Allows multiple dllnames.
555         (identify_process_section_p): Search alternate section for dllname
556         when implib is ms-style.
557         (identify_search_section): Add additional conditions to excludes
558         candidate sections from consideration.
559         (usage): Added --identify-strict.
560         (long_options): Added --identify-strict.
561         (main): Handle --identify-strict option.
562         * doc/binutils.texi: Document --identify-strict option.
563         * NEWS: Document --identify and --identify-strict options.
565 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
567         PR 7034
568         * doc/binutils.texi (objdump -R): Note effect of -d or -D.
570 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
572         * objdump.c (disassemble_section): Don't assume non-instruction
573         data if object symbol at given address is in different section.
575 2009-01-12  Kai Tietz  <kai.tietz@onevision.com>
577         * dlltool.c (create_for_pep): New.
578         (flush_page): Use create_for_pep instead of using
579         macro DLLTOOL_MX86_64 clause.
580         (generate_idata_ofile): Likewise.
581         (make_one_lib_file): Likewise.
582         (make_head): Likewise.
583         (make_tail): Likewise.
584         (main): Initialize create_for_pep.
586 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
588         * dlltool.c (use_nul_prefixed_import_tables): New.
589         (make_head): Make prefix leading zero prefix element for
590         idata$4 and idata$5 dependent to new flag.
591         (usage): Add new option  --use-nul-prefixed-import-tables.
592         (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
593         (long_options): Add --use-nul-prefixed-import-tables.
594         (main): Likewise.
595         * doc/binutils.texi: Add new option documentation for
596         --use-nul-prefixed-import-tables.
597         * NEWS: Add new option.
599 2009-01-06  Kai Tietz  <kai.tietz@onevision.com>
601         * windres.c (set_endianess): Get architecture name
602         for internal target names like "pe-arm-wince-little".
603         (find_arch_match): New helper.
604         * ChangeLog: Reset it.
605         * ChangeLog-2008: Moved old ChangeLog.
607 For older changes see ChangeLog-2008
609 Local Variables:
610 mode: change-log
611 left-margin: 8
612 fill-column: 74
613 version-control: never
614 End: