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