Regenerate translation files.
[binutils.git] / binutils / ChangeLog
blob1ef13b66c3bbc80371d5f999afa5d9de895165ef
1 2007-08-06  Daniel Jacobowitz  <dan@codesourcery.com>
3         * po/POTFILES.in: Regenerate.
5 2007-08-04  Alan Modra  <amodra@bigpond.net.au>
7         PR 4888
8         * objcopy.c (setup_section): Do modify section flags for ELF
9         STRIP_NONDEBUG (reverting part of 2007-05-30 change).  Prevent
10         header rewrite by twiddling input section flags instead.
11         Simplify code setting SHT_NOBITS.
13 2007-07-28  Christopher Faylor  <me+binutils@cgf.cx>
15         * MAINTAINERS: Update my email address.
17 2007-07-26  Adam Nemet  <anemet@caviumnetworks.com>
19         * readelf.c (process_archive): Also skip Irix6-style archive symbol
20         tables.
22 2007-07-24  Nick Clifton  <nickc@redhat.com>
24         * readelf.c (NUM_ELEM): Remove redundant macro; replace references
25         to it with references to ARRAY_SIZE.
26         Add support for CR16.
27         Fix formatting.
29 2007-07-19  Nick Clifton  <nickc@redhat.com>
31         PR binutils/4802
32         * srconv.c (strip_suffix): Add const qualifier to argument.
34 2007-07-16  Nick Clifton  <nickc@redhat.com>
36         * po/uk.po: New Ukrainian translation.
37         * configure.in (ALL_LINGUAS): Add 'uk'.
38         * configure: Regenerate.
40 2007-07-10  Alan Modra  <amodra@bigpond.net.au>
42         * objdump.c (dump_dwarf): Correct setting of is_relocatable.
44 2007-07-09  Roland McGrath  <roland@redhat.com>
46         * readelf.c (get_gnu_elf_note_type): New function.
47         (process_note): Use it for "GNU" name.
49 2007-07-08  Andreas Schwab  <schwab@suse.de>
51         * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h.
52         (CFILES): Add unwind-ia64.c.
53         Regenerate dependencies.
54         * Makefile.in: Regenerate.
56 2007-07-05  Nick Clifton  <nickc@redhat.com>
58         * addr2line.c: Update copyright notice to refer to GPLv3.
59         * ar.c, arlex.l, arparse.y, arsup.c, arsup.h, bin2c.c, binemul.c,
60         binemul.h, bucomm.c, bucomm.h, budbg.h, coffdump.c, coffgrok.c,
61         coffgrok.h, cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y,
62         dlltool.c, dlltool.h, dllwrap.c, dwarf.c, dwarf.h, embedspu.sh,
63         emul_aix.c, emul_vanilla.c, filemode.c, ieee.c, mclex.c,
64         mcparse.y, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
65         objdump.c, prdbg.c, rclex.c, rcparse.y, rdcoff.c, rddbg.c,
66         readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
67         size.c, srconv.c, stabs.c, strings.c, sysdep.h, sysdump.c,
68         sysinfo.y, syslex.l, unwind-ia64.c, unwind-ia64.h, version.c,
69         windint.h, windmc.c, windmc.h, windres.c, windres.h, winduni.c,
70         winduni.h, wrstabs.c: Likewise.
71         * is-ranlib.c, is-strip.c, maybe-ranlib.c, maybe-strip.c,
72         not-ranlib.c, not-strip.c, ranlib.sh, sanity.sh: Add a copyright
73         notice.
74         * NEWS: Mention that the sources are now released under GPLv3.
75         Add a marker for the changes that went into v2.17.
76         * version.c (print_version): Specify that the program is released
77         under version 3 of the GPL.
79 2007-07-05  Kai Tietz  <kai.tietz@onevision.com>
81         * resrc.c: (read_rc_file): Add include path of user passed rc
82         input file.
83         * windres.c: (windres_add_include_dir): New.
84         (main): Use of windres_add_include_dir.
85         * windres.h: (windres_add_include_dir): Add prototype.
87 2007-07-05  Alan Modra  <amodra@bigpond.net.au>
89         * doc/binutils.texi (size): Document --common.
90         * size.c: Make a number of vars static.  Delete unnecessary
91         function declarations.
92         (show_common, common_size): New vars.
93         (usage): Describe --common.
94         (OPTION_FORMAT, OPTION_RADIX, OPTION_TARGET): Define and use.
95         (long_options): Add common.
96         (calculate_common_size): New function.
97         (print_berkeley_format): Add common_size to bsssize.
98         (sysv_one_line): New function split out from..
99         (sysv_internal_printer): ..here.
100         (print_sysv_format): Handle display of *COM*.
101         (print_sizes): Call calculate_common_size.
103 2007-07-05  Alan Modra  <amodra@bigpond.net.au>
105         * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
107 2007-07-02  Alan Modra  <amodra@bigpond.net.au>
109         PR 4716
110         * objcopy.c (filter_symbols): Correct relocatable file test.
112 2007-07-02  Alan Modra  <amodra@bigpond.net.au>
114         * Makefile.am: Run "make dep-am".
115         * Makefile.in: Regenerate.
116         * aclocal.m4: Regenerate.
117         * config.in: Regenerate.
118         * doc/Makefile.in: Regenerate.
119         * po/POTFILES.in: Regenerate.
120         * po/binutils.pot: Regenerate.
122 2007-06-30  H.J. Lu  <hongjiu.lu@intel.com>
124         * aclocal.m4: Regenerated.
125         * doc/Makefile.in: Likewise.
126         * Makefile.in: Likewise.
128 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
130         * readelf.c (display_power_gnu_attribute, process_power_specific):
131         New.
132         (process_arch_specific): Call process_power_specific.
134 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
136         * readelf.c (display_mips_gnu_attribute): New.
137         (process_mips_specific): Call process_attributes.
139 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
141         * readelf.c (display_gnu_attribute): New.
142         (process_arm_specific): Rearrange as process_attributes.
143         (process_arm_specific): Replace by wrapper of process_attributes.
145 2007-06-28  Roland McGrath  <roland@frob.com>
147         * objcopy.c (setup_section): Don't reset ELF section type to
148         SHT_NOBITS when it is SHT_NOTE.
149         * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug.
151 2007-06-27  Alan Modra  <amodra@bigpond.net.au>
153         * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
154         * arsup.c: Likewise.
155         * binemul.c: Likewise.
156         * objcopy.c: Likewise.
157         * dlltool.c: Likewise.
159 2007-06-26  Shantonu Sen  <ssen@apple.com>
161         PR binutils/4693
162         * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
163         dependency on $(LIBICONV) to ...
164         (windres_LDADD, windmc_LDADD) ... here.
165         * Makefile.in: Regenerate.
167 2007-06-21  Alan Modra  <amodra@bigpond.net.au>
169         * embedspu.sh (relas): Correct sh_info parsing.
171 2007-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
173         * objdump.c: Include sys/stat.h.
175 2007-06-19  Kai Tietz  <kai.tietz@onevision.com>
177         * Makefile.am: Add windmc tool.
178         * Makefile.in: Regenerate.
179         * configure.in: Add windmc tool.
180         * configure: Regenerate.
181         * mclex.c: New.
182         * mcparse.y: New.
183         * windmc.c: New.
184         * windmc.h: New.
185         * doc/Makefile.am: Add windmc tool.
186         * doc/Makefile.in: Regenerate.
187         * doc/binutils.texi: Add windmc documentation.
188         * NEWS: Mention new tool.
190 2007-06-18  Andi Kleen  <ak@suse.de>
192         * objdump.c: Include sys/mman.h
193         (print_file_list): Remove f, add map, mapsize, linemap, maxline,
194         last_line, first fields.
195         (slurp_file): Add.
196         (index_file): Add.
197         (print_file_open): Call slurp_file and index_file. Initialize new
198         fields.
199         (skip_to_line): Rename to print_line and write only single line.
200         (dump_line): Add.
201         (show_line): Change to new algorithm.
203 2007-06-18  Thomas Weidenmueller  <w3seek@reactos.org>
205         * resres.c (probe_binary): Fix test for badly formatted headers.
207 2007-06-18  Kai Tietz  <Kai.Tietz@onevision.com>
209         * rclex.c: (cpp_line): Add code_page pragma support.
210         * windres.c: (usage, long_options, main): Add new option
211         --codepage or -c.
212         * winduni.c: (wind_default_codepage, wind_current_codepage): New.
213         (unicode_from_ascii, ascii_from_unicode): Use
214         wind_current_codepage as codepage parameter.
215         (unicode_print): Print 4 characters for hexadecimal values in
216         unicode strings.
217         * winduni.h:  (wind_default_codepage, wind_current_codepage):
218         Export.
219         * doc/binutils.texi: Document new option.
220         * NEWS: Mention new features of windres.
222 2007-06-18  Brian D. Watt  <bwatt@us.ibm.com>
224         * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
226 2007-06-14  H.J. Lu  <hongjiu.lu@intel.com>
228         * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
230         * acinclude.m4: Removed.
232         * Makefile.in: Regenerated.
233         * aclocal.m4: Likewise.
234         * configure: Likewise.
236 2007-06-11  Nathan Sidwell  <nathan@codesourcery.com>
238         * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
240 2007-06-06  Kai Tietz  <Kai.Tietz@onevision.com>
242         PR binutils/4356 binutils/591
243         * resrc.c (filename_need_quotes): New function.
244         (look_for_default): If filename_need_quotes is true then quote the
245         filename in the command line being created.
246         (read_rc_file): Likewise.
248 2007-06-06  Ben Elliston  <bje@au.ibm.com>
250         * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
252 2007-06-05  Kai Tietz  <Kai.Tietz@onevision.com>
254         * Makefile.am: Add LIBICONV to windres.
255         * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
256         * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
257         * config.in: Add ICONV defines.
258         * aclocal.m4: Regenerate.
259         * confugure: Regenerate.
260         * winduni.c: (local_iconv_map codepages, wind_language_t,
261         languages, unicode_is_valid_codepage, wind_find_language_by_id,
262         wind_find_language_by_codepage, wind_find_codepage_info,
263         unicode_from_codepage, codepage_from_unicode, iconv_onechar,
264         wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
265         New.
266         (ascii_from_unicode): Use codepage_from_unicode.
267         (ascii_from_unicode): Use unicode_from_codepage.
268         Use for cygwin windows API for unicode transformation.
269         * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
270         macros.
271         (wind_language_t, local_iconv_map): New types.
272         (wind_find_language_by_id, wind_find_language_by_codepage,
273         unicode_is_valid_codepage, wind_find_codepage_info,
274         unicode_from_codepage, codepage_from_unicode): New
275         prototypes.
277 2007-06-05  Alan Modra  <amodra@bigpond.net.au>
279         * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
281 2007-05-30  Alan Modra  <amodra@bigpond.net.au>
283         * objcopy.c (copy_object): Revert 2007-05-11 change.  Don't
284         avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
285         (setup_section): Don't modify flags, and don't avoid calling
286         bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
287         * readelf.c (process_program_headers): Ignore .dynamic of type
288         SHT_NOBITS.
290 2007-05-29  Alan Modra  <amodra@bigpond.net.au>
292         * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
293         pic or pie and image needs relocs.
295 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
297         * Makefile.in: Regenerate.
298         * configure: Regenerate.
299         * aclocal.m4: Regenerate.
300         * doc/Makefile.in: Regenerate.
302 2007-05-24  Kai Tietz  <Kai.Tietz@onevision.com>
304         * rcparse.y: Join strings for elements having no side-effects in
305         "rc"-grammar.
307 2007-05-23  Kai Tietz  <Kai.Tietz@onevision.com>
309         * rclex.c: New file replacing rclex.l.
310         * rclex.l: Removed.
311         * windint.h: New file holding common structure and type
312         definitions.
313         * Makefile.am: Added new header windint.h and exchanged rclex.l by
314         rclex.c.
315         * Makefile.in: Regenerate.
316         * rcparse.y: Renamed some structures.
317         Use in internal representation always bfd_vma instead of long or
318         int.
319         Removed from %union unused stringtable.
320         Added to %union suni structure for unicode strings.
321         Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
322         DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
323         TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
324         Added support for these new rc file tokens.
325         * resbin.c: Rewrote using bfd and binary structures, and support
326         new resource types.
327         * rescoff.c: Likewise.
328         * resres.c: Likewise.
329         * resrc.c: Likewise. Dumps as RC are now recompilable.
330         * windres.c: As above. Using bfd for res and provide target
331         specific endianess support.
332         * windres.h: Use windint.h as include. Additionally removed K&R
333         syntax.
334         * winduni.c: New printing and unichar support routines.
335         * winduni.h: Prototypes for new unichar helpers.
336         * windint.h: New file.
338 2007-05-22  Paul Brook  <paul@codesourcery.com>
340         * objdump.c (find_symbol_for_address): Merge section and target
341         specific filtering code.
343 2007-05-22  Nick Clifton  <nickc@redhat.com>
345         * doc/binutils.texi: Use @copying around the copyright notice.
347 2007-05-21  Richard Sandiford  <richard@codesourcery.com>
349         * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
350         for executables and shared libraries.
352 2007-05-18  Nathan Sidwell  <nathan@codesourcery.com>
354         * objcopy.c (strip_main): Detect identical input and output file
355         names.
356         (copy_main): Refactor tempname detection and use.
358 2007-05-17  Nick Clifton  <nickc@redhat.com>
360         * objdump.c (load_debug_section): Select bias for DWARF debug
361         addresses based on the flavour of the bfd.
363 2007-05-11  Alan Modra  <amodra@bigpond.net.au>
365         PR 4479
366         * objcopy.c (copy_object): Don't copy ELF program headers for
367         --only-keep-debug.
369 2007-05-11  Alan Modra  <amodra@bigpond.net.au>
371         * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
372         over one found on the users path.
373         (main): Generate .reloc for each R_SPU_PPU* reloc.
375 2007-04-28  Alan Modra  <amodra@bigpond.net.au>
377         * prdbg.c (tg_variable): Adjust for changed demangler.
378         (tg_start_function): Likewise.
380 2007-04-27  Alan Modra  <amodra@bigpond.net.au>
382         * bucumm.h: Split off host dependencies to..
383         * sysdep.h: ..here.
384         Many files: Include sysdep.h.  Remove duplicate headers and reorder.
385         * Makefile.am: Run "make dep-am".
386         * Makefile.in: Regenerate.
388 2007-04-24  Nick Clifton  <nickc@redhat.com>
390         * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
392 2007-04-24  Nathan Froyd  <froydnj@codesourcery.com>
393             Phil Edwards  <phil@codesourcery.com>
395         * objcopy.c (filter_symbols): Explicitly stripping a symbol
396         used in relocations is an error.
397         Retype 'keep' to bfd_boolean.
399 2007-04-24  Alan Modra  <amodra@bigpond.net.au>
401         * Makefile.in: Regenerate.
402         * doc/Makefile.in: Regenerate.
404 2007-04-20  Nathan Froyd  <froydnj@codesourcery.com>
405             Phil Edwards  <phil@codesourcery.com>
406             Thomas de Lellis <tdel@windriver.com>
408         * objcopy.c (reverse_bytes):  New variable.
409         (command_line_switch, copy_main):  Add OPTION_REVERSE_ENDIAN.
410         (copy_options, copy_usage):  Add "reverse-bytes" entry.
411         (copy_section):  Reverse bytes within output sections.
412         * doc/binutils.texi:  Document new objcopy option.
414 2007-04-20  Nick Clifton  <nickc@redhat.com>
416         * rclex.l: Allow underscores at the start of identifiers.
418 2007-04-19  Alan Modra  <amodra@bigpond.net.au>
420         * budemang.c: Delete.
421         * budemang.h: Delete.
422         * addr2line.c (translate_addresses): Call bfd_demangle rather than
423         demangle.
424         * nm.c (print_symname): Likewise.
425         * objdump.c (objdump_print_symname, dump_symbols): Likewise.
426         (dump_bfd): Likewise.
427         * prdbg.c (struct pr_handle <demangler>): Add int param.
428         (tg_variable, tg_start_function): Adjust demangler calls.
429         * Makefile.am: Remove mention of budemang.[ch].  Run "make dep-am".
430         * Makefile.in: Regenerate.
431         * po/POTFILES.in: Regenerate.
433 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
435         * Makefile.am: Add ACLOCAL_AMFLAGS.
436         * configure.in: Change macro call order.
437         * Makefile.in: Regenerate.
438         * configure: Regenerate.
440 2007-04-13  Nathan Sidwell  <nathan@codesourcery.com>
442         * Makefile.am (TOOL_PROGS): Add objcopy.
443         * Makefile.in: Rebuilt.
445 2007-04-12  H.J. Lu  <hongjiu.lu@intel.com>
447         PR binutils/4348
448         * objcopy.c (copy_object): Don't stop when there are no
449         sections to be copied.
451 2007-04-10  Vladimir Prus  <vladimir@codesourcery.com>
453         * NEWS: Mention disjoint histograms support in
454         gprof.
456 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
458         * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
459         DW_TAG_inlined_subroutine.
461 2007-04-06  Matt Thomas  <matt@netbsd.org>
463         * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
465 2007-04-05  Alan Modra  <amodra@bigpond.net.au>
467         PR binutils/4292
468         * nm.c (print_value): Cast bfd_vma to unsigned long to suit
469         value_format_32bit.
471 2007-04-02  Nick Clifton  <nickc@redhat.com>
473         PR binutils/4292
474         * nm.c (value_format): Replace with value_format_32bit and
475         value_format_64bit.
476         (set_radix): Update setting of value_format.
477         (set_print_width): New function.  Compute the address size of a
478         given bfd and set the print_width global appropriately.
479         (display_archive): Use set_print_width.
480         (display_file): Likewise,
481         (print_object_filename_sysv): Update use of print_width.
482         (print_archive_member_sysv): Likewise.
483         (print_symbol_filename_posix): Likewise.
484         (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
486 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
487             Phil Edwards  <phil@codesourcery.com>
489         * doc/binutils.texi: Put the contents after the title page rather
490         than at the end of the document.
492 2007-03-28  Nick Clifton  <nickc@redhat.com>
494         * readelf.c (slurp_rela_relocs): Add newline to end of error
495         messages.
496         (slurp_rel_relocs, request_dump, request_dump_byname,
497         process_program_headers, process_dynamic_section,
498         process_symbol_table, process_mips_specific, main): Likewise.
500 2007-03-28  Alan Modra  <amodra@bigpond.net.au>
502         * MAINTAINERS: Update mailing list addresses.  Add myself
503         as PPC maintainer.
505 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
507         * embedspu.sh: Correct toe_addr quoting.
509 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
511         * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns.  Tighten
512         .toe section and .toe address checks.  Use .reloc for _EAR*
513         symbols defined in non-BSS sections.  Build table for _SPUEAR_
514         symbols.
516 2007-03-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
518         PR gas/3811
519         * readelf.c (debug_apply_rela_addends): Do nothing for SH.
521 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
523         * doc/binutils.texi: Include VERSION_PACKAGE when reporting
524         version.
526 2007-03-16  Kai Tietz  <Kai.Tietz@onevision.com>
528         * dlltool.c (make_one_lib_file): Use pc-relative relocation
529         instead of an absolute relocation for x86_64-pc-mingw32 target.
531 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
533         * Makefile.am (REPORT_BUGS_TO): Removed.
534         (INCLUDES): Remove -DREPORT_BUGS_TO.
535         * Makefile.in: Regenerated.
537         * bucomm.c: Don't include bfdver.h.
538         * objdump.c: Likewise.
539         * version.c: Likewise.
541         * bucomm.h: Include bfdver.h.
543         * configure.in (--with-bugurl): Removed.
544         * configure: Regenerated.
546         * doc/Makefile.am (binutils_TEXINFOS): Removed.
547         (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
548         (TEXI2DVI): Likewise.
549         (config.texi): Removed.
550         (MOSTLYCLEANFILES): Remove config.texi.
551         * doc/Makefile.in: Regenerated.
553         * doc/binutils.texi: Include bfdver.texi instead of
554         config.texi.
556 2007-03-13  Nick Clifton  <nickc@redhat.com>
558         * readelf.c (dump_section): Also test for SHT_REL sections when
559         producing the warning about unapplied relocs.
561 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
563         * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
564         bug-reporting URL.
565         * doc/Makefile.am (config.texi): Define BUGURL.
566         * doc/binutils.texi: Use BUGURL.  Remove text about large files
567         and uuencoding.
568         * Makefile.in, configure, doc/Makefile.in: Regenerate.
570 2007-03-01  Phil Edwards  <phil@codesourcery.com>
571             Richard Sandiford  <richard@codesourcery.com>
573         * NEWS: Mention addition of --extract-symbol.
574         * doc/binutils.texi: Document it.
575         * objcopy.c (extract_symbol): New variable.
576         (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
577         (copy_options): Add an entry for --extract-symbol.
578         (copy_usage): Mention --extract-symbol.
579         (copy_object): Set the start address to zero for --extract-symbol.
580         Do not copy private BFD data in that case.
581         (setup_section): Set the size, LMA and VMA to zero for
582         --extract-symbol.  Do not copy private BFD data in that case.
583         (copy_section): Do not copy section contents if --extract-symbol
584         is passed.
585         (copy_main): Set extract_symbol to TRUE if --extract-symbol
586         is passed.
588 2007-03-01  Paul Brook  <paul@codesourcery.com>
590         * MAINTAINERS: Update my entry.
592 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
594         * version.c: Update copyright date.
596 2007-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
598         * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
599         Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
600         * Makefile.in, doc/Makefile.in: Regenerate.
602 2007-03-01  Alan Modra  <amodra@bigpond.net.au>
604         * embedspu.sh: Set type and size of global program handle symbol.
606 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
608         * Makefile.am (PROGS): Delete.
609         (RENAMED_PROGS): Define.  Extracted from..
610         (noinst_PROGRAMS): ..here.  Add BUILD_MISC.
611         (install-exec-local): Adjust.
612         * Makefile.in: Regenerate.
614 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
616         * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
617         (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
618         (EXTRA_PROGRAMS): Remove bin2c.
619         (bin2c$(EXEEXT_FOR_BUILD)): New rule.
620         (bin2c_SOURCES): Delete.
621         (DISTCLEANFILES): Remove sysinfo.
622         (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
623         bin2c$(EXEEXT_FOR_BUILD).
624         * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
625         Move embedspu to..
626         (BUILD_INSTALL_MISC): ..here.
627         * Makefile.in: Regenerate.
628         * configure: Regenerate.
630 2007-02-27  Alan Modra  <amodra@bigpond.net.au>
632         * bin2c.c: New file.
633         * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
634         (CFILES): Add bin2c.c.
635         (bin2c_SOURCES): Define.
636         (bin2c.o): Dependencies from "make dep-am".
637         * configure.in (BUILD_MISC): Add bin2c.
638         * version.c: Update year.
639         * po/POTFILES.in: Regenerate.
640         * Makefile.in: Regenerate.
641         * configure: Regenerate.
643 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
644             Nathan Sidwell  <nathan@codesourcery.com>
645             Vladimir Prus  <vladimir@codesourcery.com
646             Joseph Myers  <joseph@codesourcery.com>
648         * configure.in (--with-bugurl): New option.
649         * configure: Regenerate.
650         * Makefile.am (REPORT_BUGS_TO): Define.
651         (INCLUDES): Define REPORT_BUGS_TO.
652         Regenerate dependencies.
653         * Makefile.in: Regenerate.
654         * doc/Makefile.in: Regenerate.
655         * bucomm.h: Remove include of bin-bugs.h.
656         * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
657         * ar.c (usage): Pass s to list_supported_targets.  Don't print
658         empty REPORT_BUGS_TO.
659         * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
660         * cxxfilt.c (usage): Print bug url when giving help.
661         * dlltool.c (usage): Likewise.
662         * dllwrap.c (usage): Likewise.
663         * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
664         * nm.c (usage): Likewise.
665         * objcopy.c (copy_usage, strip_usage): Likewise.
666         * objdump.c (usage): Likewise.
667         * readelf.c ((usage): Likewise. Add STREAM argument.  Adjust
668         callers.
669         * size.c (usage): Don't print empty REPORT_BUGS_TO.
670         * srconv.c (show_usage): Likewise.
671         * strings.c (usage): Likewise.
672         * sysdymp.c (show_usage): Likewise.
673         * windres.c (usage): Likewise.
675 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
677         * embedspu.sh: Add -W to readelf invocation.
679 2007-02-06  Dave Brolley  <brolley@redhat.com>
681         * MAINTAINERS: Add myself as the maintainer of the MeP port.
683 2007-02-06  Nick Clifton  <nickc@redhat.com>
685         PR gas/3800
686         * readelf.c: Include elf/h8.h twice.  The first time in order to
687         get the reloc numbers, the second time in order to get the reloc
688         decoder function.
689         (dump_section): Tell the user if the section being displayed has
690         unprocessed relocs associated with it.
691         (get_reloc_size): New function - returns the size of a reloc.
692         (debug_apply_rela_addends): Use get_reloc_size().
693         * dwarf.c (read_and_display_attr_value): Extend number of
694         languages known for the DW_AT_language attribute.
695         (process_debug_info): Display the attribute offset before decoding
696         the attribute, in case there are problems.
698 2007-02-05  Dave Brolley  <brolley@redhat.com>
700         * readelf.c (dump_relocations): Don't check for
701         (rtype == NULL && type == R_RELC).
703 2007-02-05  Dave Brolley  <brolley@redhat.com>
705         * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
706         * Makefile.in: Regenerated.
707         * Contribute the following changes:
708         2003-10-29  Dave Brolley  <brolley@redhat.com>
710         * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
711         * configure: Regenerated.
713         2001-04-03  Ben Elliston  <bje@redhat.com>
715         * readelf.c: Include "elf/mep.h".
716         (guess_is_rela): Handle EM_CYGNUS_MEP.
717         (get_machine_name): Ditto.
718         (dump_relocations): Ditto.
720 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
722         * MAINTAINERS: Add a space between H.J. and Lu.
724 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
726         * doc/binutils.texi (objdump): Document the new addr64 option
727         for i386 disassembler.
729 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
731         PR binutils/3945
732         * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
733         target.
734         (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
735         * configure: Regenerated.
737         * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
739 2007-02-02  Nick Clifton  <nickc@redhat.com>
741         * doc/binutils.texi (objdump): Document support for disassembling
742         the 440 PowerPC architecture.
744 2007-01-31  Nathan Sidwell  <nathan@codesourcery.com>
746         * dwarf.c (process_debug_info): Protect against bogus length and
747         abbrev offsets.
749 2007-01-25  Kazu Hirata  <kazu@codesourcery.com>
751         * ar.c (print_contents, extract_file): Cast the return value
752         of fwrite to size_t.
754 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
756         * ar.c (open_inarch): Check fwrite return.  Use size_t.
757         (extract_file): Likewise.  Remove test for "negative" file size.
758         * readelf.c (process_program_headers): Check fscanf return.
760 2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
762         * bucomm.c (template_in_dir): Fix typo.
764 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
766         * embedspu.sh: New file.
767         * Makefile.am (embedspu): Add rule.
768         * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
769         * Makefile.in: Regenerate.
770         * configure: Regenerate.
772 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
774         * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
775         * bucomm.c (template_in_dir): New function, split out from..
776         (make_tempname): ..here.  Open the file with O_EXCL if !HAVE_MKSTEMP.
777         (make_tempdir): Use template_in_dir.  Handle directory creation
778         when !HAVE_MKDTEMP.
779         * objcopy.c (MKDIR): Don't define.
780         (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too.  Fix
781         error message.
783 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
785         * readelf.c (get_machine_flags): Treat Fido as an architecture
786         by itself.
788 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
790         * configure.in: Renamed target x86_64-*-mingw64 to
791         x86_64-*-mingw*.
792         * configure: Regenerated.
794 2007-01-05  Alan Modra  <amodra@bigpond.net.au>
796         * readelf.c (dump_section): Don't print 32-bit values, which
797         were done incorrectly for little-endian.  Instead print bytes.
799 For older changes see ChangeLog-2006
801 Local Variables:
802 mode: change-log
803 left-margin: 8
804 fill-column: 74
805 version-control: never
806 End: