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