OSDN Git Service

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