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