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