2009-09-01 Tristan Gingold <gingold@adacore.com>
[binutils.git] / binutils / ChangeLog
blob86a5b9699c640f4b169c277cba37e9b4e43bceb5
1 2009-09-01  Tristan Gingold  <gingold@adacore.com>
3         * makefile.vms-in: Remove unused VERSION variable.  Remove unused
4         dependencies.
5         * configure.com: Ported to Itanium VMS.  Create build.com DCL script.
7 2009-08-29  Martin Thuresson  <martin@mtme.org>
9         * nlmconv.c (main): Rename variable new to new_name.
11 2009-08-28  H.J. Lu  <hongjiu.lu@intel.com>
13         * Makefile.am (sysinfo$(EXEEXT_FOR_BUILD)): Replace
14         CFLAGS/LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
15         (syslex.o): Likewise.
16         (sysinfo.o): Likewise.
17         (bin2c$(EXEEXT_FOR_BUILD)): Likewise.
18         * Makefile.in: Regenerated.
20 2009-08-27  Dave Korn  <dave.korn.cygwin@gmail.com>
22         * doc/binutils.texi (--only-keep-debug): Relocate stray para here ...
23         (--subsystem): ... from here.
25 2009-08-24  Cary Coutant  <ccoutant@google.com>
27         * objdump.c (find_symbol_for_address): Avoid costly call to
28         bfd_octets_per_byte.
30 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
32         * Makefile.am (am__skiplex, am__skipyacc): New.
33         * Makefile.in: Regenerate.
35 2009-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
37         * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
38         * Makefile.in: Regenerate.
40 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
42         * Makefile.am (AM_CPPFLAGS): Renamed from ...
43         (INCLUDES): ... this.
44         (bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
45         (installcheck-local): Renamed from ...
46         (installcheck): ... this.
47         * Makefile.in: Regenerate.
49         * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add no-dist and
50         foreign.
51         (MKDEP, CLEANFILES): Remove now-unneeded variables.
52         (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
53         (mkdep section): Remove.
54         (BUILT_SOURCES): New variable, list $(GENERATED_HFILES).
55         (EXTRA_ar_SOURCES): New, list $(CFILES).
56         (syslex.o): Depend on syslex.c.
57         (sysinfo.o): Depend on sysinfo.c.
58         (arparse.h, defparse.h, nlmheaders.h rcparse.h mcparse.h):
59         Remove dependencies, now tracked by automake.
60         (srconv.o): Depend on sysroff.c.
61         (objdump.o, arparse.o, arlex.o, sysroff.o, defparse.o, deflex.o)
62         (nlmheader.o, rcparse.o, mcparse.o, rclex.o, mclex.o, dlltool.o)
63         (rescoff.o, nlmconv.o): Rewrite using automake-style dependency
64         tracking rules; only list the dependency upon the primary source
65         file, but no included headers.
66         * Makefile.in: Regenerate.
68         * Makefile.am (install-pdf, install-pdf-recursive, install-html)
69         (install-html-recursive): Remove.
70         * Makefile.in: Regenerate.
71         * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
72         (html__strip_dir, install-html, install-html-am): Remove.
73         * doc/Makefile.in: Regenerate.
75         * Makefile.in: Regenerate.
76         * aclocal.m4: Likewise.
77         * config.in: Likewise.
78         * configure: Likewise.
79         * doc/Makefile.in: Likewise.
81 2009-08-17  Nick Clifton  <nickc@redhat.com>
83         * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
84         32-bit absolute reloc for the purposes of processing debug
85         sections.
87 2009-08-10  Daniel Gutson  <dgutson@codesourcery.com>
89         * readelf.c (get_arm_section_type_name): Added support for
90         new sections headers.
92 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
94         PR binutils/10364
95         * objcopy.c (strip_main): Check return from smart_rename.
96         (copy_main): Likewise.
98 2009-07-27  Nick Clifton  <nickc@redhat.com>
100         PR 10413
101         * objdump.c (dump_section_header): Skip sections that we are
102         ignoring.
104 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
106         * readelf.c (guess_is_rela): Handle EM_L1OM.
107         (dump_relocations): Likewise.
108         (get_machine_name): Likewise.
109         (get_section_type_name): Likewise.
110         (get_elf_section_flags): Likewise.
111         (get_symbol_index_type): Likewise.
112         (is_32bit_abs_reloc): Likewise.
113         (is_32bit_pcrel_reloc): Likewise.
114         (is_64bit_abs_reloc): Likewise.
115         (is_64bit_pcrel_reloc): Likewise.
116         (is_none_reloc): Likewise.
118 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
120         * readelf.c (get_symbol_binding): For Linux targeted files return
121         UNIQUE for symbols with the STB_GNU_UNIQUE binding.
122         * doc/binutils.texi: Document the meaning of the 'u' symbol
123         binding in the output of nm and objdump --syms.
125 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
127         * NEWS: Mention --insn-width.
129         * objdump.c (insn_width): New.
130         (usage): Display --insn-width.
131         (option_values): Add OPTION_INSN_WIDTH.
132         (long_options): Add --insn-width.
133         (disassemble_bytes): Handle insn_width.
134         (main): Handle OPTION_INSN_WIDTH.
136         * doc/binutils.texi: Document --insn-width.
138 2009-07-17  Nick Clifton  <nickc@redhat.com>
140         * dwarf.c (display_debug_lines): If do_debug_lines has not been
141         set then default to displaying raw .debug_line section contents.
143 2009-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
145         Support unordered .debug_info references to .debug_ranges.
146         * dwarf.c (struct range_entry, range_entry_compar): New.
147         (display_debug_ranges): Remove variables last_offset, first, j,
148         seen_first_offset, use_debug_info and next.  New variables
149         range_entries and range_entry_fill.  Create the sorted copy
150         range_entries.  Remove the FIXME error on detected unordered references.
151         * dwarf.h (debug_info <range_lists>): New comment.
153 2009-07-14  Nick Clifton  <nickc@redhat.com>
155         PR 10380
156         * README: Document use of LDFLAGS="--static".
158 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
160         * Makefile.am: Run "make dep-am".
161         * Makefile.in: Regenerated.
163 2009-07-10  Tom Tromey  <tromey@redhat.com>
165         * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
166         * Makefile.in: Rebuild.
167         * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
169 2009-07-06  Tristan Gingold  <gingold@adacore.com>
171         * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
172         sections.
173         * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
174         * dwarf.c (debug_displays): Adjust for removed field.
176 2009-07-03  Jakub Jelinek  <jakub@redhat.com>
178         * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
179         and DW_OP_implicit_value.
181 2009-07-01  Nick Clifton  <nickc@redhat.com>
183         PR 6714
184         * rclex.c (handle_quotes): Do not complain about whitespace
185         separating quoted strings.
186         (rclex_string): Ignore whitespace when looking for a new opening
187         quote following a closing quote.
189 2009-06-27  H.J. Lu  <hongjiu.lu@intel.com>
191         PR binutils/10321
192         * bucomm.c (get_file_size): Return -1 on error.
194         * objcopy.c (copy_file): Report empty file.
196 2009-06-23  Nick Clifton  <nickc@redhat.com>
198         * dwarf.c (display_debug_lines_raw): Include the name of the
199         section in warning message.
200         (struct debug_display): Enable reloc processing for .debug_line
201         and .debug_ranges sections.
203         * readelf.c: Add --relocated-dump command line option to dump the
204         relocated contents of a specified section.
205         (request_dump): New function.
206         (parse_args): Use it.
207         (dump_section_as_bytes): Add parameter to indicate whether the
208         contents should be relocated.
209         (target_specific_reloc_handling): Add code for a R_MN10300_16
210         reloc found after a R_MN10300_SYM_DIFF reloc.
211         (debug_apply_relocations): Rename to apply_relocations.
212         (get_section_contents): New function.  Replaces common code found
213         in dump_section_as_strings and dump_section_as_bytes.
214         * doc/binutils.texi: Document new command line option.
215         * NEWS: Mention the new feature.
217 2009-06-22  Nick Clifton  <nickc@redhat.com>
219         * readelf.c (target_specific_reloc_handling): New function:
220         Processes relocs in a target specific manner.
221         (debug_apply_relocations): Use the new function.
222         * dwarf.c (display_debug_loc): End the dump with a blank line.
223         (struct debug_display): Enable reloc processing for .debug_aranges
224         and .debug_loc sections.
226 2009-06-19  Nick Clifton  <nickc@redhat.com>
228         * ar.c (usage): Do not use #ifdef inside _("...).
229         * nm.c (usage): Likewise.
231 2009-06-18  Nick Clifton  <nickc@redhat.com>
233         PR 10288
234         * objdump.c (disassemble_bytes): Set the
235         USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
236         if the user has invoked the -m switch.
237         * doc/binutils.texi: Document the additional behaviour of
238         objdump's -m switch for ARM targets.
240 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
242         * configure.in: Merge cegcc and mingw32ce target name changes from
243         CeGCC project.
245 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
247         * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
248         * configure: Regenerate.
250 2009-06-15  Nick Clifton  <nickc@redhat.com>
252         PR 10263
253         * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
254         the flags field of the disassemble_info structure if the -D switch
255         is in operation.
257 2009-06-12  Homer Xing  <homer.xing@yahoo.com>
259         * NEWS: Mention new feature added to gprof.
261 2009-06-12  John Reiser  <jreiser@BitWagon.com>
263         * readelf.c (process_symbol_table): Set gnubuckets to NULL after
264         freeing it and before returning.
266 2009-06-12  Jakub Jelinek  <jakub@redhat.com>
268         * readelf.c (process_symbol_table): Don't return early if
269         .hash/.gnu.hash is empty/unusable and not -D.
271 2009-06-09  Tom Bramer  <tjb@postpro.net>
273         PR 10165
274         * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
275         to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
277 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
279         * strings.c (main): Delay parsing of decimal digits.
281 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
283         * dep-in.sed: Don't use \n in replacement part of s command.
284         * Makefile.am (DEP1): LC_ALL for uniq.
285         Run "make dep-am".
286         * Makefile.in: Regenerate.
288 2009-06-03  Tristan Gingold  <gingold@adacore.com>
290         * MAINTAINERS: Add myself as Mach-O maintainer.
292 2009-06-01  Alan Modra  <amodra@bigpond.net.au>
294         PR 10199
295         * doc/binutils.texi (nm): Correct -S description.
297 2009-05-28  Nick Clifton  <nickc@redhat.com>
299         * po/da.po: Updated Danish translation.
301 2009-05-28  Nick Clifton  <nickc@redhat.com>
303         * readelf.c (display_debug_section): Do not display debug sections
304         with the NOBITS section type.
306 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
308         * aclocal.m4: Include ../config/plugins.m4.
309         * configure.in: Use AC_PLUGINS.
310         * configure: Regenerate.
311         * Makefile.in: Regenerate.
312         * doc/Makefile.in: Regenerate.
314 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
316         * ar.c (main): Call bfd_plugin_set_program_name.
317         * nm.c (main): Call bfd_plugin_set_program_name.
319 2009-05-27  Nathan Sidwell  <nathan@codesourcery.com>
321         * sysdump.c (tab): Use puts rather than two printfs.
323 2009-05-26  Nick Clifton  <nickc@redhat.com>
325         * po/id.po: Updated Indonesian translation.
326         * po/binutils.pot: Updated template file.
328 2009-05-26  Rafael Avila de Espindola  <espindola@google.com>
330         * ar.c: Include plugin.h.
331         (main): Handle the --plugin option.
332         * nm.c: Include plugin.h.
333         (OPTION_PLUGIN): New.
334         (long_options): Add plugin.
335         (main): Handle OPTION_PLUGIN.
336         * NEWS: Mention  the new feature.
337         * doc/binutils: Documement the new command line options.
338         * configure.in: Check for --enable-plugins.
339         * configure: Regenerate.
341 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
343         * dep-in.sed: Output one filename per line with all lines having
344         continuation backslash.  Prefix first line with "A", following
345         lines with "B".
346         * Makefile.am (DEP): Don't use dep.sed here.
347         (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
348         sort and uniq.
349         * Makefile.in: Regenerate.
351 2009-05-25  Tristan Gingold  <gingold@adacore.com>
353         * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
355         * configure.com: Fix it: handle alloca and define TARGET in config.h.
357 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
359         * Makefile.am: Run "make dep-am".
360         * Makefile.in: Regenerate.
362 2009-05-12  Alan Modra  <amodra@bigpond.net.au>
364         * objcopy.c (set_long_section_mode): Check input_bfd is coff
365         before accessing coff specific fields of bfd.
367 2009-05-09  Dave Korn  <dave.korn.cygwin@gmail.com>
369         * MAINTAINERS:  Add myself as PE/COFF co-maintainer.
371 2009-05-08  Kai Tietz  <kai.tietz@onevision.com>
373         * winduni.c (iconv_onechar): Only define when HAVE_ICONV
374         is defined, but not when __CYGWIN__ or _WIN32 are defined.
375         See wind_iconv_cp for call logic of this local funtion.
377 2009-05-05  Guillaume Duhamel  <guillaume.duhamel@gmail.com>
379         PR 10109
380         * winduni.c: Replace test of HAVE_ICONV_H with a test of
381         HAVE_ICONV.
382         (iconv_onechar): Use ICONV_CONST instead of "const".
383         (wind_MultiByteToWideChar): Initialise local strings.
385 2009-04-30  Nick Clifton  <nickc@redhat.com>
387         * readelf.c (dump_relocations): Display a relocation against an
388         ifunc symbol as if it were a function invocation.
389         (get_symbol_type): Handle STT_GNU_IFUNC.
391 2009-04-29  Anthony Green  <green@moxielogic.com>
393         * NEWS: Tweak verilog support description.
395 2009-04-29  Alan Modra  <amodra@bigpond.net.au>
396             Denis Scherbakov <denis_scherbakov@yahoo.com>
398         * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
399         read, and merge with 32-bit case.
401 2009-04-27  Anthony Green  <green@moxielogic.com>
403         * NEWS: Mention verilog support added to bfd.
405 2009-04-27  H.J. Lu  <hongjiu.lu@intel.com>
407         * objcopy.c (copy_object): Copy pe_opthdr before changing PE
408         parameters.
410 2009-04-24  Cary Coutant  <ccoutant@google.com>
412         * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
413         Add missing newlines to HP extensions.
415 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
417         * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
418         * doc/binutils.texi: Likewise.
420 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
422         PR binutils/10074
423         * objcopy.c: Include coff/i386.h and coff/pe.h.
424         (pe_file_alignment): New.
425         (pe_heap_commit): Likewise.
426         (pe_heap_reserve): Likewise.
427         (pe_image_base): Likewise.
428         (pe_section_alignment): Likewise.
429         (pe_stack_commit): Likewise.
430         (pe_stack_reserve): Likewise.
431         (pe_subsystem): Likewise.
432         (pe_major_subsystem_version): Likewise.
433         (pe_minor_subsystem_version): Likewise.
434         (set_pe_subsystem): Likewise.
435         (convert_efi_target): Likewise.
436         (command_line_switch): Add OPTION_FILE_ALIGNMENT,
437         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
438         OPTION_STACK and OPTION_SUBSYSTEM.
439         (copy_options): Likewise.
440         (copy_usage): Add --file-alignment, --heap, --image-base,
441         --section-alignment, --stack and --subsystem.
442         (copy_object): Set up PE parameters.
443         (copy_main): Process Add OPTION_FILE_ALIGNMENT,
444         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
445         OPTION_STACK and OPTION_SUBSYSTEM.   Convert EFI target to
446         PEI target.
448         * NEWS: Mention --file-alignment, --heap, --image-base,
449         --section-alignment, --stack and --subsystem command line
450         options for objcopy.
452         * doc/binutils.texi: Document --file-alignment, --heap,
453         --image-base, --section-alignment, --stack and --subsystem
454         command line options for objcopy.
456 2009-04-15  Anthony Green  <green@moxielogic.com>
458         * MAINTAINERS: Add myself as Moxie port maintainer.
460 2009-04-14  Dave Korn  <dave.korn.cygwin@gmail.com>
462         * objcopy.c (enum long_section_name_handling):  New enum type.
463         (enum command_line_switch):  Add OPTION_LONG_SECTION_NAMES.
464         (copy_options[]):  Add entry for --long-section-names option.
465         (copy_usage):  Document it.
466         (set_long_section_mode):  New subroutine.
467         (copy_file):  Call it.
468         (copy_main):  Accept OPTION_LONG_SECTION_NAMES and parse arg.
469         * doc/binutils.texi:  Update objcopy documentation with details
470         of new option.
472 2009-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
474         * dlltool.c (set_dll_name_from_def):  Accept new second arg that
475         indicates if we are building DLL or EXE, and use it to add a
476         default suffix to the output filename when none is already present.
477         (def_name):  Indicate we are building an EXE when calling it.
478         (def_library):  Indicate we are building a DLL when calling it.
480 2009-04-01  Jari Aalto  <jari.aalto@cante.net>
482         PR 9972
483         * doc/binutils.texi (strings): Document the -V alias for the
484         --version option.
485         * strings.c (usage): Likewise.
487 2009-03-31  Nick Clifton  <nickc@redhat.com>
489         PR 9992
490         * configure.in: Import Solaris specific largefile test from
491         bfd/configure.in.
492         * configure: Regenerate.
494 2009-03-30  Richard Sandiford  <rdsandiford@googlemail.com>
496         * MAINTAINERS: Add self.
498 2009-03-27  Nick Clifton  <nickc@redhat.com>
500         * dwarf.c (display_debug_ranges): Add the base address to the
501         displayed values for 'Begin' and 'End'. 
503 2009-03-25  Ryan Mansfield  <rmansfield@qnx.com>
505         * readelf.c (process_file_header): Don't report a corrupt string
506         table index if it is zero.
508 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
510         * dwarf.c (dwarf_regnames): Moved before frame_need_space.
511         (dwarf_regnames_count): Likewise.
512         (frame_need_space): Return int.
513         (display_debug_frames): Check invalid registers.
515 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
517         * readelf.c (debug_apply_relocations): Check relocations
518         against STT_SECTION symbol.
520 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
522         * readelf.c (debug_apply_relocations): Allow relocations
523         against function symbols.
525 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
527         * sysdep.h: Include alloca-conf.h instead of config.h and remove
528         existing #if's handling alloca.
529         * Makefile.am: Run "make dep-am".
530         * Makefile.in: Regenerate.
532 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
534         * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
535         * configure.in: Likewise.
536         * configure: Regenerate.
538 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
540         PR binutils/9945
541         * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
543 2009-03-11  Chris Demetriou  <cgd@google.com>
545         * ar.c (deterministic): New global variable.
546         (main): Recognize new 'D' option, which enables 'deterministic mode'.
547         (usage): Document new 'D' option.
548         (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
549         flags if deterministic mode was requested.
550         * doc/binutils.texi (ar): Document deterministic mode ('D' option).
552 2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
554         PR binutils/9933
555         * objcopy.c (filter_symbols): Properly handle common symbols
556         in relocatable file.
558 2009-03-06  Nick Clifton  <nickc@redhat.com>
560         * po/es.po: Updated Spanish translation.
562 2009-03-05  Nick Clifton  <nickc@redhat.com>
564         * objdump.c (disassemble_section): If the computed next offset is
565         not beyond the current offset then just continue to the end.
567 2009-03-04  Tristan Gingold  <gingold@adacore.com>
569         * MAINTAINERS: Add myself as VMS maintainer.
571 2009-03-03  Nick Clifton  <nickc@redhat.com>
573         * readelf.c: Update formatting.
575 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
577         * Makefile.am: Run "make dep-am".
578         * Makefile.in: Regenerate.
580 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
582         * objdump.c (disassemble_section): Mask address before sign extending.
584 2009-03-02  Sebastian Biallas  <sb@biallas.net>
586         * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
587         (parse_ieee_bb): Set the filename if it has not already been
588         discovered.
590 2009-03-02  Cary Coutant  <ccoutant@google.com>
592         * readelf.c (adjust_relative_path): New function.
593         (struct archive_info): New type.
594         (setup_archive): New function.
595         (release_archive): New function.
596         (setup_nested_archive): New function.
597         (get_archive_member_name): New function.
598         (get_archive_member_name_at): New function.
599         (make_qualified_name): New function.
600         (process_archive): Factor out code for reading archive index and
601         long filename table to setup_archive.  Add support for thin archives.
603 2009-03-02  Nick Clifton  <nickc@redhat.com>
605         * po/sk.po: Updated Slovak translation.
607 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
609         * configure: Regenerate.
611 2009-02-23  Cary Coutant <ccoutant@google.com>
613         * objdump.c (load_specific_debug_section): New function, from
614         load_debug_section.
615         (load_debug_section): Use load_specific_debug_section.
616         (dump_dwarf_section): Likewise.
618 2009-02-23  Cary Coutant <ccoutant@google.com>
620         * readelf.c (parse_args): Select all sections explicitly for -w.
622 2009-02-09  Kai Tietz  <kai.tietz@onevision.com>
624         * windres.c (set_endianess): Copy name without leading '-'.
626 2009-02-09  Tristan Gingold  <gingold@adacore.com>
628         * NEWS: Mention feature match between objdump and readelf for dumping
629         dwarf info.
631         * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
632         objdump.
634         * objdump.c (usage): Update documentation for -W/--dwarf.
635         (enum option_values): Add OPTION_DWARF.
636         (long_options): --dwarf can accept arguments.
637         (dump_dwarf_section): Also check enabled field.
638         (main): Option -W can accept arguments, code moved to
639         dwarf.c and call dwarf_select_sections_all instead.
640         * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
641         (parse_args): Move code to...
642         * dwarf.c (dwarf_select_sections_by_letters,
643         dwarf_select_sections_by_names): : ...here (new functions).
644         (do_debug_lines_decoded): Remove and replaced by ...
645         (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
646         (display_debug_lines): Adjust for previous change.
647         (dwarf_select_sections_all): New function.
648         (debug_displays): Add initializer for enabled field.
649         * dwarf.h (do_debug_lines_decoded): Remove.
650         Add prototypes for the new functions.
651         (struct dwarf_section_display): Add enabled field.
653 2009-02-06  Nick Clifton  <nickc@redhat.com>
655         * po/vi.po: Updated Vietnamese translation.
657 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
659         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
661 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
663         * NEWS: Move --as-needed change to ...
664         * ../ld/NEWS: Here.
666 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
668         * configure.in: AC_SUBST pdfdir.
669         * Makefile.am: Add install-pdf, install-pdf-am,
670         and install-pdf-recursive targets.
671         * doc/Makefile.am: Define pdf__strip_dir. Add
672         install-pdf and install-pdf-am targets.
673         * po/Make-in: Add install-pdf target.
674         * configure: Regenerate.
675         * Makefile.in: Regenerate.
676         * doc/Makefile.in: Regenerate.
678 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
680         PR binutils/9784
681         * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
683         * doc/binutils.texi: Document --prefix=PREFIX and
684         --prefix-strip=LEVEL.
686         * objdump.c: Include "filenames.h".
687         (prefix): New.
688         (prefix_strip): Likewise.
689         (prefix_length): Likewise.
690         (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
691         (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
692         (long_options): Likewise.
693         (show_line): Handle prefix and prefix_strip.
694         (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
696         * readelf.c (PATH_MAX): Moved to ...
697         * sysdep.h: Here.
699 2009-01-31  Alan Modra  <amodra@bigpond.net.au>
701         * NEWS: Mention --as-needed change.
703 2009-01-29  Alan Modra  <amodra@bigpond.net.au>
705         PR 9798
706         * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
707         (bfd_get_archive_filename): Constify param.
708         * bucomm.h (bfd_get_archive_filename): Update prototype.
709         * objcopy.c (RETURN_NONFATAL): Delete.
710         (copy_unknown_object): Don't call bfd_get_archive_filename for
711         bfd_nonfatal_message filename, instead just pass bfd.
712         (copy_object): Likewise.
713         (copy_archive, copy_file): Likewise.  Expand RETURN_NONFATAL.  On
714         bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
715         (setup_bfd_headers): Fix error message.
717 2009-01-27  Nick Clifton  <nickc@redhat.com>
719         PR 9774
720         * objdump.c (disassemble_section): When the target uses signed
721         addresses make sure that we compute signed values.
723 2009-01-27  Nick Clifton  <nickc@redhat.com>
725         * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
726         maintainers.
728 2009-01-26  Nick Clifton  <nickc@redhat.com>
730         PR 9766
731         * dlltool.c (xlate): When strip text after the @ sign, look for
732         the last one not the first one.
734 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
736         * configure.in (commonbfdlib): Delete.
737         * configure: Regenerate.
739 2008-01-14  Charles Wilson  <cygwin@cwilson.fastmail.fm>
741         Cleanup code related to --identify option.
743         * binutils/dlltool.c (file scope): Removed globals identify_ms,
744         identify_member_contains_symname_result,
745         identify_dll_name_list_head, and identify_dll_name_list_tail.
746         Renamed existing typedef dll_name_list_type to
747         dll_name_list_node_type.
748         Added new typedefs dll_name_list_type, symname_search_data_type,
749         and identify_data_type.
750         (identify_append_dll_name_to_list): Renamed to...
751         (dll_name_list_append): ...here.  Changed signature to accept list
752         argument rather than use global.
753         (identify_count_dll_name_list): Renamed to...
754         (dll_name_list_count): ...here.  Changed signature to accept list
755         argument rather than use global.
756         (identify_print_dll_name_list): Renamed to...
757         (dll_name_list_print): ...here.  Changed signature to accept list
758         argument rather than use global.
759         (identify_free_dll_name_list): Renamed to...
760         (dll_name_list_free_contents): ...here.
761         (dll_name_list_free): New function.
762         (dll_name_list_create): New function.
763         (identify_process_section_p): Changed signature to accept
764         ms_style_implib argument rather than use global.
765         (identify_member_contains_symname): Expect incoming void * data to
766         be symname_search_data_type.
767         (identify_dll_for_implib): Use new functions dll_name_list_create
768         and dll_name_list_free.  Use new types symname_search_data_type
769         and identify_data_type to communicate with search routines.
770         (identify_search_section): Expect incoming void * data to be
771         identify_data_type. Use its contents rather than global
772         variables.
774 2009-01-13  Charles Wilson  <cygwin@cwilson.fastmail.fm>
776         Add --identify-strict option.  Handle ms-style implibs:
778         * dlltool.c (file scope): Added new globals identify_ms and
779         identify_strict. New typedef dll_name_list_type, and globals
780         identify_dll_name_list_head and identify_dll_name_list_tail. Added
781         new global identify_member_contains_symname_result.
782         (identify_append_dll_name_to_list): New function.
783         (identify_count_dll_name_list): New function.
784         (identify_print_dll_name_list): New function.
785         (identify_free_dll_name_list): New function.
786         (identify_search_archive): Changed signature to take function
787         pointer to operation to apply to each member, and data to pass on
788         to that function.
789         (identify_search_member): Changed signature to accept user data
790         from caller.
791         (identify_member_contains_symname): New function.
792         (identify_dll_for_implib): Rewrite. Now determines whether implib
793         is ms- or binutils- style, before searching sections for
794         dllname. Allows multiple dllnames.
795         (identify_process_section_p): Search alternate section for dllname
796         when implib is ms-style.
797         (identify_search_section): Add additional conditions to excludes
798         candidate sections from consideration.
799         (usage): Added --identify-strict.
800         (long_options): Added --identify-strict.
801         (main): Handle --identify-strict option.
802         * doc/binutils.texi: Document --identify-strict option.
803         * NEWS: Document --identify and --identify-strict options.
805 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
807         PR 7034
808         * doc/binutils.texi (objdump -R): Note effect of -d or -D.
810 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
812         * objdump.c (disassemble_section): Don't assume non-instruction
813         data if object symbol at given address is in different section.
815 2009-01-12  Kai Tietz  <kai.tietz@onevision.com>
817         * dlltool.c (create_for_pep): New.
818         (flush_page): Use create_for_pep instead of using
819         macro DLLTOOL_MX86_64 clause.
820         (generate_idata_ofile): Likewise.
821         (make_one_lib_file): Likewise.
822         (make_head): Likewise.
823         (make_tail): Likewise.
824         (main): Initialize create_for_pep.
826 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
828         * dlltool.c (use_nul_prefixed_import_tables): New.
829         (make_head): Make prefix leading zero prefix element for
830         idata$4 and idata$5 dependent to new flag.
831         (usage): Add new option  --use-nul-prefixed-import-tables.
832         (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
833         (long_options): Add --use-nul-prefixed-import-tables.
834         (main): Likewise.
835         * doc/binutils.texi: Add new option documentation for
836         --use-nul-prefixed-import-tables.
837         * NEWS: Add new option.
839 2009-01-06  Kai Tietz  <kai.tietz@onevision.com>
841         * windres.c (set_endianess): Get architecture name
842         for internal target names like "pe-arm-wince-little".
843         (find_arch_match): New helper.
844         * ChangeLog: Reset it.
845         * ChangeLog-2008: Moved old ChangeLog.
847 For older changes see ChangeLog-2008
849 Local Variables:
850 mode: change-log
851 left-margin: 8
852 fill-column: 74
853 version-control: never
854 End: