Add constructor test.
[binutils.git] / binutils / ChangeLog
blobde6b750264848a848187eafbd5146de1b9754ad3
1 2007-09-17  Shen Feng  <shen@cn.fujitsu.com>
3         * readelf.c (do_archive_index): New.
4         (options): Add -c and --archive-index option.
5         (usage): Add -c option.
6         (parse_args): Add c option parsing.
7         (process_archive): Dump archive index.
8         * NEWS: Mention the new feature.
9         * doc/binutils.texi: Document the new feature.
11 2007-09-17  Nick Clifton  <nickc@redhat.com>
13         * po/es.po: Updated Spanish translation.
15 2007-09-17  Nick Clifton  <nickc@redhat.com>
17         * doc/binutils.texi (objdump): Describe the output of the --syms
18         option in more detail. 
20 2007-09-17  Alon Bar-Lev  <alon.barlev@gmail.com>
22         PR binutils/4987
23         * resrc.c: (read_rc_file): Move 'filename' default initialization 
24         to start of function.
26 2007-08-31  Michael Meissner  <michael.meissner@amd.com>
27             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
29         * NEWS: Add note about SSE5 being added on i386.
31 2007-09-13  Alan Modra  <amodra@bigpond.net.au>
32             Zhou Drangon <drangon.mail@gmail.com>
34         * nm.c (value_format_64bit, set_print_radix, print_value): Handle
35         BFD_HOST_64BIT_LONG_LONG.
36         * readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG.
37         (print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
38         (dump_relocations): Likewise.  Expand _bfd_int64_low in a
39         number of places.
41 2007-09-11  Kai Tietz  <kai.tietz@onevision.com>
43         * rcparse.y: (string_data): Removed ill token removal.
45 2007-09-10  Alan Modra  <amodra@bigpond.net.au>
47         PR 5011
48         * readelf.c (process_version_sections): Don't read past end of
49         various section buffers.
51 2007-08-31  H.J. Lu  <hongjiu.lu@intel.com>
53         * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
54         * Makefile.in: Regenerated.
56         * sysdep.h: Include "config.h" first.
58 2007-08-31  Nick Clifton  <nickc@redhat.com>
60         * po/sk.po: New Slovakian translation.
61         * configure.in (LINGUAS): Add sk.
62         * configure: Regenerate.
64 2007-08-30  Nick Clifton  <nickc@redhat.com>
66         * readelf.c (dump_type): New type used to classify the kinds of
67         dump requested by the user.
68         (dump_sects, cmdline_dump_sects): Use the new type.
69         (options): Add --string-dump option.
70         (request_dump): Rename to request_dump_bynumber.  Use dump_type.
71         (request_dump_byname): Use dump_type.
72         (parse_args): Parse --string-dump option.
73         (process_section_headers): Fix calls to request_dump.
74         (initialise_dumps_byname): Likewise.
75         (dump_section): Rename to dump_section_as_bytes.
76         (dump_section_as_strings): New function.  Display the contents of
77         a section as printable strings.
78         (process_section_contents): String dump the section if requested.
79         (process_object): Use dump_type.
80         (main): Likewise.
81         * Makefile.am: Add dependency for readelf.c on safe-ctype.h.
82         * Makefile.in: Regenerate.
83         * NEWS: Mention the new feature.
84         * doc/binutils.texi: Document the new feature.
86 2007-08-30  Nathan Sidwell  <nathan@codesourcery.com>
88         * bucomm.c (bfd_nonfatal_message): New.
89         * bucomm.h (bfd_nonfatal_message): Declare.
90         * objcopy.c (RETURN_NONFATAL): Take BFD not NAME, use
91         bfd_nonfatal_message.
92         (copy_unknown_object): Adjust bfd_nonfatal and RETURN_NONFATAL
93         calls, or replace with bfd_nonfatal_message calls as appropriate.
94         (copy_object, copy_archive, copy_file, setup_section,
95         copy_section, write_debugging_info): Likewise.
97 2007-08-28  Nick Clifton  <nickc@redhat.com>
99         * NEWS: Mention Coverity's contribution.
101 2007-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
103         * readelf.c (process_note): Recognize SPU core file notes.
105 2007-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
107         * configure.in: Install embedspu on powerpc*-*-eabi* also.
108         * configure: Regenerated.
110 2007-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
112         * po/uk.po: Updated Ukrainian translation.
114 2007-08-22  Ben Elliston  <bje@au.ibm.com>
116         * doc/binutils.texi (objdump): Document -Mppcps.
118 2007-08-17  Alan Modra  <amodra@bigpond.net.au>
120         * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
122 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
124         * readelf.c: Revert last change.
126 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
128         * readelf.c (get_segment_type): Change PT_GNU_STACK to
129         PT_GNU_ATTR.
131 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
133         * NEWS: Add a marker for the 2.18 features.
135 2007-08-12  Matthias Klose  <doko@ubuntu.com>
137         * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
138         $(top_srcdir)/../../bfd/doc.
139         * doc/Makefile.in: Regenerate.
141 2007-08-10  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
143         * MAINTAINERS: Add myself as CR16 support maintainer and
144         update myself as CRX support maintainer.
146 2007-08-10  Nick Clifton  <nickc@redhat.com>
148         * po/fi.po: Updated Finnish translation.
149         * po/vi.po: Updated Vietnamese translation.
151 2007-08-10  Kai Tietz  <kai.tietz@onevision.com>
153         * doc/binutils.texi: (windmc): Correct incorrect desciption.
155 2007-08-04  Alan Modra  <amodra@bigpond.net.au>
157         PR 4888
158         * objcopy.c (setup_section): Do modify section flags for ELF
159         STRIP_NONDEBUG (reverting part of 2007-05-30 change).  Prevent
160         header rewrite by twiddling input section flags instead.
161         Simplify code setting SHT_NOBITS.
163 2007-07-28  Christopher Faylor  <me+binutils@cgf.cx>
165         * MAINTAINERS: Update my email address.
167 2007-07-26  Adam Nemet  <anemet@caviumnetworks.com>
169         * readelf.c (process_archive): Also skip Irix6-style archive symbol
170         tables.
172 2007-07-24  Nick Clifton  <nickc@redhat.com>
174         * readelf.c (NUM_ELEM): Remove redundant macro; replace references
175         to it with references to ARRAY_SIZE.
176         Add support for CR16.
177         Fix formatting.
179 2007-07-19  Nick Clifton  <nickc@redhat.com>
181         PR binutils/4802
182         * srconv.c (strip_suffix): Add const qualifier to argument.
184 2007-07-16  Nick Clifton  <nickc@redhat.com>
186         * po/uk.po: New Ukrainian translation.
187         * configure.in (ALL_LINGUAS): Add 'uk'.
188         * configure: Regenerate.
190 2007-07-10  Alan Modra  <amodra@bigpond.net.au>
192         * objdump.c (dump_dwarf): Correct setting of is_relocatable.
194 2007-07-09  Roland McGrath  <roland@redhat.com>
196         * readelf.c (get_gnu_elf_note_type): New function.
197         (process_note): Use it for "GNU" name.
199 2007-07-08  Andreas Schwab  <schwab@suse.de>
201         * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h.
202         (CFILES): Add unwind-ia64.c.
203         Regenerate dependencies.
204         * Makefile.in: Regenerate.
206 2007-07-05  Nick Clifton  <nickc@redhat.com>
208         * addr2line.c: Update copyright notice to refer to GPLv3.
209         * ar.c, arlex.l, arparse.y, arsup.c, arsup.h, bin2c.c, binemul.c,
210         binemul.h, bucomm.c, bucomm.h, budbg.h, coffdump.c, coffgrok.c,
211         coffgrok.h, cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y,
212         dlltool.c, dlltool.h, dllwrap.c, dwarf.c, dwarf.h, embedspu.sh,
213         emul_aix.c, emul_vanilla.c, filemode.c, ieee.c, mclex.c,
214         mcparse.y, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
215         objdump.c, prdbg.c, rclex.c, rcparse.y, rdcoff.c, rddbg.c,
216         readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
217         size.c, srconv.c, stabs.c, strings.c, sysdep.h, sysdump.c,
218         sysinfo.y, syslex.l, unwind-ia64.c, unwind-ia64.h, version.c,
219         windint.h, windmc.c, windmc.h, windres.c, windres.h, winduni.c,
220         winduni.h, wrstabs.c: Likewise.
221         * is-ranlib.c, is-strip.c, maybe-ranlib.c, maybe-strip.c,
222         not-ranlib.c, not-strip.c, ranlib.sh, sanity.sh: Add a copyright
223         notice.
224         * NEWS: Mention that the sources are now released under GPLv3.
225         Add a marker for the changes that went into v2.17.
226         * version.c (print_version): Specify that the program is released
227         under version 3 of the GPL.
229 2007-07-05  Kai Tietz  <kai.tietz@onevision.com>
231         * resrc.c: (read_rc_file): Add include path of user passed rc
232         input file.
233         * windres.c: (windres_add_include_dir): New.
234         (main): Use of windres_add_include_dir.
235         * windres.h: (windres_add_include_dir): Add prototype.
237 2007-07-05  Alan Modra  <amodra@bigpond.net.au>
239         * doc/binutils.texi (size): Document --common.
240         * size.c: Make a number of vars static.  Delete unnecessary
241         function declarations.
242         (show_common, common_size): New vars.
243         (usage): Describe --common.
244         (OPTION_FORMAT, OPTION_RADIX, OPTION_TARGET): Define and use.
245         (long_options): Add common.
246         (calculate_common_size): New function.
247         (print_berkeley_format): Add common_size to bsssize.
248         (sysv_one_line): New function split out from..
249         (sysv_internal_printer): ..here.
250         (print_sysv_format): Handle display of *COM*.
251         (print_sizes): Call calculate_common_size.
253 2007-07-05  Alan Modra  <amodra@bigpond.net.au>
255         * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
257 2007-07-02  Alan Modra  <amodra@bigpond.net.au>
259         PR 4716
260         * objcopy.c (filter_symbols): Correct relocatable file test.
262 2007-07-02  Alan Modra  <amodra@bigpond.net.au>
264         * Makefile.am: Run "make dep-am".
265         * Makefile.in: Regenerate.
266         * aclocal.m4: Regenerate.
267         * config.in: Regenerate.
268         * doc/Makefile.in: Regenerate.
269         * po/POTFILES.in: Regenerate.
270         * po/binutils.pot: Regenerate.
272 2007-06-30  H.J. Lu  <hongjiu.lu@intel.com>
274         * aclocal.m4: Regenerated.
275         * doc/Makefile.in: Likewise.
276         * Makefile.in: Likewise.
278 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
280         * readelf.c (display_power_gnu_attribute, process_power_specific):
281         New.
282         (process_arch_specific): Call process_power_specific.
284 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
286         * readelf.c (display_mips_gnu_attribute): New.
287         (process_mips_specific): Call process_attributes.
289 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
291         * readelf.c (display_gnu_attribute): New.
292         (process_arm_specific): Rearrange as process_attributes.
293         (process_arm_specific): Replace by wrapper of process_attributes.
295 2007-06-28  Roland McGrath  <roland@frob.com>
297         * objcopy.c (setup_section): Don't reset ELF section type to
298         SHT_NOBITS when it is SHT_NOTE.
299         * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug.
301 2007-06-27  Alan Modra  <amodra@bigpond.net.au>
303         * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
304         * arsup.c: Likewise.
305         * binemul.c: Likewise.
306         * objcopy.c: Likewise.
307         * dlltool.c: Likewise.
309 2007-06-26  Shantonu Sen  <ssen@apple.com>
311         PR binutils/4693
312         * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
313         dependency on $(LIBICONV) to ...
314         (windres_LDADD, windmc_LDADD) ... here.
315         * Makefile.in: Regenerate.
317 2007-06-21  Alan Modra  <amodra@bigpond.net.au>
319         * embedspu.sh (relas): Correct sh_info parsing.
321 2007-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
323         * objdump.c: Include sys/stat.h.
325 2007-06-19  Kai Tietz  <kai.tietz@onevision.com>
327         * Makefile.am: Add windmc tool.
328         * Makefile.in: Regenerate.
329         * configure.in: Add windmc tool.
330         * configure: Regenerate.
331         * mclex.c: New.
332         * mcparse.y: New.
333         * windmc.c: New.
334         * windmc.h: New.
335         * doc/Makefile.am: Add windmc tool.
336         * doc/Makefile.in: Regenerate.
337         * doc/binutils.texi: Add windmc documentation.
338         * NEWS: Mention new tool.
340 2007-06-18  Andi Kleen  <ak@suse.de>
342         * objdump.c: Include sys/mman.h
343         (print_file_list): Remove f, add map, mapsize, linemap, maxline,
344         last_line, first fields.
345         (slurp_file): Add.
346         (index_file): Add.
347         (print_file_open): Call slurp_file and index_file. Initialize new
348         fields.
349         (skip_to_line): Rename to print_line and write only single line.
350         (dump_line): Add.
351         (show_line): Change to new algorithm.
353 2007-06-18  Thomas Weidenmueller  <w3seek@reactos.org>
355         * resres.c (probe_binary): Fix test for badly formatted headers.
357 2007-06-18  Kai Tietz  <Kai.Tietz@onevision.com>
359         * rclex.c: (cpp_line): Add code_page pragma support.
360         * windres.c: (usage, long_options, main): Add new option
361         --codepage or -c.
362         * winduni.c: (wind_default_codepage, wind_current_codepage): New.
363         (unicode_from_ascii, ascii_from_unicode): Use
364         wind_current_codepage as codepage parameter.
365         (unicode_print): Print 4 characters for hexadecimal values in
366         unicode strings.
367         * winduni.h:  (wind_default_codepage, wind_current_codepage):
368         Export.
369         * doc/binutils.texi: Document new option.
370         * NEWS: Mention new features of windres.
372 2007-06-18  Brian D. Watt  <bwatt@us.ibm.com>
374         * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
376 2007-06-14  H.J. Lu  <hongjiu.lu@intel.com>
378         * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
380         * acinclude.m4: Removed.
382         * Makefile.in: Regenerated.
383         * aclocal.m4: Likewise.
384         * configure: Likewise.
386 2007-06-11  Nathan Sidwell  <nathan@codesourcery.com>
388         * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
390 2007-06-06  Kai Tietz  <Kai.Tietz@onevision.com>
392         PR binutils/4356 binutils/591
393         * resrc.c (filename_need_quotes): New function.
394         (look_for_default): If filename_need_quotes is true then quote the
395         filename in the command line being created.
396         (read_rc_file): Likewise.
398 2007-06-06  Ben Elliston  <bje@au.ibm.com>
400         * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
402 2007-06-05  Kai Tietz  <Kai.Tietz@onevision.com>
404         * Makefile.am: Add LIBICONV to windres.
405         * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
406         * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
407         * config.in: Add ICONV defines.
408         * aclocal.m4: Regenerate.
409         * confugure: Regenerate.
410         * winduni.c: (local_iconv_map codepages, wind_language_t,
411         languages, unicode_is_valid_codepage, wind_find_language_by_id,
412         wind_find_language_by_codepage, wind_find_codepage_info,
413         unicode_from_codepage, codepage_from_unicode, iconv_onechar,
414         wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
415         New.
416         (ascii_from_unicode): Use codepage_from_unicode.
417         (ascii_from_unicode): Use unicode_from_codepage.
418         Use for cygwin windows API for unicode transformation.
419         * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
420         macros.
421         (wind_language_t, local_iconv_map): New types.
422         (wind_find_language_by_id, wind_find_language_by_codepage,
423         unicode_is_valid_codepage, wind_find_codepage_info,
424         unicode_from_codepage, codepage_from_unicode): New
425         prototypes.
427 2007-06-05  Alan Modra  <amodra@bigpond.net.au>
429         * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
431 2007-05-30  Alan Modra  <amodra@bigpond.net.au>
433         * objcopy.c (copy_object): Revert 2007-05-11 change.  Don't
434         avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
435         (setup_section): Don't modify flags, and don't avoid calling
436         bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
437         * readelf.c (process_program_headers): Ignore .dynamic of type
438         SHT_NOBITS.
440 2007-05-29  Alan Modra  <amodra@bigpond.net.au>
442         * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
443         pic or pie and image needs relocs.
445 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
447         * Makefile.in: Regenerate.
448         * configure: Regenerate.
449         * aclocal.m4: Regenerate.
450         * doc/Makefile.in: Regenerate.
452 2007-05-24  Kai Tietz  <Kai.Tietz@onevision.com>
454         * rcparse.y: Join strings for elements having no side-effects in
455         "rc"-grammar.
457 2007-05-23  Kai Tietz  <Kai.Tietz@onevision.com>
459         * rclex.c: New file replacing rclex.l.
460         * rclex.l: Removed.
461         * windint.h: New file holding common structure and type
462         definitions.
463         * Makefile.am: Added new header windint.h and exchanged rclex.l by
464         rclex.c.
465         * Makefile.in: Regenerate.
466         * rcparse.y: Renamed some structures.
467         Use in internal representation always bfd_vma instead of long or
468         int.
469         Removed from %union unused stringtable.
470         Added to %union suni structure for unicode strings.
471         Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
472         DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
473         TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
474         Added support for these new rc file tokens.
475         * resbin.c: Rewrote using bfd and binary structures, and support
476         new resource types.
477         * rescoff.c: Likewise.
478         * resres.c: Likewise.
479         * resrc.c: Likewise. Dumps as RC are now recompilable.
480         * windres.c: As above. Using bfd for res and provide target
481         specific endianess support.
482         * windres.h: Use windint.h as include. Additionally removed K&R
483         syntax.
484         * winduni.c: New printing and unichar support routines.
485         * winduni.h: Prototypes for new unichar helpers.
486         * windint.h: New file.
488 2007-05-22  Paul Brook  <paul@codesourcery.com>
490         * objdump.c (find_symbol_for_address): Merge section and target
491         specific filtering code.
493 2007-05-22  Nick Clifton  <nickc@redhat.com>
495         * doc/binutils.texi: Use @copying around the copyright notice.
497 2007-05-21  Richard Sandiford  <richard@codesourcery.com>
499         * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
500         for executables and shared libraries.
502 2007-05-18  Nathan Sidwell  <nathan@codesourcery.com>
504         * objcopy.c (strip_main): Detect identical input and output file
505         names.
506         (copy_main): Refactor tempname detection and use.
508 2007-05-17  Nick Clifton  <nickc@redhat.com>
510         * objdump.c (load_debug_section): Select bias for DWARF debug
511         addresses based on the flavour of the bfd.
513 2007-05-11  Alan Modra  <amodra@bigpond.net.au>
515         PR 4479
516         * objcopy.c (copy_object): Don't copy ELF program headers for
517         --only-keep-debug.
519 2007-05-11  Alan Modra  <amodra@bigpond.net.au>
521         * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
522         over one found on the users path.
523         (main): Generate .reloc for each R_SPU_PPU* reloc.
525 2007-04-28  Alan Modra  <amodra@bigpond.net.au>
527         * prdbg.c (tg_variable): Adjust for changed demangler.
528         (tg_start_function): Likewise.
530 2007-04-27  Alan Modra  <amodra@bigpond.net.au>
532         * bucumm.h: Split off host dependencies to..
533         * sysdep.h: ..here.
534         Many files: Include sysdep.h.  Remove duplicate headers and reorder.
535         * Makefile.am: Run "make dep-am".
536         * Makefile.in: Regenerate.
538 2007-04-24  Nick Clifton  <nickc@redhat.com>
540         * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
542 2007-04-24  Nathan Froyd  <froydnj@codesourcery.com>
543             Phil Edwards  <phil@codesourcery.com>
545         * objcopy.c (filter_symbols): Explicitly stripping a symbol
546         used in relocations is an error.
547         Retype 'keep' to bfd_boolean.
549 2007-04-24  Alan Modra  <amodra@bigpond.net.au>
551         * Makefile.in: Regenerate.
552         * doc/Makefile.in: Regenerate.
554 2007-04-20  Nathan Froyd  <froydnj@codesourcery.com>
555             Phil Edwards  <phil@codesourcery.com>
556             Thomas de Lellis <tdel@windriver.com>
558         * objcopy.c (reverse_bytes):  New variable.
559         (command_line_switch, copy_main):  Add OPTION_REVERSE_ENDIAN.
560         (copy_options, copy_usage):  Add "reverse-bytes" entry.
561         (copy_section):  Reverse bytes within output sections.
562         * doc/binutils.texi:  Document new objcopy option.
564 2007-04-20  Nick Clifton  <nickc@redhat.com>
566         * rclex.l: Allow underscores at the start of identifiers.
568 2007-04-19  Alan Modra  <amodra@bigpond.net.au>
570         * budemang.c: Delete.
571         * budemang.h: Delete.
572         * addr2line.c (translate_addresses): Call bfd_demangle rather than
573         demangle.
574         * nm.c (print_symname): Likewise.
575         * objdump.c (objdump_print_symname, dump_symbols): Likewise.
576         (dump_bfd): Likewise.
577         * prdbg.c (struct pr_handle <demangler>): Add int param.
578         (tg_variable, tg_start_function): Adjust demangler calls.
579         * Makefile.am: Remove mention of budemang.[ch].  Run "make dep-am".
580         * Makefile.in: Regenerate.
581         * po/POTFILES.in: Regenerate.
583 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
585         * Makefile.am: Add ACLOCAL_AMFLAGS.
586         * configure.in: Change macro call order.
587         * Makefile.in: Regenerate.
588         * configure: Regenerate.
590 2007-04-13  Nathan Sidwell  <nathan@codesourcery.com>
592         * Makefile.am (TOOL_PROGS): Add objcopy.
593         * Makefile.in: Rebuilt.
595 2007-04-12  H.J. Lu  <hongjiu.lu@intel.com>
597         PR binutils/4348
598         * objcopy.c (copy_object): Don't stop when there are no
599         sections to be copied.
601 2007-04-10  Vladimir Prus  <vladimir@codesourcery.com>
603         * NEWS: Mention disjoint histograms support in
604         gprof.
606 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
608         * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
609         DW_TAG_inlined_subroutine.
611 2007-04-06  Matt Thomas  <matt@netbsd.org>
613         * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
615 2007-04-05  Alan Modra  <amodra@bigpond.net.au>
617         PR binutils/4292
618         * nm.c (print_value): Cast bfd_vma to unsigned long to suit
619         value_format_32bit.
621 2007-04-02  Nick Clifton  <nickc@redhat.com>
623         PR binutils/4292
624         * nm.c (value_format): Replace with value_format_32bit and
625         value_format_64bit.
626         (set_radix): Update setting of value_format.
627         (set_print_width): New function.  Compute the address size of a
628         given bfd and set the print_width global appropriately.
629         (display_archive): Use set_print_width.
630         (display_file): Likewise,
631         (print_object_filename_sysv): Update use of print_width.
632         (print_archive_member_sysv): Likewise.
633         (print_symbol_filename_posix): Likewise.
634         (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
636 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
637             Phil Edwards  <phil@codesourcery.com>
639         * doc/binutils.texi: Put the contents after the title page rather
640         than at the end of the document.
642 2007-03-28  Nick Clifton  <nickc@redhat.com>
644         * readelf.c (slurp_rela_relocs): Add newline to end of error
645         messages.
646         (slurp_rel_relocs, request_dump, request_dump_byname,
647         process_program_headers, process_dynamic_section,
648         process_symbol_table, process_mips_specific, main): Likewise.
650 2007-03-28  Alan Modra  <amodra@bigpond.net.au>
652         * MAINTAINERS: Update mailing list addresses.  Add myself
653         as PPC maintainer.
655 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
657         * embedspu.sh: Correct toe_addr quoting.
659 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
661         * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns.  Tighten
662         .toe section and .toe address checks.  Use .reloc for _EAR*
663         symbols defined in non-BSS sections.  Build table for _SPUEAR_
664         symbols.
666 2007-03-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
668         PR gas/3811
669         * readelf.c (debug_apply_rela_addends): Do nothing for SH.
671 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
673         * doc/binutils.texi: Include VERSION_PACKAGE when reporting
674         version.
676 2007-03-16  Kai Tietz  <Kai.Tietz@onevision.com>
678         * dlltool.c (make_one_lib_file): Use pc-relative relocation
679         instead of an absolute relocation for x86_64-pc-mingw32 target.
681 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
683         * Makefile.am (REPORT_BUGS_TO): Removed.
684         (INCLUDES): Remove -DREPORT_BUGS_TO.
685         * Makefile.in: Regenerated.
687         * bucomm.c: Don't include bfdver.h.
688         * objdump.c: Likewise.
689         * version.c: Likewise.
691         * bucomm.h: Include bfdver.h.
693         * configure.in (--with-bugurl): Removed.
694         * configure: Regenerated.
696         * doc/Makefile.am (binutils_TEXINFOS): Removed.
697         (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
698         (TEXI2DVI): Likewise.
699         (config.texi): Removed.
700         (MOSTLYCLEANFILES): Remove config.texi.
701         * doc/Makefile.in: Regenerated.
703         * doc/binutils.texi: Include bfdver.texi instead of
704         config.texi.
706 2007-03-13  Nick Clifton  <nickc@redhat.com>
708         * readelf.c (dump_section): Also test for SHT_REL sections when
709         producing the warning about unapplied relocs.
711 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
713         * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
714         bug-reporting URL.
715         * doc/Makefile.am (config.texi): Define BUGURL.
716         * doc/binutils.texi: Use BUGURL.  Remove text about large files
717         and uuencoding.
718         * Makefile.in, configure, doc/Makefile.in: Regenerate.
720 2007-03-01  Phil Edwards  <phil@codesourcery.com>
721             Richard Sandiford  <richard@codesourcery.com>
723         * NEWS: Mention addition of --extract-symbol.
724         * doc/binutils.texi: Document it.
725         * objcopy.c (extract_symbol): New variable.
726         (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
727         (copy_options): Add an entry for --extract-symbol.
728         (copy_usage): Mention --extract-symbol.
729         (copy_object): Set the start address to zero for --extract-symbol.
730         Do not copy private BFD data in that case.
731         (setup_section): Set the size, LMA and VMA to zero for
732         --extract-symbol.  Do not copy private BFD data in that case.
733         (copy_section): Do not copy section contents if --extract-symbol
734         is passed.
735         (copy_main): Set extract_symbol to TRUE if --extract-symbol
736         is passed.
738 2007-03-01  Paul Brook  <paul@codesourcery.com>
740         * MAINTAINERS: Update my entry.
742 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
744         * version.c: Update copyright date.
746 2007-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
748         * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
749         Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
750         * Makefile.in, doc/Makefile.in: Regenerate.
752 2007-03-01  Alan Modra  <amodra@bigpond.net.au>
754         * embedspu.sh: Set type and size of global program handle symbol.
756 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
758         * Makefile.am (PROGS): Delete.
759         (RENAMED_PROGS): Define.  Extracted from..
760         (noinst_PROGRAMS): ..here.  Add BUILD_MISC.
761         (install-exec-local): Adjust.
762         * Makefile.in: Regenerate.
764 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
766         * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
767         (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
768         (EXTRA_PROGRAMS): Remove bin2c.
769         (bin2c$(EXEEXT_FOR_BUILD)): New rule.
770         (bin2c_SOURCES): Delete.
771         (DISTCLEANFILES): Remove sysinfo.
772         (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
773         bin2c$(EXEEXT_FOR_BUILD).
774         * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
775         Move embedspu to..
776         (BUILD_INSTALL_MISC): ..here.
777         * Makefile.in: Regenerate.
778         * configure: Regenerate.
780 2007-02-27  Alan Modra  <amodra@bigpond.net.au>
782         * bin2c.c: New file.
783         * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
784         (CFILES): Add bin2c.c.
785         (bin2c_SOURCES): Define.
786         (bin2c.o): Dependencies from "make dep-am".
787         * configure.in (BUILD_MISC): Add bin2c.
788         * version.c: Update year.
789         * po/POTFILES.in: Regenerate.
790         * Makefile.in: Regenerate.
791         * configure: Regenerate.
793 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
794             Nathan Sidwell  <nathan@codesourcery.com>
795             Vladimir Prus  <vladimir@codesourcery.com
796             Joseph Myers  <joseph@codesourcery.com>
798         * configure.in (--with-bugurl): New option.
799         * configure: Regenerate.
800         * Makefile.am (REPORT_BUGS_TO): Define.
801         (INCLUDES): Define REPORT_BUGS_TO.
802         Regenerate dependencies.
803         * Makefile.in: Regenerate.
804         * doc/Makefile.in: Regenerate.
805         * bucomm.h: Remove include of bin-bugs.h.
806         * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
807         * ar.c (usage): Pass s to list_supported_targets.  Don't print
808         empty REPORT_BUGS_TO.
809         * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
810         * cxxfilt.c (usage): Print bug url when giving help.
811         * dlltool.c (usage): Likewise.
812         * dllwrap.c (usage): Likewise.
813         * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
814         * nm.c (usage): Likewise.
815         * objcopy.c (copy_usage, strip_usage): Likewise.
816         * objdump.c (usage): Likewise.
817         * readelf.c ((usage): Likewise. Add STREAM argument.  Adjust
818         callers.
819         * size.c (usage): Don't print empty REPORT_BUGS_TO.
820         * srconv.c (show_usage): Likewise.
821         * strings.c (usage): Likewise.
822         * sysdymp.c (show_usage): Likewise.
823         * windres.c (usage): Likewise.
825 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
827         * embedspu.sh: Add -W to readelf invocation.
829 2007-02-06  Dave Brolley  <brolley@redhat.com>
831         * MAINTAINERS: Add myself as the maintainer of the MeP port.
833 2007-02-06  Nick Clifton  <nickc@redhat.com>
835         PR gas/3800
836         * readelf.c: Include elf/h8.h twice.  The first time in order to
837         get the reloc numbers, the second time in order to get the reloc
838         decoder function.
839         (dump_section): Tell the user if the section being displayed has
840         unprocessed relocs associated with it.
841         (get_reloc_size): New function - returns the size of a reloc.
842         (debug_apply_rela_addends): Use get_reloc_size().
843         * dwarf.c (read_and_display_attr_value): Extend number of
844         languages known for the DW_AT_language attribute.
845         (process_debug_info): Display the attribute offset before decoding
846         the attribute, in case there are problems.
848 2007-02-05  Dave Brolley  <brolley@redhat.com>
850         * readelf.c (dump_relocations): Don't check for
851         (rtype == NULL && type == R_RELC).
853 2007-02-05  Dave Brolley  <brolley@redhat.com>
855         * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
856         * Makefile.in: Regenerated.
857         * Contribute the following changes:
858         2003-10-29  Dave Brolley  <brolley@redhat.com>
860         * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
861         * configure: Regenerated.
863         2001-04-03  Ben Elliston  <bje@redhat.com>
865         * readelf.c: Include "elf/mep.h".
866         (guess_is_rela): Handle EM_CYGNUS_MEP.
867         (get_machine_name): Ditto.
868         (dump_relocations): Ditto.
870 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
872         * MAINTAINERS: Add a space between H.J. and Lu.
874 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
876         * doc/binutils.texi (objdump): Document the new addr64 option
877         for i386 disassembler.
879 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
881         PR binutils/3945
882         * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
883         target.
884         (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
885         * configure: Regenerated.
887         * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
889 2007-02-02  Nick Clifton  <nickc@redhat.com>
891         * doc/binutils.texi (objdump): Document support for disassembling
892         the 440 PowerPC architecture.
894 2007-01-31  Nathan Sidwell  <nathan@codesourcery.com>
896         * dwarf.c (process_debug_info): Protect against bogus length and
897         abbrev offsets.
899 2007-01-25  Kazu Hirata  <kazu@codesourcery.com>
901         * ar.c (print_contents, extract_file): Cast the return value
902         of fwrite to size_t.
904 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
906         * ar.c (open_inarch): Check fwrite return.  Use size_t.
907         (extract_file): Likewise.  Remove test for "negative" file size.
908         * readelf.c (process_program_headers): Check fscanf return.
910 2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
912         * bucomm.c (template_in_dir): Fix typo.
914 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
916         * embedspu.sh: New file.
917         * Makefile.am (embedspu): Add rule.
918         * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
919         * Makefile.in: Regenerate.
920         * configure: Regenerate.
922 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
924         * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
925         * bucomm.c (template_in_dir): New function, split out from..
926         (make_tempname): ..here.  Open the file with O_EXCL if !HAVE_MKSTEMP.
927         (make_tempdir): Use template_in_dir.  Handle directory creation
928         when !HAVE_MKDTEMP.
929         * objcopy.c (MKDIR): Don't define.
930         (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too.  Fix
931         error message.
933 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
935         * readelf.c (get_machine_flags): Treat Fido as an architecture
936         by itself.
938 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
940         * configure.in: Renamed target x86_64-*-mingw64 to
941         x86_64-*-mingw*.
942         * configure: Regenerated.
944 2007-01-05  Alan Modra  <amodra@bigpond.net.au>
946         * readelf.c (dump_section): Don't print 32-bit values, which
947         were done incorrectly for little-endian.  Instead print bytes.
949 For older changes see ChangeLog-2006
951 Local Variables:
952 mode: change-log
953 left-margin: 8
954 fill-column: 74
955 version-control: never
956 End: