OSDN Git Service

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