1 2009-09-04 Tristan Gingold <gingold@adacore.com>
3 * NEWS: Add marker for 2.20.
5 2009-09-04 Timo Kreuzer <timo.kreuzer@web.de>
7 * dlltool.c (delayimp_name): Add new global variable
8 (usage, long_options, main): Add new option "-y" / "--output-delaylib"
9 (struct mac): Add fields how_dljtab_size, how_dljtab_roff1,
10 how_dljtab_roff2, how_dljtab, trampoline.
11 (i386_dljtab): Add binary stub for x86 delay import.
12 (i386_trampoline): Add text assembly stub for x86 delay import.
13 (mtable): Add delay import data for M386 and MX86 only.
14 (make_delay_head): New function.
15 (make_one_lib_file): New arg delay creates delay-load import stub.
16 (gen_lib_file): New arg delay likewise.
17 (HOW_JTAB, HOW_JTAB_SIZE, HOW_JTAB_ROFF): New arg delay likewise.
18 (HOW_JTAB_ROFF2, HOW_JTAB_ROFF3): New macros for delay import.
19 (make_tail): Convert hard TABS embedded in strings to "\t" escapes.
20 * NEWS: Mention new feature. Also fix whitespace.
21 * doc/binutils.texi: Updated dlltool documentation.
23 2009-09-02 Tristan Gingold <gingold@adacore.com>
25 * configure.com: Do not copy makefile.vms-in to makefile.vms
26 * makefile.vms-in: Renamed to...
27 * makefile.vms: ... this usual name as it is not processed anymore.
28 Remove WRITE_DEBUG_OBJS (unused) and reorder object files for
31 2009-09-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
33 * Makefile.am (arparse.o, arlex.o, sysroff.o, defparse.o)
34 (deflex.o, nlmheaders.o, rcparse.o, mcparse.o): Supply correct
35 source file name for generated files which may be in $(srcdir).
36 * Makefile.in: Regenerate.
38 2009-09-01 H.J. Lu <hongjiu.lu@intel.com>
40 * version.c (print_version): Change to "Copyright 2009".
42 2009-09-01 Tristan Gingold <gingold@adacore.com>
44 * makefile.vms-in: Remove unused VERSION variable. Remove unused
46 * configure.com: Ported to Itanium VMS. Create build.com DCL script.
48 2009-08-29 Martin Thuresson <martin@mtme.org>
50 * nlmconv.c (main): Rename variable new to new_name.
52 2009-08-28 H.J. Lu <hongjiu.lu@intel.com>
54 * Makefile.am (sysinfo$(EXEEXT_FOR_BUILD)): Replace
55 CFLAGS/LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
57 (sysinfo.o): Likewise.
58 (bin2c$(EXEEXT_FOR_BUILD)): Likewise.
59 * Makefile.in: Regenerated.
61 2009-08-27 Dave Korn <dave.korn.cygwin@gmail.com>
63 * doc/binutils.texi (--only-keep-debug): Relocate stray para here ...
64 (--subsystem): ... from here.
66 2009-08-24 Cary Coutant <ccoutant@google.com>
68 * objdump.c (find_symbol_for_address): Avoid costly call to
71 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
73 * Makefile.am (am__skiplex, am__skipyacc): New.
74 * Makefile.in: Regenerate.
76 2009-08-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
78 * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
79 * Makefile.in: Regenerate.
81 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
83 * Makefile.am (AM_CPPFLAGS): Renamed from ...
85 (bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
86 (installcheck-local): Renamed from ...
87 (installcheck): ... this.
88 * Makefile.in: Regenerate.
90 * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add no-dist and
92 (MKDEP, CLEANFILES): Remove now-unneeded variables.
93 (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
94 (mkdep section): Remove.
95 (BUILT_SOURCES): New variable, list $(GENERATED_HFILES).
96 (EXTRA_ar_SOURCES): New, list $(CFILES).
97 (syslex.o): Depend on syslex.c.
98 (sysinfo.o): Depend on sysinfo.c.
99 (arparse.h, defparse.h, nlmheaders.h rcparse.h mcparse.h):
100 Remove dependencies, now tracked by automake.
101 (srconv.o): Depend on sysroff.c.
102 (objdump.o, arparse.o, arlex.o, sysroff.o, defparse.o, deflex.o)
103 (nlmheader.o, rcparse.o, mcparse.o, rclex.o, mclex.o, dlltool.o)
104 (rescoff.o, nlmconv.o): Rewrite using automake-style dependency
105 tracking rules; only list the dependency upon the primary source
106 file, but no included headers.
107 * Makefile.in: Regenerate.
109 * Makefile.am (install-pdf, install-pdf-recursive, install-html)
110 (install-html-recursive): Remove.
111 * Makefile.in: Regenerate.
112 * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
113 (html__strip_dir, install-html, install-html-am): Remove.
114 * doc/Makefile.in: Regenerate.
116 * Makefile.in: Regenerate.
117 * aclocal.m4: Likewise.
118 * config.in: Likewise.
119 * configure: Likewise.
120 * doc/Makefile.in: Likewise.
122 2009-08-17 Nick Clifton <nickc@redhat.com>
124 * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
125 32-bit absolute reloc for the purposes of processing debug
128 2009-08-10 Daniel Gutson <dgutson@codesourcery.com>
130 * readelf.c (get_arm_section_type_name): Added support for
131 new sections headers.
133 2009-08-03 H.J. Lu <hongjiu.lu@intel.com>
136 * objcopy.c (strip_main): Check return from smart_rename.
137 (copy_main): Likewise.
139 2009-07-27 Nick Clifton <nickc@redhat.com>
142 * objdump.c (dump_section_header): Skip sections that we are
145 2009-07-25 H.J. Lu <hongjiu.lu@intel.com>
147 * readelf.c (guess_is_rela): Handle EM_L1OM.
148 (dump_relocations): Likewise.
149 (get_machine_name): Likewise.
150 (get_section_type_name): Likewise.
151 (get_elf_section_flags): Likewise.
152 (get_symbol_index_type): Likewise.
153 (is_32bit_abs_reloc): Likewise.
154 (is_32bit_pcrel_reloc): Likewise.
155 (is_64bit_abs_reloc): Likewise.
156 (is_64bit_pcrel_reloc): Likewise.
157 (is_none_reloc): Likewise.
159 2009-07-23 Ulrich Drepper <drepper@redhat.com>
161 * readelf.c (get_symbol_binding): For Linux targeted files return
162 UNIQUE for symbols with the STB_GNU_UNIQUE binding.
163 * doc/binutils.texi: Document the meaning of the 'u' symbol
164 binding in the output of nm and objdump --syms.
166 2009-07-20 H.J. Lu <hongjiu.lu@intel.com>
168 * NEWS: Mention --insn-width.
170 * objdump.c (insn_width): New.
171 (usage): Display --insn-width.
172 (option_values): Add OPTION_INSN_WIDTH.
173 (long_options): Add --insn-width.
174 (disassemble_bytes): Handle insn_width.
175 (main): Handle OPTION_INSN_WIDTH.
177 * doc/binutils.texi: Document --insn-width.
179 2009-07-17 Nick Clifton <nickc@redhat.com>
181 * dwarf.c (display_debug_lines): If do_debug_lines has not been
182 set then default to displaying raw .debug_line section contents.
184 2009-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
186 Support unordered .debug_info references to .debug_ranges.
187 * dwarf.c (struct range_entry, range_entry_compar): New.
188 (display_debug_ranges): Remove variables last_offset, first, j,
189 seen_first_offset, use_debug_info and next. New variables
190 range_entries and range_entry_fill. Create the sorted copy
191 range_entries. Remove the FIXME error on detected unordered references.
192 * dwarf.h (debug_info <range_lists>): New comment.
194 2009-07-14 Nick Clifton <nickc@redhat.com>
197 * README: Document use of LDFLAGS="--static".
199 2009-07-10 H.J. Lu <hongjiu.lu@intel.com>
201 * Makefile.am: Run "make dep-am".
202 * Makefile.in: Regenerated.
204 2009-07-10 Tom Tromey <tromey@redhat.com>
206 * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
207 * Makefile.in: Rebuild.
208 * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
210 2009-07-06 Tristan Gingold <gingold@adacore.com>
212 * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
214 * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
215 * dwarf.c (debug_displays): Adjust for removed field.
217 2009-07-03 Jakub Jelinek <jakub@redhat.com>
219 * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
220 and DW_OP_implicit_value.
222 2009-07-01 Nick Clifton <nickc@redhat.com>
225 * rclex.c (handle_quotes): Do not complain about whitespace
226 separating quoted strings.
227 (rclex_string): Ignore whitespace when looking for a new opening
228 quote following a closing quote.
230 2009-06-27 H.J. Lu <hongjiu.lu@intel.com>
233 * bucomm.c (get_file_size): Return -1 on error.
235 * objcopy.c (copy_file): Report empty file.
237 2009-06-23 Nick Clifton <nickc@redhat.com>
239 * dwarf.c (display_debug_lines_raw): Include the name of the
240 section in warning message.
241 (struct debug_display): Enable reloc processing for .debug_line
242 and .debug_ranges sections.
244 * readelf.c: Add --relocated-dump command line option to dump the
245 relocated contents of a specified section.
246 (request_dump): New function.
247 (parse_args): Use it.
248 (dump_section_as_bytes): Add parameter to indicate whether the
249 contents should be relocated.
250 (target_specific_reloc_handling): Add code for a R_MN10300_16
251 reloc found after a R_MN10300_SYM_DIFF reloc.
252 (debug_apply_relocations): Rename to apply_relocations.
253 (get_section_contents): New function. Replaces common code found
254 in dump_section_as_strings and dump_section_as_bytes.
255 * doc/binutils.texi: Document new command line option.
256 * NEWS: Mention the new feature.
258 2009-06-22 Nick Clifton <nickc@redhat.com>
260 * readelf.c (target_specific_reloc_handling): New function:
261 Processes relocs in a target specific manner.
262 (debug_apply_relocations): Use the new function.
263 * dwarf.c (display_debug_loc): End the dump with a blank line.
264 (struct debug_display): Enable reloc processing for .debug_aranges
265 and .debug_loc sections.
267 2009-06-19 Nick Clifton <nickc@redhat.com>
269 * ar.c (usage): Do not use #ifdef inside _("...).
270 * nm.c (usage): Likewise.
272 2009-06-18 Nick Clifton <nickc@redhat.com>
275 * objdump.c (disassemble_bytes): Set the
276 USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
277 if the user has invoked the -m switch.
278 * doc/binutils.texi: Document the additional behaviour of
279 objdump's -m switch for ARM targets.
281 2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
283 * configure.in: Merge cegcc and mingw32ce target name changes from
286 2007-12-25 Pedro Alves <pedro_alves@portugalmail.pt>
288 * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
289 * configure: Regenerate.
291 2009-06-15 Nick Clifton <nickc@redhat.com>
294 * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
295 the flags field of the disassemble_info structure if the -D switch
298 2009-06-12 Homer Xing <homer.xing@yahoo.com>
300 * NEWS: Mention new feature added to gprof.
302 2009-06-12 John Reiser <jreiser@BitWagon.com>
304 * readelf.c (process_symbol_table): Set gnubuckets to NULL after
305 freeing it and before returning.
307 2009-06-12 Jakub Jelinek <jakub@redhat.com>
309 * readelf.c (process_symbol_table): Don't return early if
310 .hash/.gnu.hash is empty/unusable and not -D.
312 2009-06-09 Tom Bramer <tjb@postpro.net>
315 * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
316 to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
318 2009-06-04 Alan Modra <amodra@bigpond.net.au>
320 * strings.c (main): Delay parsing of decimal digits.
322 2009-06-04 Alan Modra <amodra@bigpond.net.au>
324 * dep-in.sed: Don't use \n in replacement part of s command.
325 * Makefile.am (DEP1): LC_ALL for uniq.
327 * Makefile.in: Regenerate.
329 2009-06-03 Tristan Gingold <gingold@adacore.com>
331 * MAINTAINERS: Add myself as Mach-O maintainer.
333 2009-06-01 Alan Modra <amodra@bigpond.net.au>
336 * doc/binutils.texi (nm): Correct -S description.
338 2009-05-28 Nick Clifton <nickc@redhat.com>
340 * po/da.po: Updated Danish translation.
342 2009-05-28 Nick Clifton <nickc@redhat.com>
344 * readelf.c (display_debug_section): Do not display debug sections
345 with the NOBITS section type.
347 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
349 * aclocal.m4: Include ../config/plugins.m4.
350 * configure.in: Use AC_PLUGINS.
351 * configure: Regenerate.
352 * Makefile.in: Regenerate.
353 * doc/Makefile.in: Regenerate.
355 2009-05-27 Rafael Avila de Espindola <espindola@google.com>
357 * ar.c (main): Call bfd_plugin_set_program_name.
358 * nm.c (main): Call bfd_plugin_set_program_name.
360 2009-05-27 Nathan Sidwell <nathan@codesourcery.com>
362 * sysdump.c (tab): Use puts rather than two printfs.
364 2009-05-26 Nick Clifton <nickc@redhat.com>
366 * po/id.po: Updated Indonesian translation.
367 * po/binutils.pot: Updated template file.
369 2009-05-26 Rafael Avila de Espindola <espindola@google.com>
371 * ar.c: Include plugin.h.
372 (main): Handle the --plugin option.
373 * nm.c: Include plugin.h.
374 (OPTION_PLUGIN): New.
375 (long_options): Add plugin.
376 (main): Handle OPTION_PLUGIN.
377 * NEWS: Mention the new feature.
378 * doc/binutils: Documement the new command line options.
379 * configure.in: Check for --enable-plugins.
380 * configure: Regenerate.
382 2009-05-26 Alan Modra <amodra@bigpond.net.au>
384 * dep-in.sed: Output one filename per line with all lines having
385 continuation backslash. Prefix first line with "A", following
387 * Makefile.am (DEP): Don't use dep.sed here.
388 (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
390 * Makefile.in: Regenerate.
392 2009-05-25 Tristan Gingold <gingold@adacore.com>
394 * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
396 * configure.com: Fix it: handle alloca and define TARGET in config.h.
398 2009-05-22 Alan Modra <amodra@bigpond.net.au>
400 * Makefile.am: Run "make dep-am".
401 * Makefile.in: Regenerate.
403 2009-05-12 Alan Modra <amodra@bigpond.net.au>
405 * objcopy.c (set_long_section_mode): Check input_bfd is coff
406 before accessing coff specific fields of bfd.
408 2009-05-09 Dave Korn <dave.korn.cygwin@gmail.com>
410 * MAINTAINERS: Add myself as PE/COFF co-maintainer.
412 2009-05-08 Kai Tietz <kai.tietz@onevision.com>
414 * winduni.c (iconv_onechar): Only define when HAVE_ICONV
415 is defined, but not when __CYGWIN__ or _WIN32 are defined.
416 See wind_iconv_cp for call logic of this local funtion.
418 2009-05-05 Guillaume Duhamel <guillaume.duhamel@gmail.com>
421 * winduni.c: Replace test of HAVE_ICONV_H with a test of
423 (iconv_onechar): Use ICONV_CONST instead of "const".
424 (wind_MultiByteToWideChar): Initialise local strings.
426 2009-04-30 Nick Clifton <nickc@redhat.com>
428 * readelf.c (dump_relocations): Display a relocation against an
429 ifunc symbol as if it were a function invocation.
430 (get_symbol_type): Handle STT_GNU_IFUNC.
432 2009-04-29 Anthony Green <green@moxielogic.com>
434 * NEWS: Tweak verilog support description.
436 2009-04-29 Alan Modra <amodra@bigpond.net.au>
437 Denis Scherbakov <denis_scherbakov@yahoo.com>
439 * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
440 read, and merge with 32-bit case.
442 2009-04-27 Anthony Green <green@moxielogic.com>
444 * NEWS: Mention verilog support added to bfd.
446 2009-04-27 H.J. Lu <hongjiu.lu@intel.com>
448 * objcopy.c (copy_object): Copy pe_opthdr before changing PE
451 2009-04-24 Cary Coutant <ccoutant@google.com>
453 * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
454 Add missing newlines to HP extensions.
456 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
458 * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
459 * doc/binutils.texi: Likewise.
461 2009-04-17 H.J. Lu <hongjiu.lu@intel.com>
464 * objcopy.c: Include coff/i386.h and coff/pe.h.
465 (pe_file_alignment): New.
466 (pe_heap_commit): Likewise.
467 (pe_heap_reserve): Likewise.
468 (pe_image_base): Likewise.
469 (pe_section_alignment): Likewise.
470 (pe_stack_commit): Likewise.
471 (pe_stack_reserve): Likewise.
472 (pe_subsystem): Likewise.
473 (pe_major_subsystem_version): Likewise.
474 (pe_minor_subsystem_version): Likewise.
475 (set_pe_subsystem): Likewise.
476 (convert_efi_target): Likewise.
477 (command_line_switch): Add OPTION_FILE_ALIGNMENT,
478 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
479 OPTION_STACK and OPTION_SUBSYSTEM.
480 (copy_options): Likewise.
481 (copy_usage): Add --file-alignment, --heap, --image-base,
482 --section-alignment, --stack and --subsystem.
483 (copy_object): Set up PE parameters.
484 (copy_main): Process Add OPTION_FILE_ALIGNMENT,
485 OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
486 OPTION_STACK and OPTION_SUBSYSTEM. Convert EFI target to
489 * NEWS: Mention --file-alignment, --heap, --image-base,
490 --section-alignment, --stack and --subsystem command line
493 * doc/binutils.texi: Document --file-alignment, --heap,
494 --image-base, --section-alignment, --stack and --subsystem
495 command line options for objcopy.
497 2009-04-15 Anthony Green <green@moxielogic.com>
499 * MAINTAINERS: Add myself as Moxie port maintainer.
501 2009-04-14 Dave Korn <dave.korn.cygwin@gmail.com>
503 * objcopy.c (enum long_section_name_handling): New enum type.
504 (enum command_line_switch): Add OPTION_LONG_SECTION_NAMES.
505 (copy_options[]): Add entry for --long-section-names option.
506 (copy_usage): Document it.
507 (set_long_section_mode): New subroutine.
508 (copy_file): Call it.
509 (copy_main): Accept OPTION_LONG_SECTION_NAMES and parse arg.
510 * doc/binutils.texi: Update objcopy documentation with details
513 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
515 * dlltool.c (set_dll_name_from_def): Accept new second arg that
516 indicates if we are building DLL or EXE, and use it to add a
517 default suffix to the output filename when none is already present.
518 (def_name): Indicate we are building an EXE when calling it.
519 (def_library): Indicate we are building a DLL when calling it.
521 2009-04-01 Jari Aalto <jari.aalto@cante.net>
524 * doc/binutils.texi (strings): Document the -V alias for the
526 * strings.c (usage): Likewise.
528 2009-03-31 Nick Clifton <nickc@redhat.com>
531 * configure.in: Import Solaris specific largefile test from
533 * configure: Regenerate.
535 2009-03-30 Richard Sandiford <rdsandiford@googlemail.com>
537 * MAINTAINERS: Add self.
539 2009-03-27 Nick Clifton <nickc@redhat.com>
541 * dwarf.c (display_debug_ranges): Add the base address to the
542 displayed values for 'Begin' and 'End'.
544 2009-03-25 Ryan Mansfield <rmansfield@qnx.com>
546 * readelf.c (process_file_header): Don't report a corrupt string
547 table index if it is zero.
549 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
551 * dwarf.c (dwarf_regnames): Moved before frame_need_space.
552 (dwarf_regnames_count): Likewise.
553 (frame_need_space): Return int.
554 (display_debug_frames): Check invalid registers.
556 2009-03-19 H.J. Lu <hongjiu.lu@intel.com>
558 * readelf.c (debug_apply_relocations): Check relocations
559 against STT_SECTION symbol.
561 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
563 * readelf.c (debug_apply_relocations): Allow relocations
564 against function symbols.
566 2009-03-18 Alan Modra <amodra@bigpond.net.au>
568 * sysdep.h: Include alloca-conf.h instead of config.h and remove
569 existing #if's handling alloca.
570 * Makefile.am: Run "make dep-am".
571 * Makefile.in: Regenerate.
573 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
575 * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
576 * configure.in: Likewise.
577 * configure: Regenerate.
579 2009-03-13 H.J. Lu <hongjiu.lu@intel.com>
582 * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
584 2009-03-11 Chris Demetriou <cgd@google.com>
586 * ar.c (deterministic): New global variable.
587 (main): Recognize new 'D' option, which enables 'deterministic mode'.
588 (usage): Document new 'D' option.
589 (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
590 flags if deterministic mode was requested.
591 * doc/binutils.texi (ar): Document deterministic mode ('D' option).
593 2009-03-09 H.J. Lu <hongjiu.lu@intel.com>
596 * objcopy.c (filter_symbols): Properly handle common symbols
599 2009-03-06 Nick Clifton <nickc@redhat.com>
601 * po/es.po: Updated Spanish translation.
603 2009-03-05 Nick Clifton <nickc@redhat.com>
605 * objdump.c (disassemble_section): If the computed next offset is
606 not beyond the current offset then just continue to the end.
608 2009-03-04 Tristan Gingold <gingold@adacore.com>
610 * MAINTAINERS: Add myself as VMS maintainer.
612 2009-03-03 Nick Clifton <nickc@redhat.com>
614 * readelf.c: Update formatting.
616 2009-03-03 Alan Modra <amodra@bigpond.net.au>
618 * Makefile.am: Run "make dep-am".
619 * Makefile.in: Regenerate.
621 2009-03-03 Alan Modra <amodra@bigpond.net.au>
623 * objdump.c (disassemble_section): Mask address before sign extending.
625 2009-03-02 Sebastian Biallas <sb@biallas.net>
627 * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
628 (parse_ieee_bb): Set the filename if it has not already been
631 2009-03-02 Cary Coutant <ccoutant@google.com>
633 * readelf.c (adjust_relative_path): New function.
634 (struct archive_info): New type.
635 (setup_archive): New function.
636 (release_archive): New function.
637 (setup_nested_archive): New function.
638 (get_archive_member_name): New function.
639 (get_archive_member_name_at): New function.
640 (make_qualified_name): New function.
641 (process_archive): Factor out code for reading archive index and
642 long filename table to setup_archive. Add support for thin archives.
644 2009-03-02 Nick Clifton <nickc@redhat.com>
646 * po/sk.po: Updated Slovak translation.
648 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
650 * configure: Regenerate.
652 2009-02-23 Cary Coutant <ccoutant@google.com>
654 * objdump.c (load_specific_debug_section): New function, from
656 (load_debug_section): Use load_specific_debug_section.
657 (dump_dwarf_section): Likewise.
659 2009-02-23 Cary Coutant <ccoutant@google.com>
661 * readelf.c (parse_args): Select all sections explicitly for -w.
663 2009-02-09 Kai Tietz <kai.tietz@onevision.com>
665 * windres.c (set_endianess): Copy name without leading '-'.
667 2009-02-09 Tristan Gingold <gingold@adacore.com>
669 * NEWS: Mention feature match between objdump and readelf for dumping
672 * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
675 * objdump.c (usage): Update documentation for -W/--dwarf.
676 (enum option_values): Add OPTION_DWARF.
677 (long_options): --dwarf can accept arguments.
678 (dump_dwarf_section): Also check enabled field.
679 (main): Option -W can accept arguments, code moved to
680 dwarf.c and call dwarf_select_sections_all instead.
681 * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
682 (parse_args): Move code to...
683 * dwarf.c (dwarf_select_sections_by_letters,
684 dwarf_select_sections_by_names): : ...here (new functions).
685 (do_debug_lines_decoded): Remove and replaced by ...
686 (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
687 (display_debug_lines): Adjust for previous change.
688 (dwarf_select_sections_all): New function.
689 (debug_displays): Add initializer for enabled field.
690 * dwarf.h (do_debug_lines_decoded): Remove.
691 Add prototypes for the new functions.
692 (struct dwarf_section_display): Add enabled field.
694 2009-02-06 Nick Clifton <nickc@redhat.com>
696 * po/vi.po: Updated Vietnamese translation.
698 2009-02-03 Sandip Matte <sandip@rmicorp.com>
700 * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
702 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
704 * NEWS: Move --as-needed change to ...
707 2009-02-03 Carlos O'Donell <carlos@codesourcery.com>
709 * configure.in: AC_SUBST pdfdir.
710 * Makefile.am: Add install-pdf, install-pdf-am,
711 and install-pdf-recursive targets.
712 * doc/Makefile.am: Define pdf__strip_dir. Add
713 install-pdf and install-pdf-am targets.
714 * po/Make-in: Add install-pdf target.
715 * configure: Regenerate.
716 * Makefile.in: Regenerate.
717 * doc/Makefile.in: Regenerate.
719 2009-02-03 H.J. Lu <hongjiu.lu@intel.com>
722 * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
724 * doc/binutils.texi: Document --prefix=PREFIX and
725 --prefix-strip=LEVEL.
727 * objdump.c: Include "filenames.h".
729 (prefix_strip): Likewise.
730 (prefix_length): Likewise.
731 (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
732 (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
733 (long_options): Likewise.
734 (show_line): Handle prefix and prefix_strip.
735 (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
737 * readelf.c (PATH_MAX): Moved to ...
740 2009-01-31 Alan Modra <amodra@bigpond.net.au>
742 * NEWS: Mention --as-needed change.
744 2009-01-29 Alan Modra <amodra@bigpond.net.au>
747 * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
748 (bfd_get_archive_filename): Constify param.
749 * bucomm.h (bfd_get_archive_filename): Update prototype.
750 * objcopy.c (RETURN_NONFATAL): Delete.
751 (copy_unknown_object): Don't call bfd_get_archive_filename for
752 bfd_nonfatal_message filename, instead just pass bfd.
753 (copy_object): Likewise.
754 (copy_archive, copy_file): Likewise. Expand RETURN_NONFATAL. On
755 bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
756 (setup_bfd_headers): Fix error message.
758 2009-01-27 Nick Clifton <nickc@redhat.com>
761 * objdump.c (disassemble_section): When the target uses signed
762 addresses make sure that we compute signed values.
764 2009-01-27 Nick Clifton <nickc@redhat.com>
766 * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
769 2009-01-26 Nick Clifton <nickc@redhat.com>
772 * dlltool.c (xlate): When strip text after the @ sign, look for
773 the last one not the first one.
775 2009-01-16 Alan Modra <amodra@bigpond.net.au>
777 * configure.in (commonbfdlib): Delete.
778 * configure: Regenerate.
780 2008-01-14 Charles Wilson <cygwin@cwilson.fastmail.fm>
782 Cleanup code related to --identify option.
784 * binutils/dlltool.c (file scope): Removed globals identify_ms,
785 identify_member_contains_symname_result,
786 identify_dll_name_list_head, and identify_dll_name_list_tail.
787 Renamed existing typedef dll_name_list_type to
788 dll_name_list_node_type.
789 Added new typedefs dll_name_list_type, symname_search_data_type,
790 and identify_data_type.
791 (identify_append_dll_name_to_list): Renamed to...
792 (dll_name_list_append): ...here. Changed signature to accept list
793 argument rather than use global.
794 (identify_count_dll_name_list): Renamed to...
795 (dll_name_list_count): ...here. Changed signature to accept list
796 argument rather than use global.
797 (identify_print_dll_name_list): Renamed to...
798 (dll_name_list_print): ...here. Changed signature to accept list
799 argument rather than use global.
800 (identify_free_dll_name_list): Renamed to...
801 (dll_name_list_free_contents): ...here.
802 (dll_name_list_free): New function.
803 (dll_name_list_create): New function.
804 (identify_process_section_p): Changed signature to accept
805 ms_style_implib argument rather than use global.
806 (identify_member_contains_symname): Expect incoming void * data to
807 be symname_search_data_type.
808 (identify_dll_for_implib): Use new functions dll_name_list_create
809 and dll_name_list_free. Use new types symname_search_data_type
810 and identify_data_type to communicate with search routines.
811 (identify_search_section): Expect incoming void * data to be
812 identify_data_type. Use its contents rather than global
815 2009-01-13 Charles Wilson <cygwin@cwilson.fastmail.fm>
817 Add --identify-strict option. Handle ms-style implibs:
819 * dlltool.c (file scope): Added new globals identify_ms and
820 identify_strict. New typedef dll_name_list_type, and globals
821 identify_dll_name_list_head and identify_dll_name_list_tail. Added
822 new global identify_member_contains_symname_result.
823 (identify_append_dll_name_to_list): New function.
824 (identify_count_dll_name_list): New function.
825 (identify_print_dll_name_list): New function.
826 (identify_free_dll_name_list): New function.
827 (identify_search_archive): Changed signature to take function
828 pointer to operation to apply to each member, and data to pass on
830 (identify_search_member): Changed signature to accept user data
832 (identify_member_contains_symname): New function.
833 (identify_dll_for_implib): Rewrite. Now determines whether implib
834 is ms- or binutils- style, before searching sections for
835 dllname. Allows multiple dllnames.
836 (identify_process_section_p): Search alternate section for dllname
837 when implib is ms-style.
838 (identify_search_section): Add additional conditions to excludes
839 candidate sections from consideration.
840 (usage): Added --identify-strict.
841 (long_options): Added --identify-strict.
842 (main): Handle --identify-strict option.
843 * doc/binutils.texi: Document --identify-strict option.
844 * NEWS: Document --identify and --identify-strict options.
846 2009-01-13 Alan Modra <amodra@bigpond.net.au>
849 * doc/binutils.texi (objdump -R): Note effect of -d or -D.
851 2009-01-13 Alan Modra <amodra@bigpond.net.au>
853 * objdump.c (disassemble_section): Don't assume non-instruction
854 data if object symbol at given address is in different section.
856 2009-01-12 Kai Tietz <kai.tietz@onevision.com>
858 * dlltool.c (create_for_pep): New.
859 (flush_page): Use create_for_pep instead of using
860 macro DLLTOOL_MX86_64 clause.
861 (generate_idata_ofile): Likewise.
862 (make_one_lib_file): Likewise.
863 (make_head): Likewise.
864 (make_tail): Likewise.
865 (main): Initialize create_for_pep.
867 2009-01-08 Kai Tietz <kai.tietz@onevision.com>
869 * dlltool.c (use_nul_prefixed_import_tables): New.
870 (make_head): Make prefix leading zero prefix element for
871 idata$4 and idata$5 dependent to new flag.
872 (usage): Add new option --use-nul-prefixed-import-tables.
873 (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
874 (long_options): Add --use-nul-prefixed-import-tables.
876 * doc/binutils.texi: Add new option documentation for
877 --use-nul-prefixed-import-tables.
878 * NEWS: Add new option.
880 2009-01-06 Kai Tietz <kai.tietz@onevision.com>
882 * windres.c (set_endianess): Get architecture name
883 for internal target names like "pe-arm-wince-little".
884 (find_arch_match): New helper.
885 * ChangeLog: Reset it.
886 * ChangeLog-2008: Moved old ChangeLog.
888 For older changes see ChangeLog-2008
894 version-control: never