OSDN Git Service

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