PR 6714
[binutils.git] / binutils / ChangeLog
blob9e505599f45bb78e4a9bb1f1122c62481a3c0883
1 2009-07-01  Nick Clifton  <nickc@redhat.com>
3         PR 6714
4         * rclex.c (handle_quotes): Do not complain about whitespace
5         separating quoted strings.
6         (rclex_string): Ignore whitespace when looking for a new opening
7         quote following a closing quote.
9 2009-06-27  H.J. Lu  <hongjiu.lu@intel.com>
11         PR binutils/10321
12         * bucomm.c (get_file_size): Return -1 on error.
14         * objcopy.c (copy_file): Report empty file.
16 2009-06-23  Nick Clifton  <nickc@redhat.com>
18         * dwarf.c (display_debug_lines_raw): Include the name of the
19         section in warning message.
20         (struct debug_display): Enable reloc processing for .debug_line
21         and .debug_ranges sections.
23         * readelf.c: Add --relocated-dump command line option to dump the
24         relocated contents of a specified section.
25         (request_dump): New function.
26         (parse_args): Use it.
27         (dump_section_as_bytes): Add parameter to indicate whether the
28         contents should be relocated.
29         (target_specific_reloc_handling): Add code for a R_MN10300_16
30         reloc found after a R_MN10300_SYM_DIFF reloc.
31         (debug_apply_relocations): Rename to apply_relocations.
32         (get_section_contents): New function.  Replaces common code found
33         in dump_section_as_strings and dump_section_as_bytes.
34         * doc/binutils.texi: Document new command line option.
35         * NEWS: Mention the new feature.
37 2009-06-22  Nick Clifton  <nickc@redhat.com>
39         * readelf.c (target_specific_reloc_handling): New function:
40         Processes relocs in a target specific manner.
41         (debug_apply_relocations): Use the new function.
42         * dwarf.c (display_debug_loc): End the dump with a blank line.
43         (struct debug_display): Enable reloc processing for .debug_aranges
44         and .debug_loc sections.
46 2009-06-19  Nick Clifton  <nickc@redhat.com>
48         * ar.c (usage): Do not use #ifdef inside _("...).
49         * nm.c (usage): Likewise.
51 2009-06-18  Nick Clifton  <nickc@redhat.com>
53         PR 10288
54         * objdump.c (disassemble_bytes): Set the
55         USER_SPECIFIED_MACHINE_TYPE flag in the disassemble_info structure
56         if the user has invoked the -m switch.
57         * doc/binutils.texi: Document the additional behaviour of
58         objdump's -m switch for ARM targets.
60 2009-06-18  Dave Korn  <dave.korn.cygwin@gmail.com>
62         * configure.in: Merge cegcc and mingw32ce target name changes from
63         CeGCC project.
65 2007-12-25  Pedro Alves  <pedro_alves@portugalmail.pt>
67         * configure.in: Add arm*-*-cegcc* and arm*-*-mingw32ce* targets.
68         * configure: Regenerate.
70 2009-06-15  Nick Clifton  <nickc@redhat.com>
72         PR 10263
73         * objdump.c (disassemble_bytes): Set the DISASSEMBLE_DATA bit in
74         the flags field of the disassemble_info structure if the -D switch
75         is in operation.
77 2009-06-12  Homer Xing  <homer.xing@yahoo.com>
79         * NEWS: Mention new feature added to gprof.
81 2009-06-12  John Reiser  <jreiser@BitWagon.com>
83         * readelf.c (process_symbol_table): Set gnubuckets to NULL after
84         freeing it and before returning.
86 2009-06-12  Jakub Jelinek  <jakub@redhat.com>
88         * readelf.c (process_symbol_table): Don't return early if
89         .hash/.gnu.hash is empty/unusable and not -D.
91 2009-06-09  Tom Bramer  <tjb@postpro.net>
93         PR 10165
94         * winduni.c (wind_MultiByteToWideChar): Do not pass MB_PRECOMPOSED
95         to MultiByteToWideChar when using the CP_UTF8 or CO_UTF7 types.
97 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
99         * strings.c (main): Delay parsing of decimal digits.
101 2009-06-04  Alan Modra  <amodra@bigpond.net.au>
103         * dep-in.sed: Don't use \n in replacement part of s command.
104         * Makefile.am (DEP1): LC_ALL for uniq.
105         Run "make dep-am".
106         * Makefile.in: Regenerate.
108 2009-06-03  Tristan Gingold  <gingold@adacore.com>
110         * MAINTAINERS: Add myself as Mach-O maintainer.
112 2009-06-01  Alan Modra  <amodra@bigpond.net.au>
114         PR 10199
115         * doc/binutils.texi (nm): Correct -S description.
117 2009-05-28  Nick Clifton  <nickc@redhat.com>
119         * po/da.po: Updated Danish translation.
121 2009-05-28  Nick Clifton  <nickc@redhat.com>
123         * readelf.c (display_debug_section): Do not display debug sections
124         with the NOBITS section type.
126 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
128         * aclocal.m4: Include ../config/plugins.m4.
129         * configure.in: Use AC_PLUGINS.
130         * configure: Regenerate.
131         * Makefile.in: Regenerate.
132         * doc/Makefile.in: Regenerate.
134 2009-05-27  Rafael Avila de Espindola  <espindola@google.com>
136         * ar.c (main): Call bfd_plugin_set_program_name.
137         * nm.c (main): Call bfd_plugin_set_program_name.
139 2009-05-27  Nathan Sidwell  <nathan@codesourcery.com>
141         * sysdump.c (tab): Use puts rather than two printfs.
143 2009-05-26  Nick Clifton  <nickc@redhat.com>
145         * po/id.po: Updated Indonesian translation.
146         * po/binutils.pot: Updated template file.
148 2009-05-26  Rafael Avila de Espindola  <espindola@google.com>
150         * ar.c: Include plugin.h.
151         (main): Handle the --plugin option.
152         * nm.c: Include plugin.h.
153         (OPTION_PLUGIN): New.
154         (long_options): Add plugin.
155         (main): Handle OPTION_PLUGIN.
156         * NEWS: Mention  the new feature.
157         * doc/binutils: Documement the new command line options.
158         * configure.in: Check for --enable-plugins.
159         * configure: Regenerate.
161 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
163         * dep-in.sed: Output one filename per line with all lines having
164         continuation backslash.  Prefix first line with "A", following
165         lines with "B".
166         * Makefile.am (DEP): Don't use dep.sed here.
167         (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
168         sort and uniq.
169         * Makefile.in: Regenerate.
171 2009-05-25  Tristan Gingold  <gingold@adacore.com>
173         * makefile.vms-in: Fix CFLAGS, add addr2line.exe target.
175         * configure.com: Fix it: handle alloca and define TARGET in config.h.
177 2009-05-22  Alan Modra  <amodra@bigpond.net.au>
179         * Makefile.am: Run "make dep-am".
180         * Makefile.in: Regenerate.
182 2009-05-12  Alan Modra  <amodra@bigpond.net.au>
184         * objcopy.c (set_long_section_mode): Check input_bfd is coff
185         before accessing coff specific fields of bfd.
187 2009-05-09  Dave Korn  <dave.korn.cygwin@gmail.com>
189         * MAINTAINERS:  Add myself as PE/COFF co-maintainer.
191 2009-05-08  Kai Tietz  <kai.tietz@onevision.com>
193         * winduni.c (iconv_onechar): Only define when HAVE_ICONV
194         is defined, but not when __CYGWIN__ or _WIN32 are defined.
195         See wind_iconv_cp for call logic of this local funtion.
197 2009-05-05  Guillaume Duhamel  <guillaume.duhamel@gmail.com>
199         PR 10109
200         * winduni.c: Replace test of HAVE_ICONV_H with a test of
201         HAVE_ICONV.
202         (iconv_onechar): Use ICONV_CONST instead of "const".
203         (wind_MultiByteToWideChar): Initialise local strings.
205 2009-04-30  Nick Clifton  <nickc@redhat.com>
207         * readelf.c (dump_relocations): Display a relocation against an
208         ifunc symbol as if it were a function invocation.
209         (get_symbol_type): Handle STT_GNU_IFUNC.
211 2009-04-29  Anthony Green  <green@moxielogic.com>
213         * NEWS: Tweak verilog support description.
215 2009-04-29  Alan Modra  <amodra@bigpond.net.au>
216             Denis Scherbakov <denis_scherbakov@yahoo.com>
218         * readelf.c (slurp_ia64_unwind_table): Correct 64-bit unwind table
219         read, and merge with 32-bit case.
221 2009-04-27  Anthony Green  <green@moxielogic.com>
223         * NEWS: Mention verilog support added to bfd.
225 2009-04-27  H.J. Lu  <hongjiu.lu@intel.com>
227         * objcopy.c (copy_object): Copy pe_opthdr before changing PE
228         parameters.
230 2009-04-24  Cary Coutant  <ccoutant@google.com>
232         * dwarf.c (process_extended_line_op): Add DW_LNE_set_discriminator.
233         Add missing newlines to HP extensions.
235 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
237         * objcopy.c (set_pe_subsystem): Replace efi-rom with sal-rtd.
238         * doc/binutils.texi: Likewise.
240 2009-04-17  H.J. Lu  <hongjiu.lu@intel.com>
242         PR binutils/10074
243         * objcopy.c: Include coff/i386.h and coff/pe.h.
244         (pe_file_alignment): New.
245         (pe_heap_commit): Likewise.
246         (pe_heap_reserve): Likewise.
247         (pe_image_base): Likewise.
248         (pe_section_alignment): Likewise.
249         (pe_stack_commit): Likewise.
250         (pe_stack_reserve): Likewise.
251         (pe_subsystem): Likewise.
252         (pe_major_subsystem_version): Likewise.
253         (pe_minor_subsystem_version): Likewise.
254         (set_pe_subsystem): Likewise.
255         (convert_efi_target): Likewise.
256         (command_line_switch): Add OPTION_FILE_ALIGNMENT,
257         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
258         OPTION_STACK and OPTION_SUBSYSTEM.
259         (copy_options): Likewise.
260         (copy_usage): Add --file-alignment, --heap, --image-base,
261         --section-alignment, --stack and --subsystem.
262         (copy_object): Set up PE parameters.
263         (copy_main): Process Add OPTION_FILE_ALIGNMENT,
264         OPTION_HEAP, OPTION_IMAGE_BASE, OPTION_SECTION_ALIGNMENT,
265         OPTION_STACK and OPTION_SUBSYSTEM.   Convert EFI target to
266         PEI target.
268         * NEWS: Mention --file-alignment, --heap, --image-base,
269         --section-alignment, --stack and --subsystem command line
270         options for objcopy.
272         * doc/binutils.texi: Document --file-alignment, --heap,
273         --image-base, --section-alignment, --stack and --subsystem
274         command line options for objcopy.
276 2009-04-15  Anthony Green  <green@moxielogic.com>
278         * MAINTAINERS: Add myself as Moxie port maintainer.
280 2009-04-14  Dave Korn  <dave.korn.cygwin@gmail.com>
282         * objcopy.c (enum long_section_name_handling):  New enum type.
283         (enum command_line_switch):  Add OPTION_LONG_SECTION_NAMES.
284         (copy_options[]):  Add entry for --long-section-names option.
285         (copy_usage):  Document it.
286         (set_long_section_mode):  New subroutine.
287         (copy_file):  Call it.
288         (copy_main):  Accept OPTION_LONG_SECTION_NAMES and parse arg.
289         * doc/binutils.texi:  Update objcopy documentation with details
290         of new option.
292 2009-04-01  Dave Korn  <dave.korn.cygwin@gmail.com>
294         * dlltool.c (set_dll_name_from_def):  Accept new second arg that
295         indicates if we are building DLL or EXE, and use it to add a
296         default suffix to the output filename when none is already present.
297         (def_name):  Indicate we are building an EXE when calling it.
298         (def_library):  Indicate we are building a DLL when calling it.
300 2009-04-01  Jari Aalto  <jari.aalto@cante.net>
302         PR 9972
303         * doc/binutils.texi (strings): Document the -V alias for the
304         --version option.
305         * strings.c (usage): Likewise.
307 2009-03-31  Nick Clifton  <nickc@redhat.com>
309         PR 9992
310         * configure.in: Import Solaris specific largefile test from
311         bfd/configure.in.
312         * configure: Regenerate.
314 2009-03-30  Richard Sandiford  <rdsandiford@googlemail.com>
316         * MAINTAINERS: Add self.
318 2009-03-27  Nick Clifton  <nickc@redhat.com>
320         * dwarf.c (display_debug_ranges): Add the base address to the
321         displayed values for 'Begin' and 'End'. 
323 2009-03-25  Ryan Mansfield  <rmansfield@qnx.com>
325         * readelf.c (process_file_header): Don't report a corrupt string
326         table index if it is zero.
328 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
330         * dwarf.c (dwarf_regnames): Moved before frame_need_space.
331         (dwarf_regnames_count): Likewise.
332         (frame_need_space): Return int.
333         (display_debug_frames): Check invalid registers.
335 2009-03-19  H.J. Lu  <hongjiu.lu@intel.com>
337         * readelf.c (debug_apply_relocations): Check relocations
338         against STT_SECTION symbol.
340 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
342         * readelf.c (debug_apply_relocations): Allow relocations
343         against function symbols.
345 2009-03-18  Alan Modra  <amodra@bigpond.net.au>
347         * sysdep.h: Include alloca-conf.h instead of config.h and remove
348         existing #if's handling alloca.
349         * Makefile.am: Run "make dep-am".
350         * Makefile.in: Regenerate.
352 2009-03-14  Richard Sandiford  <r.sandiford@uk.ibm.com>
354         * configure.tgt: Extend AIX 5 behavior to AIX 6 and above.
355         * configure.in: Likewise.
356         * configure: Regenerate.
358 2009-03-13  H.J. Lu  <hongjiu.lu@intel.com>
360         PR binutils/9945
361         * objcopy.c (copy_object): Clear HAS_RELOC when stripping all.
363 2009-03-11  Chris Demetriou  <cgd@google.com>
365         * ar.c (deterministic): New global variable.
366         (main): Recognize new 'D' option, which enables 'deterministic mode'.
367         (usage): Document new 'D' option.
368         (write_archive): Set BFD_DETERMINISTIC_OUTPUT in output archive's
369         flags if deterministic mode was requested.
370         * doc/binutils.texi (ar): Document deterministic mode ('D' option).
372 2009-03-09  H.J. Lu  <hongjiu.lu@intel.com>
374         PR binutils/9933
375         * objcopy.c (filter_symbols): Properly handle common symbols
376         in relocatable file.
378 2009-03-06  Nick Clifton  <nickc@redhat.com>
380         * po/es.po: Updated Spanish translation.
382 2009-03-05  Nick Clifton  <nickc@redhat.com>
384         * objdump.c (disassemble_section): If the computed next offset is
385         not beyond the current offset then just continue to the end.
387 2009-03-04  Tristan Gingold  <gingold@adacore.com>
389         * MAINTAINERS: Add myself as VMS maintainer.
391 2009-03-03  Nick Clifton  <nickc@redhat.com>
393         * readelf.c: Update formatting.
395 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
397         * Makefile.am: Run "make dep-am".
398         * Makefile.in: Regenerate.
400 2009-03-03  Alan Modra  <amodra@bigpond.net.au>
402         * objdump.c (disassemble_section): Mask address before sign extending.
404 2009-03-02  Sebastian Biallas  <sb@biallas.net>
406         * ieee.c (parse_ieee_ty): Add support for undocumented 'v' type.
407         (parse_ieee_bb): Set the filename if it has not already been
408         discovered.
410 2009-03-02  Cary Coutant  <ccoutant@google.com>
412         * readelf.c (adjust_relative_path): New function.
413         (struct archive_info): New type.
414         (setup_archive): New function.
415         (release_archive): New function.
416         (setup_nested_archive): New function.
417         (get_archive_member_name): New function.
418         (get_archive_member_name_at): New function.
419         (make_qualified_name): New function.
420         (process_archive): Factor out code for reading archive index and
421         long filename table to setup_archive.  Add support for thin archives.
423 2009-03-02  Nick Clifton  <nickc@redhat.com>
425         * po/sk.po: Updated Slovak translation.
427 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
429         * configure: Regenerate.
431 2009-02-23  Cary Coutant <ccoutant@google.com>
433         * objdump.c (load_specific_debug_section): New function, from
434         load_debug_section.
435         (load_debug_section): Use load_specific_debug_section.
436         (dump_dwarf_section): Likewise.
438 2009-02-23  Cary Coutant <ccoutant@google.com>
440         * readelf.c (parse_args): Select all sections explicitly for -w.
442 2009-02-09  Kai Tietz  <kai.tietz@onevision.com>
444         * windres.c (set_endianess): Copy name without leading '-'.
446 2009-02-09  Tristan Gingold  <gingold@adacore.com>
448         * NEWS: Mention feature match between objdump and readelf for dumping
449         dwarf info.
451         * doc/binutils.texi (objdump): Document -W/--dwarf improvments to
452         objdump.
454         * objdump.c (usage): Update documentation for -W/--dwarf.
455         (enum option_values): Add OPTION_DWARF.
456         (long_options): --dwarf can accept arguments.
457         (dump_dwarf_section): Also check enabled field.
458         (main): Option -W can accept arguments, code moved to
459         dwarf.c and call dwarf_select_sections_all instead.
460         * readelf.c (process_section_headers): Remove do_debug_lines_decoded.
461         (parse_args): Move code to...
462         * dwarf.c (dwarf_select_sections_by_letters,
463         dwarf_select_sections_by_names): : ...here (new functions).
464         (do_debug_lines_decoded): Remove and replaced by ...
465         (FLAG_DEBUG_LINES_RAW, FLAG_DEBUG_LINES_DECODED): ... new macros.
466         (display_debug_lines): Adjust for previous change.
467         (dwarf_select_sections_all): New function.
468         (debug_displays): Add initializer for enabled field.
469         * dwarf.h (do_debug_lines_decoded): Remove.
470         Add prototypes for the new functions.
471         (struct dwarf_section_display): Add enabled field.
473 2009-02-06  Nick Clifton  <nickc@redhat.com>
475         * po/vi.po: Updated Vietnamese translation.
477 2009-02-03  Sandip Matte  <sandip@rmicorp.com>
479         * readelf.c (get_machine_flags): Handle E_MIPS_MACH_XLR.
481 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
483         * NEWS: Move --as-needed change to ...
484         * ../ld/NEWS: Here.
486 2009-02-03  Carlos O'Donell  <carlos@codesourcery.com>
488         * configure.in: AC_SUBST pdfdir.
489         * Makefile.am: Add install-pdf, install-pdf-am,
490         and install-pdf-recursive targets.
491         * doc/Makefile.am: Define pdf__strip_dir. Add
492         install-pdf and install-pdf-am targets.
493         * po/Make-in: Add install-pdf target.
494         * configure: Regenerate.
495         * Makefile.in: Regenerate.
496         * doc/Makefile.in: Regenerate.
498 2009-02-03  H.J. Lu  <hongjiu.lu@intel.com>
500         PR binutils/9784
501         * NEWS: Mention --prefix=PREFIX and --prefix-strip=LEVEL.
503         * doc/binutils.texi: Document --prefix=PREFIX and
504         --prefix-strip=LEVEL.
506         * objdump.c: Include "filenames.h".
507         (prefix): New.
508         (prefix_strip): Likewise.
509         (prefix_length): Likewise.
510         (usage): Add --prefix=PREFIX and --prefix-strip=LEVEL.
511         (option_values): Add OPTION_PREFIX and OPTION_PREFIX_STRIP.
512         (long_options): Likewise.
513         (show_line): Handle prefix and prefix_strip.
514         (main): Handle OPTION_PREFIX and OPTION_PREFIX_STRIP.
516         * readelf.c (PATH_MAX): Moved to ...
517         * sysdep.h: Here.
519 2009-01-31  Alan Modra  <amodra@bigpond.net.au>
521         * NEWS: Mention --as-needed change.
523 2009-01-29  Alan Modra  <amodra@bigpond.net.au>
525         PR 9798
526         * bucomm.c (bfd_nonfatal_message): Use bfd_get_archive_filename.
527         (bfd_get_archive_filename): Constify param.
528         * bucomm.h (bfd_get_archive_filename): Update prototype.
529         * objcopy.c (RETURN_NONFATAL): Delete.
530         (copy_unknown_object): Don't call bfd_get_archive_filename for
531         bfd_nonfatal_message filename, instead just pass bfd.
532         (copy_object): Likewise.
533         (copy_archive, copy_file): Likewise.  Expand RETURN_NONFATAL.  On
534         bfd_close errors, do not pass the bfd to bfd_nonfatal_message.
535         (setup_bfd_headers): Fix error message.
537 2009-01-27  Nick Clifton  <nickc@redhat.com>
539         PR 9774
540         * objdump.c (disassemble_section): When the target uses signed
541         addresses make sure that we compute signed values.
543 2009-01-27  Nick Clifton  <nickc@redhat.com>
545         * MAINTAINERS: Remove Thiemo Seufer's name from the list of MIPS
546         maintainers.
548 2009-01-26  Nick Clifton  <nickc@redhat.com>
550         PR 9766
551         * dlltool.c (xlate): When strip text after the @ sign, look for
552         the last one not the first one.
554 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
556         * configure.in (commonbfdlib): Delete.
557         * configure: Regenerate.
559 2008-01-14  Charles Wilson  <cygwin@cwilson.fastmail.fm>
561         Cleanup code related to --identify option.
563         * binutils/dlltool.c (file scope): Removed globals identify_ms,
564         identify_member_contains_symname_result,
565         identify_dll_name_list_head, and identify_dll_name_list_tail.
566         Renamed existing typedef dll_name_list_type to
567         dll_name_list_node_type.
568         Added new typedefs dll_name_list_type, symname_search_data_type,
569         and identify_data_type.
570         (identify_append_dll_name_to_list): Renamed to...
571         (dll_name_list_append): ...here.  Changed signature to accept list
572         argument rather than use global.
573         (identify_count_dll_name_list): Renamed to...
574         (dll_name_list_count): ...here.  Changed signature to accept list
575         argument rather than use global.
576         (identify_print_dll_name_list): Renamed to...
577         (dll_name_list_print): ...here.  Changed signature to accept list
578         argument rather than use global.
579         (identify_free_dll_name_list): Renamed to...
580         (dll_name_list_free_contents): ...here.
581         (dll_name_list_free): New function.
582         (dll_name_list_create): New function.
583         (identify_process_section_p): Changed signature to accept
584         ms_style_implib argument rather than use global.
585         (identify_member_contains_symname): Expect incoming void * data to
586         be symname_search_data_type.
587         (identify_dll_for_implib): Use new functions dll_name_list_create
588         and dll_name_list_free.  Use new types symname_search_data_type
589         and identify_data_type to communicate with search routines.
590         (identify_search_section): Expect incoming void * data to be
591         identify_data_type. Use its contents rather than global
592         variables.
594 2009-01-13  Charles Wilson  <cygwin@cwilson.fastmail.fm>
596         Add --identify-strict option.  Handle ms-style implibs:
598         * dlltool.c (file scope): Added new globals identify_ms and
599         identify_strict. New typedef dll_name_list_type, and globals
600         identify_dll_name_list_head and identify_dll_name_list_tail. Added
601         new global identify_member_contains_symname_result.
602         (identify_append_dll_name_to_list): New function.
603         (identify_count_dll_name_list): New function.
604         (identify_print_dll_name_list): New function.
605         (identify_free_dll_name_list): New function.
606         (identify_search_archive): Changed signature to take function
607         pointer to operation to apply to each member, and data to pass on
608         to that function.
609         (identify_search_member): Changed signature to accept user data
610         from caller.
611         (identify_member_contains_symname): New function.
612         (identify_dll_for_implib): Rewrite. Now determines whether implib
613         is ms- or binutils- style, before searching sections for
614         dllname. Allows multiple dllnames.
615         (identify_process_section_p): Search alternate section for dllname
616         when implib is ms-style.
617         (identify_search_section): Add additional conditions to excludes
618         candidate sections from consideration.
619         (usage): Added --identify-strict.
620         (long_options): Added --identify-strict.
621         (main): Handle --identify-strict option.
622         * doc/binutils.texi: Document --identify-strict option.
623         * NEWS: Document --identify and --identify-strict options.
625 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
627         PR 7034
628         * doc/binutils.texi (objdump -R): Note effect of -d or -D.
630 2009-01-13  Alan Modra  <amodra@bigpond.net.au>
632         * objdump.c (disassemble_section): Don't assume non-instruction
633         data if object symbol at given address is in different section.
635 2009-01-12  Kai Tietz  <kai.tietz@onevision.com>
637         * dlltool.c (create_for_pep): New.
638         (flush_page): Use create_for_pep instead of using
639         macro DLLTOOL_MX86_64 clause.
640         (generate_idata_ofile): Likewise.
641         (make_one_lib_file): Likewise.
642         (make_head): Likewise.
643         (make_tail): Likewise.
644         (main): Initialize create_for_pep.
646 2009-01-08  Kai Tietz  <kai.tietz@onevision.com>
648         * dlltool.c (use_nul_prefixed_import_tables): New.
649         (make_head): Make prefix leading zero prefix element for
650         idata$4 and idata$5 dependent to new flag.
651         (usage): Add new option  --use-nul-prefixed-import-tables.
652         (OPTION_USE_NUL_PREFIXED_IMPORT_TABLES): New.
653         (long_options): Add --use-nul-prefixed-import-tables.
654         (main): Likewise.
655         * doc/binutils.texi: Add new option documentation for
656         --use-nul-prefixed-import-tables.
657         * NEWS: Add new option.
659 2009-01-06  Kai Tietz  <kai.tietz@onevision.com>
661         * windres.c (set_endianess): Get architecture name
662         for internal target names like "pe-arm-wince-little".
663         (find_arch_match): New helper.
664         * ChangeLog: Reset it.
665         * ChangeLog-2008: Moved old ChangeLog.
667 For older changes see ChangeLog-2008
669 Local Variables:
670 mode: change-log
671 left-margin: 8
672 fill-column: 74
673 version-control: never
674 End: