ld/testsuite/
[binutils.git] / binutils / ChangeLog
blobf03ccf0aea6a02180578bf85381afc90fb3c1c95
1 2009-09-18  Nick Clifton  <nickc@redhat.com>
3         * po/es.po: Updated Spanish translation.
4         * po/vi.po: Updated Vietnamese translation.
6 2009-09-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
8         * readelf.c (process_version_sections, process_symbol_table):
9         Use symbolic constants.
11 2009-09-11  Nick Clifton  <nickc@redhat.com>
13         * po/binutils.pot: Updated by the Translation project.
15 2009-09-11  Philippe De Muyter  <phdm@macqel.be>
17         * obcopy.c (copy_object): New parameter `input_arch', architecture
18         of input file, if not specified in input file itself; all callers
19         updated; `binary_architecture' hack removed.
20         (copy_archive, copy_file): New parameter `input_arch', for
21         `copy_object' usage.
22         (copy_main): Accept `-B' (`--binary-architecture') option also
23         for any arch-less input ifile format, not only `binary'; remove
24         bfd_external_binary_architecture hack; instead, add `input_arch'
25         to calls to `copy_file'.
26         * windres.c, windmc.c : Obsolete and useless external references
27         to `bfd_external_binary_architecture' or `bfd_external_machine'
28         removed.
29         * doc/binutils.texi: Mention that -B parameter can be used for any
30         input file type which does not have its own architecture.
32 2009-09-10  Martin Thuresson  <martin@mtme.org>
34         Update soruces to compile cleanly with -Wc++-compat:
36         * addr2line.c (slurp_symtab): Fix casts. Introduce variable
37         minisyms to avoid aliasing varning.
38         * ar.c: Add casts.
39         (normalize): Use name del instead of delete.
40         (display_target_list,display_info_table): Change loop counter
41         variable a to int.
42         * bucomm.c: Add casts.
43         * debug.c: Update function to use new names.
44         (struct debug_baseclass): Rename member from virtual to
45         is_virtual.
46         (struct debug_type_s, struct debug_field_s, struct
47         debug_baseclass_s, struct debug_method_s, struct
48         debug_method_variant_s, struct debug_type_s): Rename struct from
49         avoid name collision.
50         * debug.h: Use new struct names.
51         * dwarf.c: Add casts.
52         (free_debug_memory): Change loop counter variable a to int.
53         * ieee.c: Add casts.
54         (enum ieee_var_kind): Move to top level.
55         (ieee_class_baseclass): Rename parameter virtual to is_virtual.
56         (ieee_class_method_var): Rename variable virtual to is_virtual.
57         * nm.c: Add casts.
58         * objcopy.c: Add casts.
59         (copy_archive): Rename variable delete to del.
60         * objdump.c: Add casts.
61         (dump_dwarf_section): Change loop counter variable i to int.
62         * prdbg.c: Add casts.
63         (pr_class_baseclass,tg_class_baseclass): Rename parameters virtual
64         to is_virtual.
65         * readelf.c: Add casts.
66         (struct ia64_unw_table_entry,struct hppa_unw_table_entry): Move to
67         top level.
68         * size.c: Add casts.
69         * stabs.c (parse_stab_type, parse_stab_range_type,
70         (parse_stab_cpp_abbrev): Rename parameter from typename to
71         type_name.
72         (parse_stab_baseclasses): Rename variable virtual to is_virtual.
73         * strings.c: Add casts.
74         * wrstabs.c (stab_class_baseclass): Rename parameter virtual to
75         is_virtual.
77 2009-09-09  Nick Clifton  <nickc@redhat.com>
79         PR 10478:
80         readelf.c (get_elf_section_flags): Add support for SHF_EXCLUDE and
81         SHF_ORDERED.
82         (process_section_headers): Warn about out of range sh_link
83         values.  When displaying detailed section header information
84         annote the SHN_BEFORE and SHN_AFTER values.
86 2009-09-08  Alan Modra  <amodra@bigpond.net.au>
88         * dwarf.c (byte_get_little_endian): Handle size of 3.
89         (byte_get_big_endian): Likewise.
90         * readelf.c (byte_put_little_endian): Likewise.
91         (byte_put_big_endian): Likewise.
92         (is_24bit_abs_reloc): New function.
93         (is_none_reloc): Formatting.
94         (apply_relocations): Use is_24bit_abs_reloc.  Handle pj and xtensa
95         reloc peculiarity.
97 2009-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
99         * readelf.c (is_none_reloc <EM_XTENSA_OLD>, is_none_reloc <EM_XTENSA>):
100         New.
102 2009-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
104         * dwarf.c (process_debug_info): Support section padding abbrev codes.
106 2009-09-07  Tristan Gingold  <gingold@adacore.com>
108         * po/binutils.pot: Regenerate.
110 2009-09-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
112         * Makefile.am (sysdump.o): Depend on sysroff.c.
113         * Makefile.in: Regenerate.
115 2009-09-05  Martin Thuresson  <martin@mtme.org>
117         * ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class,
118         ieee_read_reference): Rename variables named class to cxxclass.
120 2009-09-04  Tristan Gingold  <gingold@adacore.com>
122         * BRANCHES: Add binutils-2_20-branch.
124 2009-09-04  Tristan Gingold  <gingold@adacore.com>
126         * NEWS: Add marker for 2.20.
128 2009-09-04  Timo Kreuzer  <timo.kreuzer@web.de>
130         * dlltool.c (delayimp_name): Add new global variable
131         (usage, long_options, main): Add new option "-y" / "--output-delaylib"
132         (struct mac): Add fields how_dljtab_size, how_dljtab_roff1, 
133         how_dljtab_roff2, how_dljtab, trampoline.
134         (i386_dljtab): Add binary stub for x86 delay import.
135         (i386_trampoline): Add text assembly stub for x86 delay import.
136         (mtable): Add delay import data for M386 and MX86 only.
137         (make_delay_head): New function.
138         (make_one_lib_file): New arg delay creates delay-load import stub.
139         (gen_lib_file): New arg delay likewise.
140         (HOW_JTAB, HOW_JTAB_SIZE, HOW_JTAB_ROFF): New arg delay likewise.
141         (HOW_JTAB_ROFF2, HOW_JTAB_ROFF3): New macros for delay import.
142         (make_tail): Convert hard TABS embedded in strings to "\t" escapes.
143         * NEWS: Mention new feature.  Also fix whitespace.
144         * doc/binutils.texi: Updated dlltool documentation.
146 2009-09-02  Tristan Gingold  <gingold@adacore.com>
148         * configure.com: Do not copy makefile.vms-in to makefile.vms
149         * makefile.vms-in: Renamed to...
150         * makefile.vms: ... this usual name as it is not processed anymore.
151         Remove WRITE_DEBUG_OBJS (unused) and reorder object files for
152         objdump.exe.
154 2009-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
156         * Makefile.am (arparse.o, arlex.o, sysroff.o, defparse.o)
157         (deflex.o, nlmheaders.o, rcparse.o, mcparse.o): Supply correct
158         source file name for generated files which may be in $(srcdir).
159         * Makefile.in: Regenerate.
161 2009-09-01  H.J. Lu  <hongjiu.lu@intel.com>
163         * version.c (print_version): Change to "Copyright 2009".
165 2009-09-01  Tristan Gingold  <gingold@adacore.com>
167         * makefile.vms-in: Remove unused VERSION variable.  Remove unused
168         dependencies.
169         * configure.com: Ported to Itanium VMS.  Create build.com DCL script.
171 2009-08-29  Martin Thuresson  <martin@mtme.org>
173         * nlmconv.c (main): Rename variable new to new_name.
175 2009-08-28  H.J. Lu  <hongjiu.lu@intel.com>
177         * Makefile.am (sysinfo$(EXEEXT_FOR_BUILD)): Replace
178         CFLAGS/LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
179         (syslex.o): Likewise.
180         (sysinfo.o): Likewise.
181         (bin2c$(EXEEXT_FOR_BUILD)): Likewise.
182         * Makefile.in: Regenerated.
184 2009-08-27  Dave Korn  <dave.korn.cygwin@gmail.com>
186         * doc/binutils.texi (--only-keep-debug): Relocate stray para here ...
187         (--subsystem): ... from here.
189 2009-08-24  Cary Coutant  <ccoutant@google.com>
191         * objdump.c (find_symbol_for_address): Avoid costly call to
192         bfd_octets_per_byte.
194 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
196         * Makefile.am (am__skiplex, am__skipyacc): New.
197         * Makefile.in: Regenerate.
199 2009-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
201         * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
202         * Makefile.in: Regenerate.
204 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
206         * Makefile.am (AM_CPPFLAGS): Renamed from ...
207         (INCLUDES): ... this.
208         (bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
209         (installcheck-local): Renamed from ...
210         (installcheck): ... this.
211         * Makefile.in: Regenerate.
213         * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add no-dist and
214         foreign.
215         (MKDEP, CLEANFILES): Remove now-unneeded variables.
216         (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
217         (mkdep section): Remove.
218         (BUILT_SOURCES): New variable, list $(GENERATED_HFILES).
219         (EXTRA_ar_SOURCES): New, list $(CFILES).
220         (syslex.o): Depend on syslex.c.
221         (sysinfo.o): Depend on sysinfo.c.
222         (arparse.h, defparse.h, nlmheaders.h rcparse.h mcparse.h):
223         Remove dependencies, now tracked by automake.
224         (srconv.o): Depend on sysroff.c.
225         (objdump.o, arparse.o, arlex.o, sysroff.o, defparse.o, deflex.o)
226         (nlmheader.o, rcparse.o, mcparse.o, rclex.o, mclex.o, dlltool.o)
227         (rescoff.o, nlmconv.o): Rewrite using automake-style dependency
228         tracking rules; only list the dependency upon the primary source
229         file, but no included headers.
230         * Makefile.in: Regenerate.
232         * Makefile.am (install-pdf, install-pdf-recursive, install-html)
233         (install-html-recursive): Remove.
234         * Makefile.in: Regenerate.
235         * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
236         (html__strip_dir, install-html, install-html-am): Remove.
237         * doc/Makefile.in: Regenerate.
239         * Makefile.in: Regenerate.
240         * aclocal.m4: Likewise.
241         * config.in: Likewise.
242         * configure: Likewise.
243         * doc/Makefile.in: Likewise.
245 2009-08-17  Nick Clifton  <nickc@redhat.com>
247         * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
248         32-bit absolute reloc for the purposes of processing debug
249         sections.
251 2009-08-10  Daniel Gutson  <dgutson@codesourcery.com>
253         * readelf.c (get_arm_section_type_name): Added support for
254         new sections headers.
256 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
258         PR binutils/10364
259         * objcopy.c (strip_main): Check return from smart_rename.
260         (copy_main): Likewise.
262 2009-07-27  Nick Clifton  <nickc@redhat.com>
264         PR 10413
265         * objdump.c (dump_section_header): Skip sections that we are
266         ignoring.
268 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
270         * readelf.c (guess_is_rela): Handle EM_L1OM.
271         (dump_relocations): Likewise.
272         (get_machine_name): Likewise.
273         (get_section_type_name): Likewise.
274         (get_elf_section_flags): Likewise.
275         (get_symbol_index_type): Likewise.
276         (is_32bit_abs_reloc): Likewise.
277         (is_32bit_pcrel_reloc): Likewise.
278         (is_64bit_abs_reloc): Likewise.
279         (is_64bit_pcrel_reloc): Likewise.
280         (is_none_reloc): Likewise.
282 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
284         * readelf.c (get_symbol_binding): For Linux targeted files return
285         UNIQUE for symbols with the STB_GNU_UNIQUE binding.
286         * doc/binutils.texi: Document the meaning of the 'u' symbol
287         binding in the output of nm and objdump --syms.
289 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
291         * NEWS: Mention --insn-width.
293         * objdump.c (insn_width): New.
294         (usage): Display --insn-width.
295         (option_values): Add OPTION_INSN_WIDTH.
296         (long_options): Add --insn-width.
297         (disassemble_bytes): Handle insn_width.
298         (main): Handle OPTION_INSN_WIDTH.
300         * doc/binutils.texi: Document --insn-width.
302 2009-07-17  Nick Clifton  <nickc@redhat.com>
304         * dwarf.c (display_debug_lines): If do_debug_lines has not been
305         set then default to displaying raw .debug_line section contents.
307 2009-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
309         Support unordered .debug_info references to .debug_ranges.
310         * dwarf.c (struct range_entry, range_entry_compar): New.
311         (display_debug_ranges): Remove variables last_offset, first, j,
312         seen_first_offset, use_debug_info and next.  New variables
313         range_entries and range_entry_fill.  Create the sorted copy
314         range_entries.  Remove the FIXME error on detected unordered references.
315         * dwarf.h (debug_info <range_lists>): New comment.
317 2009-07-14  Nick Clifton  <nickc@redhat.com>
319         PR 10380
320         * README: Document use of LDFLAGS="--static".
322 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
324         * Makefile.am: Run "make dep-am".
325         * Makefile.in: Regenerated.
327 2009-07-10  Tom Tromey  <tromey@redhat.com>
329         * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
330         * Makefile.in: Rebuild.
331         * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
333 2009-07-06  Tristan Gingold  <gingold@adacore.com>
335         * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
336         sections.
337         * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
338         * dwarf.c (debug_displays): Adjust for removed field.
340 2009-07-03  Jakub Jelinek  <jakub@redhat.com>
342         * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
343         and DW_OP_implicit_value.
345 2009-07-01  Nick Clifton  <nickc@redhat.com>
347         PR 6714
348         * rclex.c (handle_quotes): Do not complain about whitespace
349         separating quoted strings.
350         (rclex_string): Ignore whitespace when looking for a new opening
351         quote following a closing quote.
353 2009-06-27  H.J. Lu  <hongjiu.lu@intel.com>
355         PR binutils/10321
356         * bucomm.c (get_file_size): Return -1 on error.
358         * objcopy.c (copy_file): Report empty file.
360 2009-06-23  Nick Clifton  <nickc@redhat.com>
362         * dwarf.c (display_debug_lines_raw): Include the name of the
363         section in warning message.
364         (struct debug_display): Enable reloc processing for .debug_line
365         and .debug_ranges sections.
367         * readelf.c: Add --relocated-dump command line option to dump the
368         relocated contents of a specified section.
369         (request_dump): New function.
370         (parse_args): Use it.
371         (dump_section_as_bytes): Add parameter to indicate whether the
372         contents should be relocated.
373         (target_specific_reloc_handling): Add code for a R_MN10300_16
374         reloc found after a R_MN10300_SYM_DIFF reloc.
375         (debug_apply_relocations): Rename to apply_relocations.
376         (get_section_contents): New function.  Replaces common code found
377         in dump_section_as_strings and dump_section_as_bytes.
378         * doc/binutils.texi: Document new command line option.
379         * NEWS: Mention the new feature.
381 2009-06-22  Nick Clifton  <nickc@redhat.com>
383         * readelf.c (target_specific_reloc_handling): New function:
384         Processes relocs in a target specific manner.
385         (debug_apply_relocations): Use the new function.
386         * dwarf.c (display_debug_loc): End the dump with a blank line.
387         (struct debug_display): Enable reloc processing for .debug_aranges
388         and .debug_loc sections.
390 2009-06-19  Nick Clifton  <nickc@redhat.com>
392         * ar.c (usage): Do not use #ifdef inside _("...).
393         * nm.c (usage): Likewise.
395 2009-06-18  Nick Clifton  <nickc@redhat.com>
397         PR 10288
398         * objdump.c (disassemble_bytes): Set the
399         USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
400         if the user has invoked the -m switch.
401         * doc/binutils.texi: Document the additional behaviour of
402         objdump's -m switch for ARM targets.
404 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
406         * configure.in: Merge cegcc and mingw32ce target name changes from
407         CeGCC project.
409 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
411         * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
412         * configure: Regenerate.
414 2009-06-15  Nick Clifton  <nickc@redhat.com>
416         PR 10263
417         * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
418         the flags field of the disassemble_info structure if the -D switch
419         is in operation.
421 2009-06-12  Homer Xing  <homer.xing@yahoo.com>
423         * NEWS: Mention new feature added to gprof.
425 2009-06-12  John Reiser  <jreiser@BitWagon.com>
427         * readelf.c (process_symbol_table): Set gnubuckets to NULL after
428         freeing it and before returning.
430 2009-06-12  Jakub Jelinek  <jakub@redhat.com>
432         * readelf.c (process_symbol_table): Don't return early if
433         .hash/.gnu.hash is empty/unusable and not -D.
435 2009-06-09  Tom Bramer  <tjb@postpro.net>
437         PR 10165
438         * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
439         to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
441 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
443         * strings.c (main): Delay parsing of decimal digits.
445 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
447         * dep-in.sed: Don't use \n in replacement part of s command.
448         * Makefile.am (DEP1): LC_ALL for uniq.
449         Run "make dep-am".
450         * Makefile.in: Regenerate.
452 2009-06-03  Tristan Gingold  <gingold@adacore.com>
454         * MAINTAINERS: Add myself as Mach-O maintainer.
456 2009-06-01  Alan Modra  <amodra@bigpond.net.au>
458         PR 10199
459         * doc/binutils.texi (nm): Correct -S description.
461 2009-05-28  Nick Clifton  <nickc@redhat.com>
463         * po/da.po: Updated Danish translation.
465 2009-05-28  Nick Clifton  <nickc@redhat.com>
467         * readelf.c (display_debug_section): Do not display debug sections
468         with the NOBITS section type.
470 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
472         * aclocal.m4: Include ../config/plugins.m4.
473         * configure.in: Use AC_PLUGINS.
474         * configure: Regenerate.
475         * Makefile.in: Regenerate.
476         * doc/Makefile.in: Regenerate.
478 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
480         * ar.c (main): Call bfd_plugin_set_program_name.
481         * nm.c (main): Call bfd_plugin_set_program_name.
483 2009-05-27  Nathan Sidwell  <nathan@codesourcery.com>
485         * sysdump.c (tab): Use puts rather than two printfs.
487 2009-05-26  Nick Clifton  <nickc@redhat.com>
489         * po/id.po: Updated Indonesian translation.
490         * po/binutils.pot: Updated template file.
492 2009-05-26  Rafael Avila de Espindola  <espindola@google.com>
494         * ar.c: Include plugin.h.
495         (main): Handle the --plugin option.
496         * nm.c: Include plugin.h.
497         (OPTION_PLUGIN): New.
498         (long_options): Add plugin.
499         (main): Handle OPTION_PLUGIN.
500         * NEWS: Mention  the new feature.
501         * doc/binutils: Documement the new command line options.
502         * configure.in: Check for --enable-plugins.
503         * configure: Regenerate.
505 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
507         * dep-in.sed: Output one filename per line with all lines having
508         continuation backslash.  Prefix first line with "A", following
509         lines with "B".
510         * Makefile.am (DEP): Don't use dep.sed here.
511         (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
512         sort and uniq.
513         * Makefile.in: Regenerate.
515 2009-05-25  Tristan Gingold  <gingold@adacore.com>
517         * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
519         * configure.com: Fix it: handle alloca and define TARGET in config.h.
521 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
523         * Makefile.am: Run "make dep-am".
524         * Makefile.in: Regenerate.
526 2009-05-12  Alan Modra  <amodra@bigpond.net.au>
528         * objcopy.c (set_long_section_mode): Check input_bfd is coff
529         before accessing coff specific fields of bfd.
531 2009-05-09  Dave Korn  <dave.korn.cygwin@gmail.com>
533         * MAINTAINERS:  Add myself as PE/COFF co-maintainer.
535 2009-05-08  Kai Tietz  <kai.tietz@onevision.com>
537         * winduni.c (iconv_onechar): Only define when HAVE_ICONV
538         is defined, but not when __CYGWIN__ or _WIN32 are defined.
539         See wind_iconv_cp for call logic of this local funtion.
541 2009-05-05  Guillaume Duhamel  <guillaume.duhamel@gmail.com>
543         PR 10109
544         * winduni.c: Replace test of HAVE_ICONV_H with a test of
545         HAVE_ICONV.
546         (iconv_onechar): Use ICONV_CONST instead of "const".
547         (wind_MultiByteToWideChar): Initialise local strings.
549 2009-04-30  Nick Clifton  <nickc@redhat.com>
551         * readelf.c (dump_relocations): Display a relocation against an
552         ifunc symbol as if it were a function invocation.
553         (get_symbol_type): Handle STT_GNU_IFUNC.
555 2009-04-29  Anthony Green  <green@moxielogic.com>
557         * NEWS: Tweak verilog support description.
559 2009-04-29  Alan Modra  <amodra@bigpond.net.au>
560             Denis Scherbakov <denis_scherbakov@yahoo.com>
562         * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
563         read, and merge with 32-bit case.
565 2009-04-27  Anthony Green  <green@moxielogic.com>
567         * NEWS: Mention verilog support added to bfd.
569 2009-04-27  H.J. Lu  <hongjiu.lu@intel.com>
571         * objcopy.c (copy_object): Copy pe_opthdr before changing PE
572         parameters.
574 2009-04-24  Cary Coutant  <ccoutant@google.com>
576         * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
577         Add missing newlines to HP extensions.
579 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
581         * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
582         * doc/binutils.texi: Likewise.
584 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
586         PR binutils/10074
587         * objcopy.c: Include coff/i386.h and coff/pe.h.
588         (pe_file_alignment): New.
589         (pe_heap_commit): Likewise.
590         (pe_heap_reserve): Likewise.
591         (pe_image_base): Likewise.
592         (pe_section_alignment): Likewise.
593         (pe_stack_commit): Likewise.
594         (pe_stack_reserve): Likewise.
595         (pe_subsystem): Likewise.
596         (pe_major_subsystem_version): Likewise.
597         (pe_minor_subsystem_version): Likewise.
598         (set_pe_subsystem): Likewise.
599         (convert_efi_target): Likewise.
600         (command_line_switch): Add OPTION_FILE_ALIGNMENT,
601         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
602         OPTION_STACK and OPTION_SUBSYSTEM.
603         (copy_options): Likewise.
604         (copy_usage): Add --file-alignment, --heap, --image-base,
605         --section-alignment, --stack and --subsystem.
606         (copy_object): Set up PE parameters.
607         (copy_main): Process Add OPTION_FILE_ALIGNMENT,
608         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
609         OPTION_STACK and OPTION_SUBSYSTEM.   Convert EFI target to
610         PEI target.
612         * NEWS: Mention --file-alignment, --heap, --image-base,
613         --section-alignment, --stack and --subsystem command line
614         options for objcopy.
616         * doc/binutils.texi: Document --file-alignment, --heap,
617         --image-base, --section-alignment, --stack and --subsystem
618         command line options for objcopy.
620 2009-04-15  Anthony Green  <green@moxielogic.com>
622         * MAINTAINERS: Add myself as Moxie port maintainer.
624 2009-04-14  Dave Korn  <dave.korn.cygwin@gmail.com>
626         * objcopy.c (enum long_section_name_handling):  New enum type.
627         (enum command_line_switch):  Add OPTION_LONG_SECTION_NAMES.
628         (copy_options[]):  Add entry for --long-section-names option.
629         (copy_usage):  Document it.
630         (set_long_section_mode):  New subroutine.
631         (copy_file):  Call it.
632         (copy_main):  Accept OPTION_LONG_SECTION_NAMES and parse arg.
633         * doc/binutils.texi:  Update objcopy documentation with details
634         of new option.
636 2009-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
638         * dlltool.c (set_dll_name_from_def):  Accept new second arg that
639         indicates if we are building DLL or EXE, and use it to add a
640         default suffix to the output filename when none is already present.
641         (def_name):  Indicate we are building an EXE when calling it.
642         (def_library):  Indicate we are building a DLL when calling it.
644 2009-04-01  Jari Aalto  <jari.aalto@cante.net>
646         PR 9972
647         * doc/binutils.texi (strings): Document the -V alias for the
648         --version option.
649         * strings.c (usage): Likewise.
651 2009-03-31  Nick Clifton  <nickc@redhat.com>
653         PR 9992
654         * configure.in: Import Solaris specific largefile test from
655         bfd/configure.in.
656         * configure: Regenerate.
658 2009-03-30  Richard Sandiford  <rdsandiford@googlemail.com>
660         * MAINTAINERS: Add self.
662 2009-03-27  Nick Clifton  <nickc@redhat.com>
664         * dwarf.c (display_debug_ranges): Add the base address to the
665         displayed values for 'Begin' and 'End'. 
667 2009-03-25  Ryan Mansfield  <rmansfield@qnx.com>
669         * readelf.c (process_file_header): Don't report a corrupt string
670         table index if it is zero.
672 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
674         * dwarf.c (dwarf_regnames): Moved before frame_need_space.
675         (dwarf_regnames_count): Likewise.
676         (frame_need_space): Return int.
677         (display_debug_frames): Check invalid registers.
679 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
681         * readelf.c (debug_apply_relocations): Check relocations
682         against STT_SECTION symbol.
684 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
686         * readelf.c (debug_apply_relocations): Allow relocations
687         against function symbols.
689 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
691         * sysdep.h: Include alloca-conf.h instead of config.h and remove
692         existing #if's handling alloca.
693         * Makefile.am: Run "make dep-am".
694         * Makefile.in: Regenerate.
696 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
698         * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
699         * configure.in: Likewise.
700         * configure: Regenerate.
702 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
704         PR binutils/9945
705         * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
707 2009-03-11  Chris Demetriou  <cgd@google.com>
709         * ar.c (deterministic): New global variable.
710         (main): Recognize new 'D' option, which enables 'deterministic mode'.
711         (usage): Document new 'D' option.
712         (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
713         flags if deterministic mode was requested.
714         * doc/binutils.texi (ar): Document deterministic mode ('D' option).
716 2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
718         PR binutils/9933
719         * objcopy.c (filter_symbols): Properly handle common symbols
720         in relocatable file.
722 2009-03-06  Nick Clifton  <nickc@redhat.com>
724         * po/es.po: Updated Spanish translation.
726 2009-03-05  Nick Clifton  <nickc@redhat.com>
728         * objdump.c (disassemble_section): If the computed next offset is
729         not beyond the current offset then just continue to the end.
731 2009-03-04  Tristan Gingold  <gingold@adacore.com>
733         * MAINTAINERS: Add myself as VMS maintainer.
735 2009-03-03  Nick Clifton  <nickc@redhat.com>
737         * readelf.c: Update formatting.
739 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
741         * Makefile.am: Run "make dep-am".
742         * Makefile.in: Regenerate.
744 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
746         * objdump.c (disassemble_section): Mask address before sign extending.
748 2009-03-02  Sebastian Biallas  <sb@biallas.net>
750         * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
751         (parse_ieee_bb): Set the filename if it has not already been
752         discovered.
754 2009-03-02  Cary Coutant  <ccoutant@google.com>
756         * readelf.c (adjust_relative_path): New function.
757         (struct archive_info): New type.
758         (setup_archive): New function.
759         (release_archive): New function.
760         (setup_nested_archive): New function.
761         (get_archive_member_name): New function.
762         (get_archive_member_name_at): New function.
763         (make_qualified_name): New function.
764         (process_archive): Factor out code for reading archive index and
765         long filename table to setup_archive.  Add support for thin archives.
767 2009-03-02  Nick Clifton  <nickc@redhat.com>
769         * po/sk.po: Updated Slovak translation.
771 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
773         * configure: Regenerate.
775 2009-02-23  Cary Coutant <ccoutant@google.com>
777         * objdump.c (load_specific_debug_section): New function, from
778         load_debug_section.
779         (load_debug_section): Use load_specific_debug_section.
780         (dump_dwarf_section): Likewise.
782 2009-02-23  Cary Coutant <ccoutant@google.com>
784         * readelf.c (parse_args): Select all sections explicitly for -w.
786 2009-02-09  Kai Tietz  <kai.tietz@onevision.com>
788         * windres.c (set_endianess): Copy name without leading '-'.
790 2009-02-09  Tristan Gingold  <gingold@adacore.com>
792         * NEWS: Mention feature match between objdump and readelf for dumping
793         dwarf info.
795         * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
796         objdump.
798         * objdump.c (usage): Update documentation for -W/--dwarf.
799         (enum option_values): Add OPTION_DWARF.
800         (long_options): --dwarf can accept arguments.
801         (dump_dwarf_section): Also check enabled field.
802         (main): Option -W can accept arguments, code moved to
803         dwarf.c and call dwarf_select_sections_all instead.
804         * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
805         (parse_args): Move code to...
806         * dwarf.c (dwarf_select_sections_by_letters,
807         dwarf_select_sections_by_names): : ...here (new functions).
808         (do_debug_lines_decoded): Remove and replaced by ...
809         (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
810         (display_debug_lines): Adjust for previous change.
811         (dwarf_select_sections_all): New function.
812         (debug_displays): Add initializer for enabled field.
813         * dwarf.h (do_debug_lines_decoded): Remove.
814         Add prototypes for the new functions.
815         (struct dwarf_section_display): Add enabled field.
817 2009-02-06  Nick Clifton  <nickc@redhat.com>
819         * po/vi.po: Updated Vietnamese translation.
821 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
823         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
825 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
827         * NEWS: Move --as-needed change to ...
828         * ../ld/NEWS: Here.
830 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
832         * configure.in: AC_SUBST pdfdir.
833         * Makefile.am: Add install-pdf, install-pdf-am,
834         and install-pdf-recursive targets.
835         * doc/Makefile.am: Define pdf__strip_dir. Add
836         install-pdf and install-pdf-am targets.
837         * po/Make-in: Add install-pdf target.
838         * configure: Regenerate.
839         * Makefile.in: Regenerate.
840         * doc/Makefile.in: Regenerate.
842 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
844         PR binutils/9784
845         * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
847         * doc/binutils.texi: Document --prefix=PREFIX and
848         --prefix-strip=LEVEL.
850         * objdump.c: Include "filenames.h".
851         (prefix): New.
852         (prefix_strip): Likewise.
853         (prefix_length): Likewise.
854         (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
855         (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
856         (long_options): Likewise.
857         (show_line): Handle prefix and prefix_strip.
858         (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
860         * readelf.c (PATH_MAX): Moved to ...
861         * sysdep.h: Here.
863 2009-01-31  Alan Modra  <amodra@bigpond.net.au>
865         * NEWS: Mention --as-needed change.
867 2009-01-29  Alan Modra  <amodra@bigpond.net.au>
869         PR 9798
870         * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
871         (bfd_get_archive_filename): Constify param.
872         * bucomm.h (bfd_get_archive_filename): Update prototype.
873         * objcopy.c (RETURN_NONFATAL): Delete.
874         (copy_unknown_object): Don't call bfd_get_archive_filename for
875         bfd_nonfatal_message filename, instead just pass bfd.
876         (copy_object): Likewise.
877         (copy_archive, copy_file): Likewise.  Expand RETURN_NONFATAL.  On
878         bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
879         (setup_bfd_headers): Fix error message.
881 2009-01-27  Nick Clifton  <nickc@redhat.com>
883         PR 9774
884         * objdump.c (disassemble_section): When the target uses signed
885         addresses make sure that we compute signed values.
887 2009-01-27  Nick Clifton  <nickc@redhat.com>
889         * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
890         maintainers.
892 2009-01-26  Nick Clifton  <nickc@redhat.com>
894         PR 9766
895         * dlltool.c (xlate): When strip text after the @ sign, look for
896         the last one not the first one.
898 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
900         * configure.in (commonbfdlib): Delete.
901         * configure: Regenerate.
903 2008-01-14  Charles Wilson  <cygwin@cwilson.fastmail.fm>
905         Cleanup code related to --identify option.
907         * dlltool.c (file scope): Removed globals identify_ms,
908         identify_member_contains_symname_result,
909         identify_dll_name_list_head, and identify_dll_name_list_tail.
910         Renamed existing typedef dll_name_list_type to
911         dll_name_list_node_type.
912         Added new typedefs dll_name_list_type, symname_search_data_type,
913         and identify_data_type.
914         (identify_append_dll_name_to_list): Renamed to...
915         (dll_name_list_append): ...here.  Changed signature to accept list
916         argument rather than use global.
917         (identify_count_dll_name_list): Renamed to...
918         (dll_name_list_count): ...here.  Changed signature to accept list
919         argument rather than use global.
920         (identify_print_dll_name_list): Renamed to...
921         (dll_name_list_print): ...here.  Changed signature to accept list
922         argument rather than use global.
923         (identify_free_dll_name_list): Renamed to...
924         (dll_name_list_free_contents): ...here.
925         (dll_name_list_free): New function.
926         (dll_name_list_create): New function.
927         (identify_process_section_p): Changed signature to accept
928         ms_style_implib argument rather than use global.
929         (identify_member_contains_symname): Expect incoming void * data to
930         be symname_search_data_type.
931         (identify_dll_for_implib): Use new functions dll_name_list_create
932         and dll_name_list_free.  Use new types symname_search_data_type
933         and identify_data_type to communicate with search routines.
934         (identify_search_section): Expect incoming void * data to be
935         identify_data_type. Use its contents rather than global
936         variables.
938 2009-01-13  Charles Wilson  <cygwin@cwilson.fastmail.fm>
940         Add --identify-strict option.  Handle ms-style implibs:
942         * dlltool.c (file scope): Added new globals identify_ms and
943         identify_strict. New typedef dll_name_list_type, and globals
944         identify_dll_name_list_head and identify_dll_name_list_tail. Added
945         new global identify_member_contains_symname_result.
946         (identify_append_dll_name_to_list): New function.
947         (identify_count_dll_name_list): New function.
948         (identify_print_dll_name_list): New function.
949         (identify_free_dll_name_list): New function.
950         (identify_search_archive): Changed signature to take function
951         pointer to operation to apply to each member, and data to pass on
952         to that function.
953         (identify_search_member): Changed signature to accept user data
954         from caller.
955         (identify_member_contains_symname): New function.
956         (identify_dll_for_implib): Rewrite. Now determines whether implib
957         is ms- or binutils- style, before searching sections for
958         dllname. Allows multiple dllnames.
959         (identify_process_section_p): Search alternate section for dllname
960         when implib is ms-style.
961         (identify_search_section): Add additional conditions to excludes
962         candidate sections from consideration.
963         (usage): Added --identify-strict.
964         (long_options): Added --identify-strict.
965         (main): Handle --identify-strict option.
966         * doc/binutils.texi: Document --identify-strict option.
967         * NEWS: Document --identify and --identify-strict options.
969 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
971         PR 7034
972         * doc/binutils.texi (objdump -R): Note effect of -d or -D.
974 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
976         * objdump.c (disassemble_section): Don't assume non-instruction
977         data if object symbol at given address is in different section.
979 2009-01-12  Kai Tietz  <kai.tietz@onevision.com>
981         * dlltool.c (create_for_pep): New.
982         (flush_page): Use create_for_pep instead of using
983         macro DLLTOOL_MX86_64 clause.
984         (generate_idata_ofile): Likewise.
985         (make_one_lib_file): Likewise.
986         (make_head): Likewise.
987         (make_tail): Likewise.
988         (main): Initialize create_for_pep.
990 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
992         * dlltool.c (use_nul_prefixed_import_tables): New.
993         (make_head): Make prefix leading zero prefix element for
994         idata$4 and idata$5 dependent to new flag.
995         (usage): Add new option  --use-nul-prefixed-import-tables.
996         (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
997         (long_options): Add --use-nul-prefixed-import-tables.
998         (main): Likewise.
999         * doc/binutils.texi: Add new option documentation for
1000         --use-nul-prefixed-import-tables.
1001         * NEWS: Add new option.
1003 2009-01-06  Kai Tietz  <kai.tietz@onevision.com>
1005         * windres.c (set_endianess): Get architecture name
1006         for internal target names like "pe-arm-wince-little".
1007         (find_arch_match): New helper.
1008         * ChangeLog: Reset it.
1009         * ChangeLog-2008: Moved old ChangeLog.
1011 For older changes see ChangeLog-2008
1013 Local Variables:
1014 mode: change-log
1015 left-margin: 8
1016 fill-column: 74
1017 version-control: never
1018 End: