config:
[binutils.git] / binutils / ChangeLog
blobb8b9ba223a58c523f76df3b8e20135083f358814
1 2009-11-30  Joseph Myers  <joseph@codesourcery.com>
3         * configure: Regenerate.
5 2009-11-20  Nick Clifton  <nickc@redhat.com>
7         * readelf.c: Include xc16x.h.
8         (dump_relocations): Handle relocations for the xc16x target.
9         (get_machine_name): Accept EM_C166 for xc16x targets.
10         (is_32bit_abs_reloc): Add support for xc16c 32-bit absolute reloc.
11         (is_16bit_abs_reloc): Add support for xc16c 16-bit absolute reloc.
12         (is_none_reloc): Add support for xc16c null reloc.
13         
14 2009-11-20  Ben Elliston  <bje@au.ibm.com>
16         * Makefile.am (syslex.o): Use $(NO_WERROR) not -Wno-error.
17         (sysinfo.o): Likewise.
18         * Makefile.in: Regenerate.
20 2009-11-19  Ben Elliston  <bje@au.ibm.com>
22         * arlex.l: Enable noinput, nounput flex options.
23         * syslex.l: Likewise.
25 2009-11-17  Paul Brook  <paul@codesourcery.com>
26             Daniel Jacobowitz  <dan@codesourcery.com>
28         * readelf.c (arm_attr_tag_CPU_arch): Add v7E-M.
30 2009-11-16  Kai Tietz  <kai.tietz@onevision.com>
32         * windmc.c (set_endianess): Use bfd_get_target_info.
33         * windres.c (set_endianess): Likewise.
34         (find_arch_match): Removed.
36 2009-11-11  Nick Clifton  <nickc@redhat.com>
38         * po/id.po: Updated Indonesian translation.
40 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
42         * configure.in: Stop checking for fopen64 and stat64.
43         * strings.c (file_off, file_open, statbuf, file_stat): Remove.
44         (strings_file): Change file_off to file_ptr, file_open to fopen,
45         statbuf to struct stat and file_stat to stat.
46         (get_char): Change parameter type file_off * to file_ptr *.
47         (print_strings): Change parameter and variable `start' type file_off to
48         file_ptr.
49         * configure: Regenerate.
50         * config.in: Regenerate.
52 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
54         * configure.in: Call ACX_LARGEFILE.  Stop calling AC_PLUGINS,
55         AC_SYS_LARGEFILE and checking the Solaris largefile exception.
56         * aclocal.m4: Regenerate.
57         * configure: Regenerate.
59 2009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
61         * bucomm.c (get_file_size): Update comment for the error return value.
63 2009-11-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
65         * readelf.c (slurp_hppa_unwind_table): Don't relocate address twice.
67 2009-11-05  Kai Tietz  <kai.tietz@onevision.com>
69         * dllwrap.c (is_leading_underscore): New variable.
70         (cpu_type): New enum type.
71         (which_cpu): New variable.
72         (usage): Add new options --no-leading-underscore
73         and --leading-underscore.
74         (long_options): Likewise.
75         (OPTION_NO_LEADING_UNDERSCORE): New define.
76         (OPTION_LEADING_UNDERSCORE): Likewise.
77         (main): Initialize which_host, pass new options
78         to dlltool, do underscoring dependent on
79         is_leading_underscore, and do '@12' decoration
80         only for x86.
82 2009-11-02  Paul Brook  <paul@codesourcery.com>
84         * readelf.c (arm_attr_tag_VFP_arch): Add VFPv4 and VFPv4-D16.
86 2009-10-28  Kai Tietz <kai.tietz@onevision.com>
88         * dlltool.c (leading_underscore): New local variable.
89         (asm_prefix): Interpret leading_underscore.
90         (xlate): Likewise.
91         (add_excludes): Use leading_underscore for making
92         symbol name.
93         (gen_exp_file): Use leading_underscore for internal
94         _imp_ symbols.
95         (usage): Add display of --no-leading-underscore and
96         --leading-underscore option.
97         (OPTION_NO_LEADING_UNDERSCORE): New.
98         (OPTION_LEADING_UNDERSCORE): New.
99         (long_options): Add --no-leading-underscore and
100         --leading-underscore option.
101         (main): Handle new options.
102         * doc/binutils.text: Add documentation of the options
103         --no-leading-underscore and --leading-underscore.
105 2009-10-23  Kai Tietz  <kai.tietz@onevision.com>
107         * deflex.l: Allow '<' and '>' in ID names.
109         * defparse.y (EQUAL): New token constant.
110         (opt_import_name): New rule for emptry or '==' ID.
111         (expline): Add opt_import_name as last line element.
112         (impline): Likewise.
113         * dlltool.c (ifunct): New member its_name.
114         (export): Likewise.
115         (append_import): Add its_name argument.
116         (defexports): Likewise.
117         (defimport): Likewise.
118         (scan_drectve_symbols): Adjust calls to def_exports.
119         (dump_def_info): Print new optinal import/export table
120         symbol name.
121         (generate_idata_ofile): Use its_name member.
122         (make_one_lib_file): Likewise.
123         (nfunc): Take its_name in account on sort.
124         * dlltool.h (def_exports): Add its_name as argument.
125         (def_import): Likewise.
126         * doc/binutils.texi: Add new def file syntax extension.
127         * deflex.l (EQUAL): Add rule for '=='.
128         * NEWS: Mention new feature.
130 2009-10-23  Thomas Cougnard  <thomas.cougnard@gmail.com>
132         * readelf.c (dynamic_info): Correct size of array.
134 2009-10-21  Ben Elliston  <bje@gnu.org>
136         * MAINTAINERS (BUILD SYSTEM, TESTSUITES): Remove myself.
138 2009-10-19  Jerker Bäck  <jerker.back@gmail.com>
140         PR binutils/10793
141         * prdbg.c (tg_end_struct_type): Warning fix.
143         PR binutils/10792
144         * dlltool.c (dll_name_list_append): Declare variable at start
145         of block.
146         (dll_name_list_count, dll_name-list_print): Likewise.
148 2009-10-16  Doug Evans  <dje@sebabeach.org>
150         * MAINTAINERS: Add myself as m32r maintainer.
152 2009-10-16  Jerker Bäck <jerker.back@gmail.com>
154         PR 10764
155         * Makefile.am (sysinfo.o, syslex.o): Place source file after all
156         command line switches.
157         * Makefile.in: Regenerate.
159 2009-10-16  Yann Droneaud  <yann@droneaud.fr>
161         PR 10768
162         * dlltool.c (bfd_get_errmsg): New macro.
163         (scan_obj_file): Use it.
164         (make_one_lib_file): Use it.
165         (make_head): Use it.
166         (make_delay_head): Use it.
167         (make_tail): Use it.
168         (gen_lib_file): Use it.
169         (identify_dll_for_implib): Use it.
170         (identify_search_archive):  Use it.
172 2009-10-16  Nick Clifton  <nickc@redhat.com>
174         * readelf.c (usage): Add mention of --debug-dump=frames-interp.
175         Wrap output to 80 columns.
176         * objdump.c (usage): Likewise.
177         * doc/binutils.texi (readelf): Add note about =frames-interp.
179 2009-10-01  Alan Modra  <amodra@bigpond.net.au>
181         * addr2line.c (slurp_symtab): Don't use bfd_read_minisymbols.
183 2009-09-29  Nick Clifton  <nickc@redhat.com>
185         * doc/binutils.texi (c++filt): Remove spurious description of
186         nonexistent --java command line switch for cxxfilt.
188 2009-09-29  DJ Delorie  <dj@redhat.com>
190         * readelf.c: Add support for RX target.
191         * MAINTAINERS: Add DJ and NickC as maintainers for RX.
193 2009-09-28  Alan Modra  <amodra@bigpond.net.au>
195         * configure.in: Don't invoke configure.tgt on $enable_targets.
196         * configure: Regenerate.
198 2009-09-28  Nick Clifton  <nickc@redhat.com>
200         PR 10478
201         * readelf.c (get_elf_section_flags): Allow SHN_BEFORE and
202         SHN_AFTER section link values in x86 binaries.
203         (process_section_headers): Likewise.
205 2009-09-25  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
207         PR 10656
208         * readelf.c: Remove duplicate declaration of variable do_wide.
209         * dwarf.h: Add export of do_wide.
211 2009-09-24  Cary Coutant  <ccoutant@google.com>
213         * dwarf.c (get_TAG_name): Add missing DWARF-3 and new DWARF-4 tags.
214         (get_FORM_name): Add new DWARF-4 forms.
215         (read_and_display_attr_value): Add DW_FORM_ref_sig8, DW_LANG_Python.
216         (get_AT_name): Add new DWARF-4 and GNU-specific attributes.
217         (process_debug_info): Add do_types parameter; change all callers.
218         Add support for .debug_types sections.
219         (display_debug_types): New function.
220         (debug_displays): Add .debug_types section.
221         * readelf.c (process_section_headers): Add .debug_types section.
222         (display_debug_section): Simplify call to streq.
224 2009-09-25  Alan Modra  <amodra@bigpond.net.au>
226         * readelf.c (print_dynamic_symbol): Format entries as for
227         normal symbol table.
228         (process_symbol_table): Use -7s format string for visibility.
230 2009-09-22  Richard Sandiford  <rdsandiford@googlemail.com>
232         * objdump.c (disassemble_section): Use bfd_get_arch_size
233         instead of assuming that the address size is 32 bits.
235 2009-09-21  Alan Modra  <amodra@bigpond.net.au>
237         * readelf.c (get_ppc_dynamic_type): Add TLSOPT.
238         (get_ppc64_dynamic_type): Likewise.
240 2009-09-18  Nick Clifton  <nickc@redhat.com>
242         * po/es.po: Updated Spanish translation.
243         * po/vi.po: Updated Vietnamese translation.
245 2009-09-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
247         * readelf.c (process_version_sections, process_symbol_table):
248         Use symbolic constants.
250 2009-09-11  Nick Clifton  <nickc@redhat.com>
252         * po/binutils.pot: Updated by the Translation project.
254 2009-09-11  Philippe De Muyter  <phdm@macqel.be>
256         * obcopy.c (copy_object): New parameter `input_arch', architecture
257         of input file, if not specified in input file itself; all callers
258         updated; `binary_architecture' hack removed.
259         (copy_archive, copy_file): New parameter `input_arch', for
260         `copy_object' usage.
261         (copy_main): Accept `-B' (`--binary-architecture') option also
262         for any arch-less input ifile format, not only `binary'; remove
263         bfd_external_binary_architecture hack; instead, add `input_arch'
264         to calls to `copy_file'.
265         * windres.c, windmc.c : Obsolete and useless external references
266         to `bfd_external_binary_architecture' or `bfd_external_machine'
267         removed.
268         * doc/binutils.texi: Mention that -B parameter can be used for any
269         input file type which does not have its own architecture.
271 2009-09-10  Martin Thuresson  <martin@mtme.org>
273         Update sources to compile cleanly with -Wc++-compat:
274         * addr2line.c (slurp_symtab): Fix casts. Introduce variable
275         minisyms to avoid aliasing varning.
276         * ar.c: Add casts.
277         (normalize): Use name del instead of delete.
278         (display_target_list,display_info_table): Change loop counter
279         variable a to int.
280         * bucomm.c: Add casts.
281         * debug.c: Update function to use new names.
282         (struct debug_baseclass): Rename member from virtual to
283         is_virtual.
284         (struct debug_type_s, struct debug_field_s, struct
285         debug_baseclass_s, struct debug_method_s, struct
286         debug_method_variant_s, struct debug_type_s): Rename struct from
287         avoid name collision.
288         * debug.h: Use new struct names.
289         * dwarf.c: Add casts.
290         (free_debug_memory): Change loop counter variable a to int.
291         * ieee.c: Add casts.
292         (enum ieee_var_kind): Move to top level.
293         (ieee_class_baseclass): Rename parameter virtual to is_virtual.
294         (ieee_class_method_var): Rename variable virtual to is_virtual.
295         * nm.c: Add casts.
296         * objcopy.c: Add casts.
297         (copy_archive): Rename variable delete to del.
298         * objdump.c: Add casts.
299         (dump_dwarf_section): Change loop counter variable i to int.
300         * prdbg.c: Add casts.
301         (pr_class_baseclass,tg_class_baseclass): Rename parameters virtual
302         to is_virtual.
303         * readelf.c: Add casts.
304         (struct ia64_unw_table_entry,struct hppa_unw_table_entry): Move to
305         top level.
306         * size.c: Add casts.
307         * stabs.c (parse_stab_type, parse_stab_range_type,
308         (parse_stab_cpp_abbrev): Rename parameter from typename to
309         type_name.
310         (parse_stab_baseclasses): Rename variable virtual to is_virtual.
311         * strings.c: Add casts.
312         * wrstabs.c (stab_class_baseclass): Rename parameter virtual to
313         is_virtual.
315 2009-09-09  Nick Clifton  <nickc@redhat.com>
317         PR 10478:
318         readelf.c (get_elf_section_flags): Add support for SHF_EXCLUDE and
319         SHF_ORDERED.
320         (process_section_headers): Warn about out of range sh_link
321         values.  When displaying detailed section header information
322         annote the SHN_BEFORE and SHN_AFTER values.
324 2009-09-08  Alan Modra  <amodra@bigpond.net.au>
326         * dwarf.c (byte_get_little_endian): Handle size of 3.
327         (byte_get_big_endian): Likewise.
328         * readelf.c (byte_put_little_endian): Likewise.
329         (byte_put_big_endian): Likewise.
330         (is_24bit_abs_reloc): New function.
331         (is_none_reloc): Formatting.
332         (apply_relocations): Use is_24bit_abs_reloc.  Handle pj and xtensa
333         reloc peculiarity.
335 2009-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
337         * readelf.c (is_none_reloc <EM_XTENSA_OLD>, is_none_reloc <EM_XTENSA>):
338         New.
340 2009-09-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
342         * dwarf.c (process_debug_info): Support section padding abbrev codes.
344 2009-09-07  Tristan Gingold  <gingold@adacore.com>
346         * po/binutils.pot: Regenerate.
348 2009-09-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
350         * Makefile.am (sysdump.o): Depend on sysroff.c.
351         * Makefile.in: Regenerate.
353 2009-09-05  Martin Thuresson  <martin@mtme.org>
355         * ieee.c (ieee_read_cxx_misc, ieee_read_cxx_class,
356         ieee_read_reference): Rename variables named class to cxxclass.
358 2009-09-04  Tristan Gingold  <gingold@adacore.com>
360         * BRANCHES: Add binutils-2_20-branch.
362 2009-09-04  Tristan Gingold  <gingold@adacore.com>
364         * NEWS: Add marker for 2.20.
366 2009-09-04  Timo Kreuzer  <timo.kreuzer@web.de>
368         * dlltool.c (delayimp_name): Add new global variable
369         (usage, long_options, main): Add new option "-y" / "--output-delaylib"
370         (struct mac): Add fields how_dljtab_size, how_dljtab_roff1,
371         how_dljtab_roff2, how_dljtab, trampoline.
372         (i386_dljtab): Add binary stub for x86 delay import.
373         (i386_trampoline): Add text assembly stub for x86 delay import.
374         (mtable): Add delay import data for M386 and MX86 only.
375         (make_delay_head): New function.
376         (make_one_lib_file): New arg delay creates delay-load import stub.
377         (gen_lib_file): New arg delay likewise.
378         (HOW_JTAB, HOW_JTAB_SIZE, HOW_JTAB_ROFF): New arg delay likewise.
379         (HOW_JTAB_ROFF2, HOW_JTAB_ROFF3): New macros for delay import.
380         (make_tail): Convert hard TABS embedded in strings to "\t" escapes.
381         * NEWS: Mention new feature.  Also fix whitespace.
382         * doc/binutils.texi: Updated dlltool documentation.
384 2009-09-02  Tristan Gingold  <gingold@adacore.com>
386         * configure.com: Do not copy makefile.vms-in to makefile.vms
387         * makefile.vms-in: Renamed to...
388         * makefile.vms: ... this usual name as it is not processed anymore.
389         Remove WRITE_DEBUG_OBJS (unused) and reorder object files for
390         objdump.exe.
392 2009-09-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
394         * Makefile.am (arparse.o, arlex.o, sysroff.o, defparse.o)
395         (deflex.o, nlmheaders.o, rcparse.o, mcparse.o): Supply correct
396         source file name for generated files which may be in $(srcdir).
397         * Makefile.in: Regenerate.
399 2009-09-01  H.J. Lu  <hongjiu.lu@intel.com>
401         * version.c (print_version): Change to "Copyright 2009".
403 2009-09-01  Tristan Gingold  <gingold@adacore.com>
405         * makefile.vms-in: Remove unused VERSION variable.  Remove unused
406         dependencies.
407         * configure.com: Ported to Itanium VMS.  Create build.com DCL script.
409 2009-08-29  Martin Thuresson  <martin@mtme.org>
411         * nlmconv.c (main): Rename variable new to new_name.
413 2009-08-28  H.J. Lu  <hongjiu.lu@intel.com>
415         * Makefile.am (sysinfo$(EXEEXT_FOR_BUILD)): Replace
416         CFLAGS/LDFLAGS with CFLAGS_FOR_BUILD/LDFLAGS_FOR_BUILD.
417         (syslex.o): Likewise.
418         (sysinfo.o): Likewise.
419         (bin2c$(EXEEXT_FOR_BUILD)): Likewise.
420         * Makefile.in: Regenerated.
422 2009-08-27  Dave Korn  <dave.korn.cygwin@gmail.com>
424         * doc/binutils.texi (--only-keep-debug): Relocate stray para here ...
425         (--subsystem): ... from here.
427 2009-08-24  Cary Coutant  <ccoutant@google.com>
429         * objdump.c (find_symbol_for_address): Avoid costly call to
430         bfd_octets_per_byte.
432 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
434         * Makefile.am (am__skiplex, am__skipyacc): New.
435         * Makefile.in: Regenerate.
437 2009-08-23  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
439         * Makefile.am (syslex.o): Depend on sysinfo.h config.h.
440         * Makefile.in: Regenerate.
442 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
444         * Makefile.am (AM_CPPFLAGS): Renamed from ...
445         (INCLUDES): ... this.
446         (bin2c$(EXEEXT_FOR_BUILD): Adjust rule.
447         (installcheck-local): Renamed from ...
448         (installcheck): ... this.
449         * Makefile.in: Regenerate.
451         * Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add no-dist and
452         foreign.
453         (MKDEP, CLEANFILES): Remove now-unneeded variables.
454         (DEP, DEP1, dep.sed, dep, dep-in, dep-am): Remove.
455         (mkdep section): Remove.
456         (BUILT_SOURCES): New variable, list $(GENERATED_HFILES).
457         (EXTRA_ar_SOURCES): New, list $(CFILES).
458         (syslex.o): Depend on syslex.c.
459         (sysinfo.o): Depend on sysinfo.c.
460         (arparse.h, defparse.h, nlmheaders.h rcparse.h mcparse.h):
461         Remove dependencies, now tracked by automake.
462         (srconv.o): Depend on sysroff.c.
463         (objdump.o, arparse.o, arlex.o, sysroff.o, defparse.o, deflex.o)
464         (nlmheader.o, rcparse.o, mcparse.o, rclex.o, mclex.o, dlltool.o)
465         (rescoff.o, nlmconv.o): Rewrite using automake-style dependency
466         tracking rules; only list the dependency upon the primary source
467         file, but no included headers.
468         * Makefile.in: Regenerate.
470         * Makefile.am (install-pdf, install-pdf-recursive, install-html)
471         (install-html-recursive): Remove.
472         * Makefile.in: Regenerate.
473         * doc/Makefile.am (pdf__strip_dir, install-pdf, install-pdf-am)
474         (html__strip_dir, install-html, install-html-am): Remove.
475         * doc/Makefile.in: Regenerate.
477         * Makefile.in: Regenerate.
478         * aclocal.m4: Likewise.
479         * config.in: Likewise.
480         * configure: Likewise.
481         * doc/Makefile.in: Likewise.
483 2009-08-17  Nick Clifton  <nickc@redhat.com>
485         * readelf.c (is_32bit_abs_reloc): Treat R_PARISC_SECREL32 as a
486         32-bit absolute reloc for the purposes of processing debug
487         sections.
489 2009-08-10  Daniel Gutson  <dgutson@codesourcery.com>
491         * readelf.c (get_arm_section_type_name): Added support for
492         new sections headers.
494 2009-08-03  H.J. Lu  <hongjiu.lu@intel.com>
496         PR binutils/10364
497         * objcopy.c (strip_main): Check return from smart_rename.
498         (copy_main): Likewise.
500 2009-07-27  Nick Clifton  <nickc@redhat.com>
502         PR 10413
503         * objdump.c (dump_section_header): Skip sections that we are
504         ignoring.
506 2009-07-25  H.J. Lu  <hongjiu.lu@intel.com>
508         * readelf.c (guess_is_rela): Handle EM_L1OM.
509         (dump_relocations): Likewise.
510         (get_machine_name): Likewise.
511         (get_section_type_name): Likewise.
512         (get_elf_section_flags): Likewise.
513         (get_symbol_index_type): Likewise.
514         (is_32bit_abs_reloc): Likewise.
515         (is_32bit_pcrel_reloc): Likewise.
516         (is_64bit_abs_reloc): Likewise.
517         (is_64bit_pcrel_reloc): Likewise.
518         (is_none_reloc): Likewise.
520 2009-07-23  Ulrich Drepper  <drepper@redhat.com>
522         * readelf.c (get_symbol_binding): For Linux targeted files return
523         UNIQUE for symbols with the STB_GNU_UNIQUE binding.
524         * doc/binutils.texi: Document the meaning of the 'u' symbol
525         binding in the output of nm and objdump --syms.
527 2009-07-20  H.J. Lu  <hongjiu.lu@intel.com>
529         * NEWS: Mention --insn-width.
531         * objdump.c (insn_width): New.
532         (usage): Display --insn-width.
533         (option_values): Add OPTION_INSN_WIDTH.
534         (long_options): Add --insn-width.
535         (disassemble_bytes): Handle insn_width.
536         (main): Handle OPTION_INSN_WIDTH.
538         * doc/binutils.texi: Document --insn-width.
540 2009-07-17  Nick Clifton  <nickc@redhat.com>
542         * dwarf.c (display_debug_lines): If do_debug_lines has not been
543         set then default to displaying raw .debug_line section contents.
545 2009-07-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
547         Support unordered .debug_info references to .debug_ranges.
548         * dwarf.c (struct range_entry, range_entry_compar): New.
549         (display_debug_ranges): Remove variables last_offset, first, j,
550         seen_first_offset, use_debug_info and next.  New variables
551         range_entries and range_entry_fill.  Create the sorted copy
552         range_entries.  Remove the FIXME error on detected unordered references.
553         * dwarf.h (debug_info <range_lists>): New comment.
555 2009-07-14  Nick Clifton  <nickc@redhat.com>
557         PR 10380
558         * README: Document use of LDFLAGS="--static".
560 2009-07-10  H.J. Lu  <hongjiu.lu@intel.com>
562         * Makefile.am: Run "make dep-am".
563         * Makefile.in: Regenerated.
565 2009-07-10  Tom Tromey  <tromey@redhat.com>
567         * Makefile.am (dwarf.o): Refer to dwarf2.h, not elf/dwarf2.h.
568         * Makefile.in: Rebuild.
569         * dwarf.c: Include dwarf2.h, not elf/dwarf2.h.
571 2009-07-06  Tristan Gingold  <gingold@adacore.com>
573         * objdump.c (dump_dwarf_section): Handle .eh_frame like other dwarf
574         sections.
575         * dwarf.h (struct dwarf_section_display): Remove eh_frame field.
576         * dwarf.c (debug_displays): Adjust for removed field.
578 2009-07-03  Jakub Jelinek  <jakub@redhat.com>
580         * dwarf.c (decode_location_expression): Handle DW_OP_stack_value
581         and DW_OP_implicit_value.
583 2009-07-01  Nick Clifton  <nickc@redhat.com>
585         PR 6714
586         * rclex.c (handle_quotes): Do not complain about whitespace
587         separating quoted strings.
588         (rclex_string): Ignore whitespace when looking for a new opening
589         quote following a closing quote.
591 2009-06-27  H.J. Lu  <hongjiu.lu@intel.com>
593         PR binutils/10321
594         * bucomm.c (get_file_size): Return -1 on error.
596         * objcopy.c (copy_file): Report empty file.
598 2009-06-23  Nick Clifton  <nickc@redhat.com>
600         * dwarf.c (display_debug_lines_raw): Include the name of the
601         section in warning message.
602         (struct debug_display): Enable reloc processing for .debug_line
603         and .debug_ranges sections.
605         * readelf.c: Add --relocated-dump command line option to dump the
606         relocated contents of a specified section.
607         (request_dump): New function.
608         (parse_args): Use it.
609         (dump_section_as_bytes): Add parameter to indicate whether the
610         contents should be relocated.
611         (target_specific_reloc_handling): Add code for a R_MN10300_16
612         reloc found after a R_MN10300_SYM_DIFF reloc.
613         (debug_apply_relocations): Rename to apply_relocations.
614         (get_section_contents): New function.  Replaces common code found
615         in dump_section_as_strings and dump_section_as_bytes.
616         * doc/binutils.texi: Document new command line option.
617         * NEWS: Mention the new feature.
619 2009-06-22  Nick Clifton  <nickc@redhat.com>
621         * readelf.c (target_specific_reloc_handling): New function:
622         Processes relocs in a target specific manner.
623         (debug_apply_relocations): Use the new function.
624         * dwarf.c (display_debug_loc): End the dump with a blank line.
625         (struct debug_display): Enable reloc processing for .debug_aranges
626         and .debug_loc sections.
628 2009-06-19  Nick Clifton  <nickc@redhat.com>
630         * ar.c (usage): Do not use #ifdef inside _("...).
631         * nm.c (usage): Likewise.
633 2009-06-18  Nick Clifton  <nickc@redhat.com>
635         PR 10288
636         * objdump.c (disassemble_bytes): Set the
637         USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
638         if the user has invoked the -m switch.
639         * doc/binutils.texi: Document the additional behaviour of
640         objdump's -m switch for ARM targets.
642 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
644         * configure.in: Merge cegcc and mingw32ce target name changes from
645         CeGCC project.
647 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
649         * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
650         * configure: Regenerate.
652 2009-06-15  Nick Clifton  <nickc@redhat.com>
654         PR 10263
655         * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
656         the flags field of the disassemble_info structure if the -D switch
657         is in operation.
659 2009-06-12  Homer Xing  <homer.xing@yahoo.com>
661         * NEWS: Mention new feature added to gprof.
663 2009-06-12  John Reiser  <jreiser@BitWagon.com>
665         * readelf.c (process_symbol_table): Set gnubuckets to NULL after
666         freeing it and before returning.
668 2009-06-12  Jakub Jelinek  <jakub@redhat.com>
670         * readelf.c (process_symbol_table): Don't return early if
671         .hash/.gnu.hash is empty/unusable and not -D.
673 2009-06-09  Tom Bramer  <tjb@postpro.net>
675         PR 10165
676         * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
677         to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
679 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
681         * strings.c (main): Delay parsing of decimal digits.
683 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
685         * dep-in.sed: Don't use \n in replacement part of s command.
686         * Makefile.am (DEP1): LC_ALL for uniq.
687         Run "make dep-am".
688         * Makefile.in: Regenerate.
690 2009-06-03  Tristan Gingold  <gingold@adacore.com>
692         * MAINTAINERS: Add myself as Mach-O maintainer.
694 2009-06-01  Alan Modra  <amodra@bigpond.net.au>
696         PR 10199
697         * doc/binutils.texi (nm): Correct -S description.
699 2009-05-28  Nick Clifton  <nickc@redhat.com>
701         * po/da.po: Updated Danish translation.
703 2009-05-28  Nick Clifton  <nickc@redhat.com>
705         * readelf.c (display_debug_section): Do not display debug sections
706         with the NOBITS section type.
708 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
710         * aclocal.m4: Include ../config/plugins.m4.
711         * configure.in: Use AC_PLUGINS.
712         * configure: Regenerate.
713         * Makefile.in: Regenerate.
714         * doc/Makefile.in: Regenerate.
716 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
718         * ar.c (main): Call bfd_plugin_set_program_name.
719         * nm.c (main): Call bfd_plugin_set_program_name.
721 2009-05-27  Nathan Sidwell  <nathan@codesourcery.com>
723         * sysdump.c (tab): Use puts rather than two printfs.
725 2009-05-26  Nick Clifton  <nickc@redhat.com>
727         * po/id.po: Updated Indonesian translation.
728         * po/binutils.pot: Updated template file.
730 2009-05-26  Rafael Avila de Espindola  <espindola@google.com>
732         * ar.c: Include plugin.h.
733         (main): Handle the --plugin option.
734         * nm.c: Include plugin.h.
735         (OPTION_PLUGIN): New.
736         (long_options): Add plugin.
737         (main): Handle OPTION_PLUGIN.
738         * NEWS: Mention  the new feature.
739         * doc/binutils: Documement the new command line options.
740         * configure.in: Check for --enable-plugins.
741         * configure: Regenerate.
743 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
745         * dep-in.sed: Output one filename per line with all lines having
746         continuation backslash.  Prefix first line with "A", following
747         lines with "B".
748         * Makefile.am (DEP): Don't use dep.sed here.
749         (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
750         sort and uniq.
751         * Makefile.in: Regenerate.
753 2009-05-25  Tristan Gingold  <gingold@adacore.com>
755         * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
757         * configure.com: Fix it: handle alloca and define TARGET in config.h.
759 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
761         * Makefile.am: Run "make dep-am".
762         * Makefile.in: Regenerate.
764 2009-05-12  Alan Modra  <amodra@bigpond.net.au>
766         * objcopy.c (set_long_section_mode): Check input_bfd is coff
767         before accessing coff specific fields of bfd.
769 2009-05-09  Dave Korn  <dave.korn.cygwin@gmail.com>
771         * MAINTAINERS:  Add myself as PE/COFF co-maintainer.
773 2009-05-08  Kai Tietz  <kai.tietz@onevision.com>
775         * winduni.c (iconv_onechar): Only define when HAVE_ICONV
776         is defined, but not when __CYGWIN__ or _WIN32 are defined.
777         See wind_iconv_cp for call logic of this local funtion.
779 2009-05-05  Guillaume Duhamel  <guillaume.duhamel@gmail.com>
781         PR 10109
782         * winduni.c: Replace test of HAVE_ICONV_H with a test of
783         HAVE_ICONV.
784         (iconv_onechar): Use ICONV_CONST instead of "const".
785         (wind_MultiByteToWideChar): Initialise local strings.
787 2009-04-30  Nick Clifton  <nickc@redhat.com>
789         * readelf.c (dump_relocations): Display a relocation against an
790         ifunc symbol as if it were a function invocation.
791         (get_symbol_type): Handle STT_GNU_IFUNC.
793 2009-04-29  Anthony Green  <green@moxielogic.com>
795         * NEWS: Tweak verilog support description.
797 2009-04-29  Alan Modra  <amodra@bigpond.net.au>
798             Denis Scherbakov <denis_scherbakov@yahoo.com>
800         * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
801         read, and merge with 32-bit case.
803 2009-04-27  Anthony Green  <green@moxielogic.com>
805         * NEWS: Mention verilog support added to bfd.
807 2009-04-27  H.J. Lu  <hongjiu.lu@intel.com>
809         * objcopy.c (copy_object): Copy pe_opthdr before changing PE
810         parameters.
812 2009-04-24  Cary Coutant  <ccoutant@google.com>
814         * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
815         Add missing newlines to HP extensions.
817 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
819         * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
820         * doc/binutils.texi: Likewise.
822 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
824         PR binutils/10074
825         * objcopy.c: Include coff/i386.h and coff/pe.h.
826         (pe_file_alignment): New.
827         (pe_heap_commit): Likewise.
828         (pe_heap_reserve): Likewise.
829         (pe_image_base): Likewise.
830         (pe_section_alignment): Likewise.
831         (pe_stack_commit): Likewise.
832         (pe_stack_reserve): Likewise.
833         (pe_subsystem): Likewise.
834         (pe_major_subsystem_version): Likewise.
835         (pe_minor_subsystem_version): Likewise.
836         (set_pe_subsystem): Likewise.
837         (convert_efi_target): Likewise.
838         (command_line_switch): Add OPTION_FILE_ALIGNMENT,
839         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
840         OPTION_STACK and OPTION_SUBSYSTEM.
841         (copy_options): Likewise.
842         (copy_usage): Add --file-alignment, --heap, --image-base,
843         --section-alignment, --stack and --subsystem.
844         (copy_object): Set up PE parameters.
845         (copy_main): Process Add OPTION_FILE_ALIGNMENT,
846         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
847         OPTION_STACK and OPTION_SUBSYSTEM.   Convert EFI target to
848         PEI target.
850         * NEWS: Mention --file-alignment, --heap, --image-base,
851         --section-alignment, --stack and --subsystem command line
852         options for objcopy.
854         * doc/binutils.texi: Document --file-alignment, --heap,
855         --image-base, --section-alignment, --stack and --subsystem
856         command line options for objcopy.
858 2009-04-15  Anthony Green  <green@moxielogic.com>
860         * MAINTAINERS: Add myself as Moxie port maintainer.
862 2009-04-14  Dave Korn  <dave.korn.cygwin@gmail.com>
864         * objcopy.c (enum long_section_name_handling):  New enum type.
865         (enum command_line_switch):  Add OPTION_LONG_SECTION_NAMES.
866         (copy_options[]):  Add entry for --long-section-names option.
867         (copy_usage):  Document it.
868         (set_long_section_mode):  New subroutine.
869         (copy_file):  Call it.
870         (copy_main):  Accept OPTION_LONG_SECTION_NAMES and parse arg.
871         * doc/binutils.texi:  Update objcopy documentation with details
872         of new option.
874 2009-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
876         * dlltool.c (set_dll_name_from_def):  Accept new second arg that
877         indicates if we are building DLL or EXE, and use it to add a
878         default suffix to the output filename when none is already present.
879         (def_name):  Indicate we are building an EXE when calling it.
880         (def_library):  Indicate we are building a DLL when calling it.
882 2009-04-01  Jari Aalto  <jari.aalto@cante.net>
884         PR 9972
885         * doc/binutils.texi (strings): Document the -V alias for the
886         --version option.
887         * strings.c (usage): Likewise.
889 2009-03-31  Nick Clifton  <nickc@redhat.com>
891         PR 9992
892         * configure.in: Import Solaris specific largefile test from
893         bfd/configure.in.
894         * configure: Regenerate.
896 2009-03-30  Richard Sandiford  <rdsandiford@googlemail.com>
898         * MAINTAINERS: Add self.
900 2009-03-27  Nick Clifton  <nickc@redhat.com>
902         * dwarf.c (display_debug_ranges): Add the base address to the
903         displayed values for 'Begin' and 'End'.
905 2009-03-25  Ryan Mansfield  <rmansfield@qnx.com>
907         * readelf.c (process_file_header): Don't report a corrupt string
908         table index if it is zero.
910 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
912         * dwarf.c (dwarf_regnames): Moved before frame_need_space.
913         (dwarf_regnames_count): Likewise.
914         (frame_need_space): Return int.
915         (display_debug_frames): Check invalid registers.
917 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
919         * readelf.c (debug_apply_relocations): Check relocations
920         against STT_SECTION symbol.
922 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
924         * readelf.c (debug_apply_relocations): Allow relocations
925         against function symbols.
927 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
929         * sysdep.h: Include alloca-conf.h instead of config.h and remove
930         existing #if's handling alloca.
931         * Makefile.am: Run "make dep-am".
932         * Makefile.in: Regenerate.
934 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
936         * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
937         * configure.in: Likewise.
938         * configure: Regenerate.
940 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
942         PR binutils/9945
943         * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
945 2009-03-11  Chris Demetriou  <cgd@google.com>
947         * ar.c (deterministic): New global variable.
948         (main): Recognize new 'D' option, which enables 'deterministic mode'.
949         (usage): Document new 'D' option.
950         (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
951         flags if deterministic mode was requested.
952         * doc/binutils.texi (ar): Document deterministic mode ('D' option).
954 2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
956         PR binutils/9933
957         * objcopy.c (filter_symbols): Properly handle common symbols
958         in relocatable file.
960 2009-03-06  Nick Clifton  <nickc@redhat.com>
962         * po/es.po: Updated Spanish translation.
964 2009-03-05  Nick Clifton  <nickc@redhat.com>
966         * objdump.c (disassemble_section): If the computed next offset is
967         not beyond the current offset then just continue to the end.
969 2009-03-04  Tristan Gingold  <gingold@adacore.com>
971         * MAINTAINERS: Add myself as VMS maintainer.
973 2009-03-03  Nick Clifton  <nickc@redhat.com>
975         * readelf.c: Update formatting.
977 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
979         * Makefile.am: Run "make dep-am".
980         * Makefile.in: Regenerate.
982 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
984         * objdump.c (disassemble_section): Mask address before sign extending.
986 2009-03-02  Sebastian Biallas  <sb@biallas.net>
988         * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
989         (parse_ieee_bb): Set the filename if it has not already been
990         discovered.
992 2009-03-02  Cary Coutant  <ccoutant@google.com>
994         * readelf.c (adjust_relative_path): New function.
995         (struct archive_info): New type.
996         (setup_archive): New function.
997         (release_archive): New function.
998         (setup_nested_archive): New function.
999         (get_archive_member_name): New function.
1000         (get_archive_member_name_at): New function.
1001         (make_qualified_name): New function.
1002         (process_archive): Factor out code for reading archive index and
1003         long filename table to setup_archive.  Add support for thin archives.
1005 2009-03-02  Nick Clifton  <nickc@redhat.com>
1007         * po/sk.po: Updated Slovak translation.
1009 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1011         * configure: Regenerate.
1013 2009-02-23  Cary Coutant <ccoutant@google.com>
1015         * objdump.c (load_specific_debug_section): New function, from
1016         load_debug_section.
1017         (load_debug_section): Use load_specific_debug_section.
1018         (dump_dwarf_section): Likewise.
1020 2009-02-23  Cary Coutant <ccoutant@google.com>
1022         * readelf.c (parse_args): Select all sections explicitly for -w.
1024 2009-02-09  Kai Tietz  <kai.tietz@onevision.com>
1026         * windres.c (set_endianess): Copy name without leading '-'.
1028 2009-02-09  Tristan Gingold  <gingold@adacore.com>
1030         * NEWS: Mention feature match between objdump and readelf for dumping
1031         dwarf info.
1033         * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
1034         objdump.
1036         * objdump.c (usage): Update documentation for -W/--dwarf.
1037         (enum option_values): Add OPTION_DWARF.
1038         (long_options): --dwarf can accept arguments.
1039         (dump_dwarf_section): Also check enabled field.
1040         (main): Option -W can accept arguments, code moved to
1041         dwarf.c and call dwarf_select_sections_all instead.
1042         * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
1043         (parse_args): Move code to...
1044         * dwarf.c (dwarf_select_sections_by_letters,
1045         dwarf_select_sections_by_names): : ...here (new functions).
1046         (do_debug_lines_decoded): Remove and replaced by ...
1047         (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
1048         (display_debug_lines): Adjust for previous change.
1049         (dwarf_select_sections_all): New function.
1050         (debug_displays): Add initializer for enabled field.
1051         * dwarf.h (do_debug_lines_decoded): Remove.
1052         Add prototypes for the new functions.
1053         (struct dwarf_section_display): Add enabled field.
1055 2009-02-06  Nick Clifton  <nickc@redhat.com>
1057         * po/vi.po: Updated Vietnamese translation.
1059 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
1061         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
1063 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
1065         * NEWS: Move --as-needed change to ...
1066         * ../ld/NEWS: Here.
1068 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
1070         * configure.in: AC_SUBST pdfdir.
1071         * Makefile.am: Add install-pdf, install-pdf-am,
1072         and install-pdf-recursive targets.
1073         * doc/Makefile.am: Define pdf__strip_dir. Add
1074         install-pdf and install-pdf-am targets.
1075         * po/Make-in: Add install-pdf target.
1076         * configure: Regenerate.
1077         * Makefile.in: Regenerate.
1078         * doc/Makefile.in: Regenerate.
1080 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
1082         PR binutils/9784
1083         * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
1085         * doc/binutils.texi: Document --prefix=PREFIX and
1086         --prefix-strip=LEVEL.
1088         * objdump.c: Include "filenames.h".
1089         (prefix): New.
1090         (prefix_strip): Likewise.
1091         (prefix_length): Likewise.
1092         (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
1093         (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
1094         (long_options): Likewise.
1095         (show_line): Handle prefix and prefix_strip.
1096         (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
1098         * readelf.c (PATH_MAX): Moved to ...
1099         * sysdep.h: Here.
1101 2009-01-31  Alan Modra  <amodra@bigpond.net.au>
1103         * NEWS: Mention --as-needed change.
1105 2009-01-29  Alan Modra  <amodra@bigpond.net.au>
1107         PR 9798
1108         * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
1109         (bfd_get_archive_filename): Constify param.
1110         * bucomm.h (bfd_get_archive_filename): Update prototype.
1111         * objcopy.c (RETURN_NONFATAL): Delete.
1112         (copy_unknown_object): Don't call bfd_get_archive_filename for
1113         bfd_nonfatal_message filename, instead just pass bfd.
1114         (copy_object): Likewise.
1115         (copy_archive, copy_file): Likewise.  Expand RETURN_NONFATAL.  On
1116         bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
1117         (setup_bfd_headers): Fix error message.
1119 2009-01-27  Nick Clifton  <nickc@redhat.com>
1121         PR 9774
1122         * objdump.c (disassemble_section): When the target uses signed
1123         addresses make sure that we compute signed values.
1125 2009-01-27  Nick Clifton  <nickc@redhat.com>
1127         * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
1128         maintainers.
1130 2009-01-26  Nick Clifton  <nickc@redhat.com>
1132         PR 9766
1133         * dlltool.c (xlate): When strip text after the @ sign, look for
1134         the last one not the first one.
1136 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
1138         * configure.in (commonbfdlib): Delete.
1139         * configure: Regenerate.
1141 2008-01-14  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1143         Cleanup code related to --identify option.
1145         * dlltool.c (file scope): Removed globals identify_ms,
1146         identify_member_contains_symname_result,
1147         identify_dll_name_list_head, and identify_dll_name_list_tail.
1148         Renamed existing typedef dll_name_list_type to
1149         dll_name_list_node_type.
1150         Added new typedefs dll_name_list_type, symname_search_data_type,
1151         and identify_data_type.
1152         (identify_append_dll_name_to_list): Renamed to...
1153         (dll_name_list_append): ...here.  Changed signature to accept list
1154         argument rather than use global.
1155         (identify_count_dll_name_list): Renamed to...
1156         (dll_name_list_count): ...here.  Changed signature to accept list
1157         argument rather than use global.
1158         (identify_print_dll_name_list): Renamed to...
1159         (dll_name_list_print): ...here.  Changed signature to accept list
1160         argument rather than use global.
1161         (identify_free_dll_name_list): Renamed to...
1162         (dll_name_list_free_contents): ...here.
1163         (dll_name_list_free): New function.
1164         (dll_name_list_create): New function.
1165         (identify_process_section_p): Changed signature to accept
1166         ms_style_implib argument rather than use global.
1167         (identify_member_contains_symname): Expect incoming void * data to
1168         be symname_search_data_type.
1169         (identify_dll_for_implib): Use new functions dll_name_list_create
1170         and dll_name_list_free.  Use new types symname_search_data_type
1171         and identify_data_type to communicate with search routines.
1172         (identify_search_section): Expect incoming void * data to be
1173         identify_data_type. Use its contents rather than global
1174         variables.
1176 2009-01-13  Charles Wilson  <cygwin@cwilson.fastmail.fm>
1178         Add --identify-strict option.  Handle ms-style implibs:
1180         * dlltool.c (file scope): Added new globals identify_ms and
1181         identify_strict. New typedef dll_name_list_type, and globals
1182         identify_dll_name_list_head and identify_dll_name_list_tail. Added
1183         new global identify_member_contains_symname_result.
1184         (identify_append_dll_name_to_list): New function.
1185         (identify_count_dll_name_list): New function.
1186         (identify_print_dll_name_list): New function.
1187         (identify_free_dll_name_list): New function.
1188         (identify_search_archive): Changed signature to take function
1189         pointer to operation to apply to each member, and data to pass on
1190         to that function.
1191         (identify_search_member): Changed signature to accept user data
1192         from caller.
1193         (identify_member_contains_symname): New function.
1194         (identify_dll_for_implib): Rewrite. Now determines whether implib
1195         is ms- or binutils- style, before searching sections for
1196         dllname. Allows multiple dllnames.
1197         (identify_process_section_p): Search alternate section for dllname
1198         when implib is ms-style.
1199         (identify_search_section): Add additional conditions to excludes
1200         candidate sections from consideration.
1201         (usage): Added --identify-strict.
1202         (long_options): Added --identify-strict.
1203         (main): Handle --identify-strict option.
1204         * doc/binutils.texi: Document --identify-strict option.
1205         * NEWS: Document --identify and --identify-strict options.
1207 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
1209         PR 7034
1210         * doc/binutils.texi (objdump -R): Note effect of -d or -D.
1212 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
1214         * objdump.c (disassemble_section): Don't assume non-instruction
1215         data if object symbol at given address is in different section.
1217 2009-01-12  Kai Tietz  <kai.tietz@onevision.com>
1219         * dlltool.c (create_for_pep): New.
1220         (flush_page): Use create_for_pep instead of using
1221         macro DLLTOOL_MX86_64 clause.
1222         (generate_idata_ofile): Likewise.
1223         (make_one_lib_file): Likewise.
1224         (make_head): Likewise.
1225         (make_tail): Likewise.
1226         (main): Initialize create_for_pep.
1228 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
1230         * dlltool.c (use_nul_prefixed_import_tables): New.
1231         (make_head): Make prefix leading zero prefix element for
1232         idata$4 and idata$5 dependent to new flag.
1233         (usage): Add new option  --use-nul-prefixed-import-tables.
1234         (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
1235         (long_options): Add --use-nul-prefixed-import-tables.
1236         (main): Likewise.
1237         * doc/binutils.texi: Add new option documentation for
1238         --use-nul-prefixed-import-tables.
1239         * NEWS: Add new option.
1241 2009-01-06  Kai Tietz  <kai.tietz@onevision.com>
1243         * windres.c (set_endianess): Get architecture name
1244         for internal target names like "pe-arm-wince-little".
1245         (find_arch_match): New helper.
1246         * ChangeLog: Reset it.
1247         * ChangeLog-2008: Moved old ChangeLog.
1249 For older changes see ChangeLog-2008
1251 Local Variables:
1252 mode: change-log
1253 left-margin: 8
1254 fill-column: 74
1255 version-control: never
1256 End: