OSDN Git Service

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