2009-09-04 Timo Kreuzer <timo.kreuzer@web.de>
[binutils.git] / binutils / ChangeLog
blob36b35824b94bd2d1ddd03cb871ca6588edea6081
1 2009-09-04  Timo Kreuzer  <timo.kreuzer@web.de>
3         * dlltool.c (delayimp_name): Add new global variable
4         (usage, long_options, main): Add new option "-y" / "--output-delaylib"
5         (struct mac): Add fields how_dljtab_size, how_dljtab_roff1, 
6         how_dljtab_roff2, how_dljtab, trampoline.
7         (i386_dljtab): Add binary stub for x86 delay import.
8         (i386_trampoline): Add text assembly stub for x86 delay import.
9         (mtable): Add delay import data for M386 and MX86 only.
10         (make_delay_head): New function.
11         (make_one_lib_file): New arg delay creates delay-load import stub.
12         (gen_lib_file): New arg delay likewise.
13         (HOW_JTAB, HOW_JTAB_SIZE, HOW_JTAB_ROFF): New arg delay likewise.
14         (HOW_JTAB_ROFF2, HOW_JTAB_ROFF3): New macros for delay import.
15         (make_tail): Convert hard TABS embedded in strings to "\t" escapes.
16         * NEWS: Mention new feature.  Also fix whitespace.
17         * doc/binutils.texi: Updated dlltool documentation.
19 2009-09-02  Tristan Gingold  <gingold@adacore.com>
21         * configure.com: Do not copy makefile.vms-in to makefile.vms
22         * makefile.vms-in: Renamed to...
23         * makefile.vms: ... this usual name as it is not processed anymore.
24         Remove WRITE_DEBUG_OBJS (unused) and reorder object files for
25         objdump.exe.
27 2009-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
29         * Makefile.am (arparse.o, arlex.o, sysroff.o, defparse.o)
30         (deflex.o, nlmheaders.o, rcparse.o, mcparse.o): Supply correct
31         source file name for generated files which may be in $(srcdir).
32         * Makefile.in: Regenerate.
34 2009-09-01  H.J. Lu  <hongjiu.lu@intel.com>
36         * version.c (print_version): Change to "Copyright 2009".
38 2009-09-01  Tristan Gingold  <gingold@adacore.com>
40         * makefile.vms-in: Remove unused VERSION variable.  Remove unused
41         dependencies.
42         * configure.com: Ported to Itanium VMS.  Create build.com DCL script.
44 2009-08-29  Martin Thuresson  <martin@mtme.org>
46         * nlmconv.c (main): Rename variable new to new_name.
48 2009-08-28  H.J. Lu  <hongjiu.lu@intel.com>
50         * Makefile.am (sysinfo$(EXEEXT_FOR_BUILD)): Replace
51         CFLAGS/LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
52         (syslex.o): Likewise.
53         (sysinfo.o): Likewise.
54         (bin2c$(EXEEXT_FOR_BUILD)): Likewise.
55         * Makefile.in: Regenerated.
57 2009-08-27  Dave Korn  <dave.korn.cygwin@gmail.com>
59         * doc/binutils.texi (--only-keep-debug): Relocate stray para here ...
60         (--subsystem): ... from here.
62 2009-08-24  Cary Coutant  <ccoutant@google.com>
64         * objdump.c (find_symbol_for_address): Avoid costly call to
65         bfd_octets_per_byte.
67 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
69         * Makefile.am (am__skiplex, am__skipyacc): New.
70         * Makefile.in: Regenerate.
72 2009-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
74         * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
75         * Makefile.in: Regenerate.
77 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
79         * Makefile.am (AM_CPPFLAGS): Renamed from ...
80         (INCLUDES): ... this.
81         (bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
82         (installcheck-local): Renamed from ...
83         (installcheck): ... this.
84         * Makefile.in: Regenerate.
86         * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add no-dist and
87         foreign.
88         (MKDEP, CLEANFILES): Remove now-unneeded variables.
89         (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
90         (mkdep section): Remove.
91         (BUILT_SOURCES): New variable, list $(GENERATED_HFILES).
92         (EXTRA_ar_SOURCES): New, list $(CFILES).
93         (syslex.o): Depend on syslex.c.
94         (sysinfo.o): Depend on sysinfo.c.
95         (arparse.h, defparse.h, nlmheaders.h rcparse.h mcparse.h):
96         Remove dependencies, now tracked by automake.
97         (srconv.o): Depend on sysroff.c.
98         (objdump.o, arparse.o, arlex.o, sysroff.o, defparse.o, deflex.o)
99         (nlmheader.o, rcparse.o, mcparse.o, rclex.o, mclex.o, dlltool.o)
100         (rescoff.o, nlmconv.o): Rewrite using automake-style dependency
101         tracking rules; only list the dependency upon the primary source
102         file, but no included headers.
103         * Makefile.in: Regenerate.
105         * Makefile.am (install-pdf, install-pdf-recursive, install-html)
106         (install-html-recursive): Remove.
107         * Makefile.in: Regenerate.
108         * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
109         (html__strip_dir, install-html, install-html-am): Remove.
110         * doc/Makefile.in: Regenerate.
112         * Makefile.in: Regenerate.
113         * aclocal.m4: Likewise.
114         * config.in: Likewise.
115         * configure: Likewise.
116         * doc/Makefile.in: Likewise.
118 2009-08-17  Nick Clifton  <nickc@redhat.com>
120         * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
121         32-bit absolute reloc for the purposes of processing debug
122         sections.
124 2009-08-10  Daniel Gutson  <dgutson@codesourcery.com>
126         * readelf.c (get_arm_section_type_name): Added support for
127         new sections headers.
129 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
131         PR binutils/10364
132         * objcopy.c (strip_main): Check return from smart_rename.
133         (copy_main): Likewise.
135 2009-07-27  Nick Clifton  <nickc@redhat.com>
137         PR 10413
138         * objdump.c (dump_section_header): Skip sections that we are
139         ignoring.
141 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
143         * readelf.c (guess_is_rela): Handle EM_L1OM.
144         (dump_relocations): Likewise.
145         (get_machine_name): Likewise.
146         (get_section_type_name): Likewise.
147         (get_elf_section_flags): Likewise.
148         (get_symbol_index_type): Likewise.
149         (is_32bit_abs_reloc): Likewise.
150         (is_32bit_pcrel_reloc): Likewise.
151         (is_64bit_abs_reloc): Likewise.
152         (is_64bit_pcrel_reloc): Likewise.
153         (is_none_reloc): Likewise.
155 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
157         * readelf.c (get_symbol_binding): For Linux targeted files return
158         UNIQUE for symbols with the STB_GNU_UNIQUE binding.
159         * doc/binutils.texi: Document the meaning of the 'u' symbol
160         binding in the output of nm and objdump --syms.
162 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
164         * NEWS: Mention --insn-width.
166         * objdump.c (insn_width): New.
167         (usage): Display --insn-width.
168         (option_values): Add OPTION_INSN_WIDTH.
169         (long_options): Add --insn-width.
170         (disassemble_bytes): Handle insn_width.
171         (main): Handle OPTION_INSN_WIDTH.
173         * doc/binutils.texi: Document --insn-width.
175 2009-07-17  Nick Clifton  <nickc@redhat.com>
177         * dwarf.c (display_debug_lines): If do_debug_lines has not been
178         set then default to displaying raw .debug_line section contents.
180 2009-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
182         Support unordered .debug_info references to .debug_ranges.
183         * dwarf.c (struct range_entry, range_entry_compar): New.
184         (display_debug_ranges): Remove variables last_offset, first, j,
185         seen_first_offset, use_debug_info and next.  New variables
186         range_entries and range_entry_fill.  Create the sorted copy
187         range_entries.  Remove the FIXME error on detected unordered references.
188         * dwarf.h (debug_info <range_lists>): New comment.
190 2009-07-14  Nick Clifton  <nickc@redhat.com>
192         PR 10380
193         * README: Document use of LDFLAGS="--static".
195 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
197         * Makefile.am: Run "make dep-am".
198         * Makefile.in: Regenerated.
200 2009-07-10  Tom Tromey  <tromey@redhat.com>
202         * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
203         * Makefile.in: Rebuild.
204         * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
206 2009-07-06  Tristan Gingold  <gingold@adacore.com>
208         * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
209         sections.
210         * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
211         * dwarf.c (debug_displays): Adjust for removed field.
213 2009-07-03  Jakub Jelinek  <jakub@redhat.com>
215         * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
216         and DW_OP_implicit_value.
218 2009-07-01  Nick Clifton  <nickc@redhat.com>
220         PR 6714
221         * rclex.c (handle_quotes): Do not complain about whitespace
222         separating quoted strings.
223         (rclex_string): Ignore whitespace when looking for a new opening
224         quote following a closing quote.
226 2009-06-27  H.J. Lu  <hongjiu.lu@intel.com>
228         PR binutils/10321
229         * bucomm.c (get_file_size): Return -1 on error.
231         * objcopy.c (copy_file): Report empty file.
233 2009-06-23  Nick Clifton  <nickc@redhat.com>
235         * dwarf.c (display_debug_lines_raw): Include the name of the
236         section in warning message.
237         (struct debug_display): Enable reloc processing for .debug_line
238         and .debug_ranges sections.
240         * readelf.c: Add --relocated-dump command line option to dump the
241         relocated contents of a specified section.
242         (request_dump): New function.
243         (parse_args): Use it.
244         (dump_section_as_bytes): Add parameter to indicate whether the
245         contents should be relocated.
246         (target_specific_reloc_handling): Add code for a R_MN10300_16
247         reloc found after a R_MN10300_SYM_DIFF reloc.
248         (debug_apply_relocations): Rename to apply_relocations.
249         (get_section_contents): New function.  Replaces common code found
250         in dump_section_as_strings and dump_section_as_bytes.
251         * doc/binutils.texi: Document new command line option.
252         * NEWS: Mention the new feature.
254 2009-06-22  Nick Clifton  <nickc@redhat.com>
256         * readelf.c (target_specific_reloc_handling): New function:
257         Processes relocs in a target specific manner.
258         (debug_apply_relocations): Use the new function.
259         * dwarf.c (display_debug_loc): End the dump with a blank line.
260         (struct debug_display): Enable reloc processing for .debug_aranges
261         and .debug_loc sections.
263 2009-06-19  Nick Clifton  <nickc@redhat.com>
265         * ar.c (usage): Do not use #ifdef inside _("...).
266         * nm.c (usage): Likewise.
268 2009-06-18  Nick Clifton  <nickc@redhat.com>
270         PR 10288
271         * objdump.c (disassemble_bytes): Set the
272         USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
273         if the user has invoked the -m switch.
274         * doc/binutils.texi: Document the additional behaviour of
275         objdump's -m switch for ARM targets.
277 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
279         * configure.in: Merge cegcc and mingw32ce target name changes from
280         CeGCC project.
282 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
284         * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
285         * configure: Regenerate.
287 2009-06-15  Nick Clifton  <nickc@redhat.com>
289         PR 10263
290         * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
291         the flags field of the disassemble_info structure if the -D switch
292         is in operation.
294 2009-06-12  Homer Xing  <homer.xing@yahoo.com>
296         * NEWS: Mention new feature added to gprof.
298 2009-06-12  John Reiser  <jreiser@BitWagon.com>
300         * readelf.c (process_symbol_table): Set gnubuckets to NULL after
301         freeing it and before returning.
303 2009-06-12  Jakub Jelinek  <jakub@redhat.com>
305         * readelf.c (process_symbol_table): Don't return early if
306         .hash/.gnu.hash is empty/unusable and not -D.
308 2009-06-09  Tom Bramer  <tjb@postpro.net>
310         PR 10165
311         * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
312         to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
314 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
316         * strings.c (main): Delay parsing of decimal digits.
318 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
320         * dep-in.sed: Don't use \n in replacement part of s command.
321         * Makefile.am (DEP1): LC_ALL for uniq.
322         Run "make dep-am".
323         * Makefile.in: Regenerate.
325 2009-06-03  Tristan Gingold  <gingold@adacore.com>
327         * MAINTAINERS: Add myself as Mach-O maintainer.
329 2009-06-01  Alan Modra  <amodra@bigpond.net.au>
331         PR 10199
332         * doc/binutils.texi (nm): Correct -S description.
334 2009-05-28  Nick Clifton  <nickc@redhat.com>
336         * po/da.po: Updated Danish translation.
338 2009-05-28  Nick Clifton  <nickc@redhat.com>
340         * readelf.c (display_debug_section): Do not display debug sections
341         with the NOBITS section type.
343 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
345         * aclocal.m4: Include ../config/plugins.m4.
346         * configure.in: Use AC_PLUGINS.
347         * configure: Regenerate.
348         * Makefile.in: Regenerate.
349         * doc/Makefile.in: Regenerate.
351 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
353         * ar.c (main): Call bfd_plugin_set_program_name.
354         * nm.c (main): Call bfd_plugin_set_program_name.
356 2009-05-27  Nathan Sidwell  <nathan@codesourcery.com>
358         * sysdump.c (tab): Use puts rather than two printfs.
360 2009-05-26  Nick Clifton  <nickc@redhat.com>
362         * po/id.po: Updated Indonesian translation.
363         * po/binutils.pot: Updated template file.
365 2009-05-26  Rafael Avila de Espindola  <espindola@google.com>
367         * ar.c: Include plugin.h.
368         (main): Handle the --plugin option.
369         * nm.c: Include plugin.h.
370         (OPTION_PLUGIN): New.
371         (long_options): Add plugin.
372         (main): Handle OPTION_PLUGIN.
373         * NEWS: Mention  the new feature.
374         * doc/binutils: Documement the new command line options.
375         * configure.in: Check for --enable-plugins.
376         * configure: Regenerate.
378 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
380         * dep-in.sed: Output one filename per line with all lines having
381         continuation backslash.  Prefix first line with "A", following
382         lines with "B".
383         * Makefile.am (DEP): Don't use dep.sed here.
384         (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
385         sort and uniq.
386         * Makefile.in: Regenerate.
388 2009-05-25  Tristan Gingold  <gingold@adacore.com>
390         * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
392         * configure.com: Fix it: handle alloca and define TARGET in config.h.
394 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
396         * Makefile.am: Run "make dep-am".
397         * Makefile.in: Regenerate.
399 2009-05-12  Alan Modra  <amodra@bigpond.net.au>
401         * objcopy.c (set_long_section_mode): Check input_bfd is coff
402         before accessing coff specific fields of bfd.
404 2009-05-09  Dave Korn  <dave.korn.cygwin@gmail.com>
406         * MAINTAINERS:  Add myself as PE/COFF co-maintainer.
408 2009-05-08  Kai Tietz  <kai.tietz@onevision.com>
410         * winduni.c (iconv_onechar): Only define when HAVE_ICONV
411         is defined, but not when __CYGWIN__ or _WIN32 are defined.
412         See wind_iconv_cp for call logic of this local funtion.
414 2009-05-05  Guillaume Duhamel  <guillaume.duhamel@gmail.com>
416         PR 10109
417         * winduni.c: Replace test of HAVE_ICONV_H with a test of
418         HAVE_ICONV.
419         (iconv_onechar): Use ICONV_CONST instead of "const".
420         (wind_MultiByteToWideChar): Initialise local strings.
422 2009-04-30  Nick Clifton  <nickc@redhat.com>
424         * readelf.c (dump_relocations): Display a relocation against an
425         ifunc symbol as if it were a function invocation.
426         (get_symbol_type): Handle STT_GNU_IFUNC.
428 2009-04-29  Anthony Green  <green@moxielogic.com>
430         * NEWS: Tweak verilog support description.
432 2009-04-29  Alan Modra  <amodra@bigpond.net.au>
433             Denis Scherbakov <denis_scherbakov@yahoo.com>
435         * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
436         read, and merge with 32-bit case.
438 2009-04-27  Anthony Green  <green@moxielogic.com>
440         * NEWS: Mention verilog support added to bfd.
442 2009-04-27  H.J. Lu  <hongjiu.lu@intel.com>
444         * objcopy.c (copy_object): Copy pe_opthdr before changing PE
445         parameters.
447 2009-04-24  Cary Coutant  <ccoutant@google.com>
449         * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
450         Add missing newlines to HP extensions.
452 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
454         * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
455         * doc/binutils.texi: Likewise.
457 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
459         PR binutils/10074
460         * objcopy.c: Include coff/i386.h and coff/pe.h.
461         (pe_file_alignment): New.
462         (pe_heap_commit): Likewise.
463         (pe_heap_reserve): Likewise.
464         (pe_image_base): Likewise.
465         (pe_section_alignment): Likewise.
466         (pe_stack_commit): Likewise.
467         (pe_stack_reserve): Likewise.
468         (pe_subsystem): Likewise.
469         (pe_major_subsystem_version): Likewise.
470         (pe_minor_subsystem_version): Likewise.
471         (set_pe_subsystem): Likewise.
472         (convert_efi_target): Likewise.
473         (command_line_switch): Add OPTION_FILE_ALIGNMENT,
474         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
475         OPTION_STACK and OPTION_SUBSYSTEM.
476         (copy_options): Likewise.
477         (copy_usage): Add --file-alignment, --heap, --image-base,
478         --section-alignment, --stack and --subsystem.
479         (copy_object): Set up PE parameters.
480         (copy_main): Process Add OPTION_FILE_ALIGNMENT,
481         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
482         OPTION_STACK and OPTION_SUBSYSTEM.   Convert EFI target to
483         PEI target.
485         * NEWS: Mention --file-alignment, --heap, --image-base,
486         --section-alignment, --stack and --subsystem command line
487         options for objcopy.
489         * doc/binutils.texi: Document --file-alignment, --heap,
490         --image-base, --section-alignment, --stack and --subsystem
491         command line options for objcopy.
493 2009-04-15  Anthony Green  <green@moxielogic.com>
495         * MAINTAINERS: Add myself as Moxie port maintainer.
497 2009-04-14  Dave Korn  <dave.korn.cygwin@gmail.com>
499         * objcopy.c (enum long_section_name_handling):  New enum type.
500         (enum command_line_switch):  Add OPTION_LONG_SECTION_NAMES.
501         (copy_options[]):  Add entry for --long-section-names option.
502         (copy_usage):  Document it.
503         (set_long_section_mode):  New subroutine.
504         (copy_file):  Call it.
505         (copy_main):  Accept OPTION_LONG_SECTION_NAMES and parse arg.
506         * doc/binutils.texi:  Update objcopy documentation with details
507         of new option.
509 2009-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
511         * dlltool.c (set_dll_name_from_def):  Accept new second arg that
512         indicates if we are building DLL or EXE, and use it to add a
513         default suffix to the output filename when none is already present.
514         (def_name):  Indicate we are building an EXE when calling it.
515         (def_library):  Indicate we are building a DLL when calling it.
517 2009-04-01  Jari Aalto  <jari.aalto@cante.net>
519         PR 9972
520         * doc/binutils.texi (strings): Document the -V alias for the
521         --version option.
522         * strings.c (usage): Likewise.
524 2009-03-31  Nick Clifton  <nickc@redhat.com>
526         PR 9992
527         * configure.in: Import Solaris specific largefile test from
528         bfd/configure.in.
529         * configure: Regenerate.
531 2009-03-30  Richard Sandiford  <rdsandiford@googlemail.com>
533         * MAINTAINERS: Add self.
535 2009-03-27  Nick Clifton  <nickc@redhat.com>
537         * dwarf.c (display_debug_ranges): Add the base address to the
538         displayed values for 'Begin' and 'End'. 
540 2009-03-25  Ryan Mansfield  <rmansfield@qnx.com>
542         * readelf.c (process_file_header): Don't report a corrupt string
543         table index if it is zero.
545 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
547         * dwarf.c (dwarf_regnames): Moved before frame_need_space.
548         (dwarf_regnames_count): Likewise.
549         (frame_need_space): Return int.
550         (display_debug_frames): Check invalid registers.
552 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
554         * readelf.c (debug_apply_relocations): Check relocations
555         against STT_SECTION symbol.
557 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
559         * readelf.c (debug_apply_relocations): Allow relocations
560         against function symbols.
562 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
564         * sysdep.h: Include alloca-conf.h instead of config.h and remove
565         existing #if's handling alloca.
566         * Makefile.am: Run "make dep-am".
567         * Makefile.in: Regenerate.
569 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
571         * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
572         * configure.in: Likewise.
573         * configure: Regenerate.
575 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
577         PR binutils/9945
578         * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
580 2009-03-11  Chris Demetriou  <cgd@google.com>
582         * ar.c (deterministic): New global variable.
583         (main): Recognize new 'D' option, which enables 'deterministic mode'.
584         (usage): Document new 'D' option.
585         (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
586         flags if deterministic mode was requested.
587         * doc/binutils.texi (ar): Document deterministic mode ('D' option).
589 2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
591         PR binutils/9933
592         * objcopy.c (filter_symbols): Properly handle common symbols
593         in relocatable file.
595 2009-03-06  Nick Clifton  <nickc@redhat.com>
597         * po/es.po: Updated Spanish translation.
599 2009-03-05  Nick Clifton  <nickc@redhat.com>
601         * objdump.c (disassemble_section): If the computed next offset is
602         not beyond the current offset then just continue to the end.
604 2009-03-04  Tristan Gingold  <gingold@adacore.com>
606         * MAINTAINERS: Add myself as VMS maintainer.
608 2009-03-03  Nick Clifton  <nickc@redhat.com>
610         * readelf.c: Update formatting.
612 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
614         * Makefile.am: Run "make dep-am".
615         * Makefile.in: Regenerate.
617 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
619         * objdump.c (disassemble_section): Mask address before sign extending.
621 2009-03-02  Sebastian Biallas  <sb@biallas.net>
623         * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
624         (parse_ieee_bb): Set the filename if it has not already been
625         discovered.
627 2009-03-02  Cary Coutant  <ccoutant@google.com>
629         * readelf.c (adjust_relative_path): New function.
630         (struct archive_info): New type.
631         (setup_archive): New function.
632         (release_archive): New function.
633         (setup_nested_archive): New function.
634         (get_archive_member_name): New function.
635         (get_archive_member_name_at): New function.
636         (make_qualified_name): New function.
637         (process_archive): Factor out code for reading archive index and
638         long filename table to setup_archive.  Add support for thin archives.
640 2009-03-02  Nick Clifton  <nickc@redhat.com>
642         * po/sk.po: Updated Slovak translation.
644 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
646         * configure: Regenerate.
648 2009-02-23  Cary Coutant <ccoutant@google.com>
650         * objdump.c (load_specific_debug_section): New function, from
651         load_debug_section.
652         (load_debug_section): Use load_specific_debug_section.
653         (dump_dwarf_section): Likewise.
655 2009-02-23  Cary Coutant <ccoutant@google.com>
657         * readelf.c (parse_args): Select all sections explicitly for -w.
659 2009-02-09  Kai Tietz  <kai.tietz@onevision.com>
661         * windres.c (set_endianess): Copy name without leading '-'.
663 2009-02-09  Tristan Gingold  <gingold@adacore.com>
665         * NEWS: Mention feature match between objdump and readelf for dumping
666         dwarf info.
668         * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
669         objdump.
671         * objdump.c (usage): Update documentation for -W/--dwarf.
672         (enum option_values): Add OPTION_DWARF.
673         (long_options): --dwarf can accept arguments.
674         (dump_dwarf_section): Also check enabled field.
675         (main): Option -W can accept arguments, code moved to
676         dwarf.c and call dwarf_select_sections_all instead.
677         * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
678         (parse_args): Move code to...
679         * dwarf.c (dwarf_select_sections_by_letters,
680         dwarf_select_sections_by_names): : ...here (new functions).
681         (do_debug_lines_decoded): Remove and replaced by ...
682         (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
683         (display_debug_lines): Adjust for previous change.
684         (dwarf_select_sections_all): New function.
685         (debug_displays): Add initializer for enabled field.
686         * dwarf.h (do_debug_lines_decoded): Remove.
687         Add prototypes for the new functions.
688         (struct dwarf_section_display): Add enabled field.
690 2009-02-06  Nick Clifton  <nickc@redhat.com>
692         * po/vi.po: Updated Vietnamese translation.
694 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
696         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
698 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
700         * NEWS: Move --as-needed change to ...
701         * ../ld/NEWS: Here.
703 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
705         * configure.in: AC_SUBST pdfdir.
706         * Makefile.am: Add install-pdf, install-pdf-am,
707         and install-pdf-recursive targets.
708         * doc/Makefile.am: Define pdf__strip_dir. Add
709         install-pdf and install-pdf-am targets.
710         * po/Make-in: Add install-pdf target.
711         * configure: Regenerate.
712         * Makefile.in: Regenerate.
713         * doc/Makefile.in: Regenerate.
715 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
717         PR binutils/9784
718         * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
720         * doc/binutils.texi: Document --prefix=PREFIX and
721         --prefix-strip=LEVEL.
723         * objdump.c: Include "filenames.h".
724         (prefix): New.
725         (prefix_strip): Likewise.
726         (prefix_length): Likewise.
727         (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
728         (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
729         (long_options): Likewise.
730         (show_line): Handle prefix and prefix_strip.
731         (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
733         * readelf.c (PATH_MAX): Moved to ...
734         * sysdep.h: Here.
736 2009-01-31  Alan Modra  <amodra@bigpond.net.au>
738         * NEWS: Mention --as-needed change.
740 2009-01-29  Alan Modra  <amodra@bigpond.net.au>
742         PR 9798
743         * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
744         (bfd_get_archive_filename): Constify param.
745         * bucomm.h (bfd_get_archive_filename): Update prototype.
746         * objcopy.c (RETURN_NONFATAL): Delete.
747         (copy_unknown_object): Don't call bfd_get_archive_filename for
748         bfd_nonfatal_message filename, instead just pass bfd.
749         (copy_object): Likewise.
750         (copy_archive, copy_file): Likewise.  Expand RETURN_NONFATAL.  On
751         bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
752         (setup_bfd_headers): Fix error message.
754 2009-01-27  Nick Clifton  <nickc@redhat.com>
756         PR 9774
757         * objdump.c (disassemble_section): When the target uses signed
758         addresses make sure that we compute signed values.
760 2009-01-27  Nick Clifton  <nickc@redhat.com>
762         * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
763         maintainers.
765 2009-01-26  Nick Clifton  <nickc@redhat.com>
767         PR 9766
768         * dlltool.c (xlate): When strip text after the @ sign, look for
769         the last one not the first one.
771 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
773         * configure.in (commonbfdlib): Delete.
774         * configure: Regenerate.
776 2008-01-14  Charles Wilson  <cygwin@cwilson.fastmail.fm>
778         Cleanup code related to --identify option.
780         * binutils/dlltool.c (file scope): Removed globals identify_ms,
781         identify_member_contains_symname_result,
782         identify_dll_name_list_head, and identify_dll_name_list_tail.
783         Renamed existing typedef dll_name_list_type to
784         dll_name_list_node_type.
785         Added new typedefs dll_name_list_type, symname_search_data_type,
786         and identify_data_type.
787         (identify_append_dll_name_to_list): Renamed to...
788         (dll_name_list_append): ...here.  Changed signature to accept list
789         argument rather than use global.
790         (identify_count_dll_name_list): Renamed to...
791         (dll_name_list_count): ...here.  Changed signature to accept list
792         argument rather than use global.
793         (identify_print_dll_name_list): Renamed to...
794         (dll_name_list_print): ...here.  Changed signature to accept list
795         argument rather than use global.
796         (identify_free_dll_name_list): Renamed to...
797         (dll_name_list_free_contents): ...here.
798         (dll_name_list_free): New function.
799         (dll_name_list_create): New function.
800         (identify_process_section_p): Changed signature to accept
801         ms_style_implib argument rather than use global.
802         (identify_member_contains_symname): Expect incoming void * data to
803         be symname_search_data_type.
804         (identify_dll_for_implib): Use new functions dll_name_list_create
805         and dll_name_list_free.  Use new types symname_search_data_type
806         and identify_data_type to communicate with search routines.
807         (identify_search_section): Expect incoming void * data to be
808         identify_data_type. Use its contents rather than global
809         variables.
811 2009-01-13  Charles Wilson  <cygwin@cwilson.fastmail.fm>
813         Add --identify-strict option.  Handle ms-style implibs:
815         * dlltool.c (file scope): Added new globals identify_ms and
816         identify_strict. New typedef dll_name_list_type, and globals
817         identify_dll_name_list_head and identify_dll_name_list_tail. Added
818         new global identify_member_contains_symname_result.
819         (identify_append_dll_name_to_list): New function.
820         (identify_count_dll_name_list): New function.
821         (identify_print_dll_name_list): New function.
822         (identify_free_dll_name_list): New function.
823         (identify_search_archive): Changed signature to take function
824         pointer to operation to apply to each member, and data to pass on
825         to that function.
826         (identify_search_member): Changed signature to accept user data
827         from caller.
828         (identify_member_contains_symname): New function.
829         (identify_dll_for_implib): Rewrite. Now determines whether implib
830         is ms- or binutils- style, before searching sections for
831         dllname. Allows multiple dllnames.
832         (identify_process_section_p): Search alternate section for dllname
833         when implib is ms-style.
834         (identify_search_section): Add additional conditions to excludes
835         candidate sections from consideration.
836         (usage): Added --identify-strict.
837         (long_options): Added --identify-strict.
838         (main): Handle --identify-strict option.
839         * doc/binutils.texi: Document --identify-strict option.
840         * NEWS: Document --identify and --identify-strict options.
842 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
844         PR 7034
845         * doc/binutils.texi (objdump -R): Note effect of -d or -D.
847 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
849         * objdump.c (disassemble_section): Don't assume non-instruction
850         data if object symbol at given address is in different section.
852 2009-01-12  Kai Tietz  <kai.tietz@onevision.com>
854         * dlltool.c (create_for_pep): New.
855         (flush_page): Use create_for_pep instead of using
856         macro DLLTOOL_MX86_64 clause.
857         (generate_idata_ofile): Likewise.
858         (make_one_lib_file): Likewise.
859         (make_head): Likewise.
860         (make_tail): Likewise.
861         (main): Initialize create_for_pep.
863 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
865         * dlltool.c (use_nul_prefixed_import_tables): New.
866         (make_head): Make prefix leading zero prefix element for
867         idata$4 and idata$5 dependent to new flag.
868         (usage): Add new option  --use-nul-prefixed-import-tables.
869         (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
870         (long_options): Add --use-nul-prefixed-import-tables.
871         (main): Likewise.
872         * doc/binutils.texi: Add new option documentation for
873         --use-nul-prefixed-import-tables.
874         * NEWS: Add new option.
876 2009-01-06  Kai Tietz  <kai.tietz@onevision.com>
878         * windres.c (set_endianess): Get architecture name
879         for internal target names like "pe-arm-wince-little".
880         (find_arch_match): New helper.
881         * ChangeLog: Reset it.
882         * ChangeLog-2008: Moved old ChangeLog.
884 For older changes see ChangeLog-2008
886 Local Variables:
887 mode: change-log
888 left-margin: 8
889 fill-column: 74
890 version-control: never
891 End: