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