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