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