daily update
[binutils.git] / binutils / ChangeLog
blobce84762942eb3c9670e10f1718204c22467c923f
1 2007-11-07  Karl Berry  <karl@gnu.org>
3         * doc/binutils.texi: Update to FDL 1.2.
4         (Top): consistent punctuation in menu entries.
5         (Index): Rename from Binutils Index.
6         * doc/fdl.texi: Update from http://www.gnu.org/licenses/fdl.texi.
8 2007-10-31  Nick Clifton  <nickc@redhat.com>
10         * dwarf.c (is_relocatable): Remove definition.
11         (display_debug_frames): Remove check in is_relocatable.
12         * dwarf.h (is_relocatable): Remove declaration.
13         * objdump.c (is_relocatable): New static definition.
14         * readelf.c (dump_relocations): Make the function void.
15         (is_32bit_abs_reloc): Add support for x86, Arc, Arm, D10V, Dlx,
16         OR32 and Score.
17         (is_32bit_pcrel_reloc): Add support for x86 and Arm.
18         (is_16bit_abs_reloc): Add support for D10V.
19         (debug_apply_rela_addends): Rename to debug_apply_relocations.
20         Add code to support rel relocations.
21         (load_debug_section): Fix call to debug_apply_relocations.
22         (get_file_header): Remove setting of is_relocatable.
24 2007-10-31  Alan Modra  <amodra@bigpond.net.au>
26         * readelf.c (debug_apply_rela_addends): Clarify FIXME.
28 2007-10-29  Nick Clifton  <nickc@redhat.com>
30         * readelf.c (is_32bit_abs_reloc): Add knowledge of reloc used by
31         IA64.
32         (is_64bit_abs_reloc): Likewise.
34 2007-10-28  Nick Clifton  <nickc@redhat.com>
36         * dwarf.c (process_debug_info): Check for corrupt lengths.
37         * readelf.c (get_reloc_type): New function.  Returns the reloc
38         number extracted from the info field of a reloc.
39         (get_reloc_symindex): New function.  Returns the symbol index
40         extracted from the info field of a reloc.
41         (dump_relocations): Use the new functions.
42         (slurp_ia64_unwind_table): Use the new functions.
43         (slurp_hppa_unwind_table): Use the new functions.
44         (dump_section_as_bytes): Use the new functions.
45         (get_reloc_size): Delete function.
46         (is_32bit_abs_reloc): New function.  Determines if a given reloc
47         type is a 32-bit absolute relocation.
48         (is_32bit_pcrel_reloc): New function.  Like is_32bit_abs_reloc but
49         for pc-relative relocations.
50         (is_64bit_abs_reloc): New function.  Like is_32bit_abs_reloc but
51         for 64-bit absolute relocations.
52         (is_16bit_abs_reloc): New function.  Like is_32bit_abs_reloc but
53         for 32-bit absolute relocations.
54         (debug_apply_rela_addends): Use the new functions.  Skip and warn
55         about any unrecognised relocations.
57 2007-10-26  Karl Berry  <karl@freefriends.org>
59         * doc/binutils.texi: Move top stuff to the top.
60         Use @direntry/@dircategory, format entries to play nicely with
61         others.
62         Avoid duplicate copying strings.
63         Don't misspell "Texinfo".
65 2007-10-25  Daniel Jacobowitz  <dan@codesourcery.com>
67         * readelf.c (display_power_gnu_attribute): Add support for
68         Tag_GNU_Power_ABI_Vector.
70 2007-10-25  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
72         * readelf.c (get_note_type): Handle NT_PPC_VMX.
74 2007-10-24  Alan Modra  <amodra@bigpond.net.au>
76         * Makefile.am: Run "make dep-am".
77         * Makefile.in: Regenerate.
78         * po/POTFILES.in: Regenerate.
80 2007-10-24  Alan Modra  <amodra@bigpond.net.au>
82         * strings.c (print_strings): Don't use %L, use %ll in printf
83         format strings.
85 2007-10-24  Tristan Gingold  <gingold@adacore.com>
86             Alan Modra  <amodra@bigpond.net.au>
88         * readelf.c (process_program_headers): Use dynamic segment unless
89         dynamic section is found.
91 2007-10-16  Bob Wilson  <bob.wilson@acm.org>
93         * doc/binutils.texi (objcopy, strip): Replace hyphens with em-dashes.
94         (objdump, strip, c++filt): Correct punctuation for "e.g." and "i.e."
95         and change to spell out "for example" in two places.
97 2007-10-16  Nick Clifton  <nickc@redhat.com>
99         * configure.in: Build windows tools for --enable-targets=all.
100         * configure: Regenerate.
102 2007-10-15  Alan Modra  <amodra@bigpond.net.au>
104         * objdump.c (print_line): Check fwrite return value.
105         * srconv.c (checksum, wr_tr, wr_cs): Likewise.
106         * sysdump.c (fillup): Return zero on getc or fread EOF.  Return count
107         read.
109 2007-10-10  Jim Blandy  <jimb@codesourcery.com>
111         * dwarf.c (process_debug_info): Line up section offsets of
112         attribute values with those of dies.
113         (read_and_display_attr): Reduce spacing here.
115         * dwarf.c (display_debug_lines): Print the offset of each line
116         number program header.
118 2007-10-09  H.J. Lu  <hongjiu.lu@intel.com>
120         PR binutils/4476
121         * readelf.c (print_dynamic_symbol): New.
122         (process_symbol_table): Handle DT_GNU_HASH for dynamic symbols.
124 2007-10-08  Carlos O'Donell  <carlos@codesourcery.com>
126         * resrc.c (read_rc_file): Rename e to edit, and c to dir.
127         Pass dir to windres_add_include_dir.  Add comments.
128         (close_input_stream): Check pclose error, and call fatal if
129         the preprocessor failed.
130         * windres.c (windres_add_include_dir): Assert that p is non-NULL,
131         and not an empty string. 
133 2007-10-04  Nick Clifton  <nickc@redhat.com>
135         PR binutils/5098
136         * dlltool.c: Fix spelling typos.
138 2007-10-03  Masaki Muranaka  <monaka@monami-software.com>
140         * readelf.c (dump_section_as_strings): Use %6tx instead of %6zx.
142 2007-09-25  Thien-Thi Nguyen  <ttn@gnuvola.org>
144         * MAINTAINERS: Fix typo.
146 2007-09-17  Shen Feng  <shen@cn.fujitsu.com>
148         * readelf.c (do_archive_index): New.
149         (options): Add -c and --archive-index option.
150         (usage): Add -c option.
151         (parse_args): Add c option parsing.
152         (process_archive): Dump archive index.
153         * NEWS: Mention the new feature.
154         * doc/binutils.texi: Document the new feature.
156 2007-09-17  Nick Clifton  <nickc@redhat.com>
158         * po/es.po: Updated Spanish translation.
160 2007-09-17  Nick Clifton  <nickc@redhat.com>
162         * doc/binutils.texi (objdump): Describe the output of the --syms
163         option in more detail. 
165 2007-09-17  Alon Bar-Lev  <alon.barlev@gmail.com>
167         PR binutils/4987
168         * resrc.c: (read_rc_file): Move 'filename' default initialization 
169         to start of function.
171 2007-08-31  Michael Meissner  <michael.meissner@amd.com>
172             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
174         * NEWS: Add note about SSE5 being added on i386.
176 2007-09-13  Alan Modra  <amodra@bigpond.net.au>
177             Zhou Drangon <drangon.mail@gmail.com>
179         * nm.c (value_format_64bit, set_print_radix, print_value): Handle
180         BFD_HOST_64BIT_LONG_LONG.
181         * readelf.c (print_dec_vma): Don't define if BFD_HOST_64BIT_LONG_LONG.
182         (print_vma): Handle BFD_HOST_64BIT_LONG_LONG.
183         (dump_relocations): Likewise.  Expand _bfd_int64_low in a
184         number of places.
186 2007-09-11  Kai Tietz  <kai.tietz@onevision.com>
188         * rcparse.y: (string_data): Removed ill token removal.
190 2007-09-10  Alan Modra  <amodra@bigpond.net.au>
192         PR 5011
193         * readelf.c (process_version_sections): Don't read past end of
194         various section buffers.
196 2007-08-31  H.J. Lu  <hongjiu.lu@intel.com>
198         * Makefile.am (INCLUDES): Remove -D_GNU_SOURCE.
199         * Makefile.in: Regenerated.
201         * sysdep.h: Include "config.h" first.
203 2007-08-31  Nick Clifton  <nickc@redhat.com>
205         * po/sk.po: New Slovakian translation.
206         * configure.in (LINGUAS): Add sk.
207         * configure: Regenerate.
209 2007-08-30  Nick Clifton  <nickc@redhat.com>
211         * readelf.c (dump_type): New type used to classify the kinds of
212         dump requested by the user.
213         (dump_sects, cmdline_dump_sects): Use the new type.
214         (options): Add --string-dump option.
215         (request_dump): Rename to request_dump_bynumber.  Use dump_type.
216         (request_dump_byname): Use dump_type.
217         (parse_args): Parse --string-dump option.
218         (process_section_headers): Fix calls to request_dump.
219         (initialise_dumps_byname): Likewise.
220         (dump_section): Rename to dump_section_as_bytes.
221         (dump_section_as_strings): New function.  Display the contents of
222         a section as printable strings.
223         (process_section_contents): String dump the section if requested.
224         (process_object): Use dump_type.
225         (main): Likewise.
226         * Makefile.am: Add dependency for readelf.c on safe-ctype.h.
227         * Makefile.in: Regenerate.
228         * NEWS: Mention the new feature.
229         * doc/binutils.texi: Document the new feature.
231 2007-08-30  Nathan Sidwell  <nathan@codesourcery.com>
233         * bucomm.c (bfd_nonfatal_message): New.
234         * bucomm.h (bfd_nonfatal_message): Declare.
235         * objcopy.c (RETURN_NONFATAL): Take BFD not NAME, use
236         bfd_nonfatal_message.
237         (copy_unknown_object): Adjust bfd_nonfatal and RETURN_NONFATAL
238         calls, or replace with bfd_nonfatal_message calls as appropriate.
239         (copy_object, copy_archive, copy_file, setup_section,
240         copy_section, write_debugging_info): Likewise.
242 2007-08-28  Nick Clifton  <nickc@redhat.com>
244         * NEWS: Mention Coverity's contribution.
246 2007-08-25  Ulrich Weigand  <uweigand@de.ibm.com>
248         * readelf.c (process_note): Recognize SPU core file notes.
250 2007-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
252         * configure.in: Install embedspu on powerpc*-*-eabi* also.
253         * configure: Regenerated.
255 2007-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
257         * po/uk.po: Updated Ukrainian translation.
259 2007-08-22  Ben Elliston  <bje@au.ibm.com>
261         * doc/binutils.texi (objdump): Document -Mppcps.
263 2007-08-17  Alan Modra  <amodra@bigpond.net.au>
265         * po/Make-in: Add --msgid-bugs-address to xgettext invocation.
267 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
269         * readelf.c: Revert last change.
271 2007-08-16  H.J. Lu  <hongjiu.lu@intel.com>
273         * readelf.c (get_segment_type): Change PT_GNU_STACK to
274         PT_GNU_ATTR.
276 2007-08-12  Daniel Jacobowitz  <dan@codesourcery.com>
278         * NEWS: Add a marker for the 2.18 features.
280 2007-08-12  Matthias Klose  <doko@ubuntu.com>
282         * doc/Makefile.am (AM_MAKEINFOFLAGS, TEXI2DVI): Include
283         $(top_srcdir)/../../bfd/doc.
284         * doc/Makefile.in: Regenerate.
286 2007-08-10  M R Swami Reddy <MR.Swami.Reddy@nsc.com>
288         * MAINTAINERS: Add myself as CR16 support maintainer and
289         update myself as CRX support maintainer.
291 2007-08-10  Nick Clifton  <nickc@redhat.com>
293         * po/fi.po: Updated Finnish translation.
294         * po/vi.po: Updated Vietnamese translation.
296 2007-08-10  Kai Tietz  <kai.tietz@onevision.com>
298         * doc/binutils.texi: (windmc): Correct incorrect desciption.
300 2007-08-04  Alan Modra  <amodra@bigpond.net.au>
302         PR 4888
303         * objcopy.c (setup_section): Do modify section flags for ELF
304         STRIP_NONDEBUG (reverting part of 2007-05-30 change).  Prevent
305         header rewrite by twiddling input section flags instead.
306         Simplify code setting SHT_NOBITS.
308 2007-07-28  Christopher Faylor  <me+binutils@cgf.cx>
310         * MAINTAINERS: Update my email address.
312 2007-07-26  Adam Nemet  <anemet@caviumnetworks.com>
314         * readelf.c (process_archive): Also skip Irix6-style archive symbol
315         tables.
317 2007-07-24  Nick Clifton  <nickc@redhat.com>
319         * readelf.c (NUM_ELEM): Remove redundant macro; replace references
320         to it with references to ARRAY_SIZE.
321         Add support for CR16.
322         Fix formatting.
324 2007-07-19  Nick Clifton  <nickc@redhat.com>
326         PR binutils/4802
327         * srconv.c (strip_suffix): Add const qualifier to argument.
329 2007-07-16  Nick Clifton  <nickc@redhat.com>
331         * po/uk.po: New Ukrainian translation.
332         * configure.in (ALL_LINGUAS): Add 'uk'.
333         * configure: Regenerate.
335 2007-07-10  Alan Modra  <amodra@bigpond.net.au>
337         * objdump.c (dump_dwarf): Correct setting of is_relocatable.
339 2007-07-09  Roland McGrath  <roland@redhat.com>
341         * readelf.c (get_gnu_elf_note_type): New function.
342         (process_note): Use it for "GNU" name.
344 2007-07-08  Andreas Schwab  <schwab@suse.de>
346         * Makefile.am (HFILES): Add dwarf.h, sysdep.h and unwind-ia64.h.
347         (CFILES): Add unwind-ia64.c.
348         Regenerate dependencies.
349         * Makefile.in: Regenerate.
351 2007-07-05  Nick Clifton  <nickc@redhat.com>
353         * addr2line.c: Update copyright notice to refer to GPLv3.
354         * ar.c, arlex.l, arparse.y, arsup.c, arsup.h, bin2c.c, binemul.c,
355         binemul.h, bucomm.c, bucomm.h, budbg.h, coffdump.c, coffgrok.c,
356         coffgrok.h, cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y,
357         dlltool.c, dlltool.h, dllwrap.c, dwarf.c, dwarf.h, embedspu.sh,
358         emul_aix.c, emul_vanilla.c, filemode.c, ieee.c, mclex.c,
359         mcparse.y, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
360         objdump.c, prdbg.c, rclex.c, rcparse.y, rdcoff.c, rddbg.c,
361         readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
362         size.c, srconv.c, stabs.c, strings.c, sysdep.h, sysdump.c,
363         sysinfo.y, syslex.l, unwind-ia64.c, unwind-ia64.h, version.c,
364         windint.h, windmc.c, windmc.h, windres.c, windres.h, winduni.c,
365         winduni.h, wrstabs.c: Likewise.
366         * is-ranlib.c, is-strip.c, maybe-ranlib.c, maybe-strip.c,
367         not-ranlib.c, not-strip.c, ranlib.sh, sanity.sh: Add a copyright
368         notice.
369         * NEWS: Mention that the sources are now released under GPLv3.
370         Add a marker for the changes that went into v2.17.
371         * version.c (print_version): Specify that the program is released
372         under version 3 of the GPL.
374 2007-07-05  Kai Tietz  <kai.tietz@onevision.com>
376         * resrc.c: (read_rc_file): Add include path of user passed rc
377         input file.
378         * windres.c: (windres_add_include_dir): New.
379         (main): Use of windres_add_include_dir.
380         * windres.h: (windres_add_include_dir): Add prototype.
382 2007-07-05  Alan Modra  <amodra@bigpond.net.au>
384         * doc/binutils.texi (size): Document --common.
385         * size.c: Make a number of vars static.  Delete unnecessary
386         function declarations.
387         (show_common, common_size): New vars.
388         (usage): Describe --common.
389         (OPTION_FORMAT, OPTION_RADIX, OPTION_TARGET): Define and use.
390         (long_options): Add common.
391         (calculate_common_size): New function.
392         (print_berkeley_format): Add common_size to bsssize.
393         (sysv_one_line): New function split out from..
394         (sysv_internal_printer): ..here.
395         (print_sysv_format): Handle display of *COM*.
396         (print_sizes): Call calculate_common_size.
398 2007-07-05  Alan Modra  <amodra@bigpond.net.au>
400         * emul_aix.c (ar_emul_aix_internal): Rename "next" to "archive_next".
402 2007-07-02  Alan Modra  <amodra@bigpond.net.au>
404         PR 4716
405         * objcopy.c (filter_symbols): Correct relocatable file test.
407 2007-07-02  Alan Modra  <amodra@bigpond.net.au>
409         * Makefile.am: Run "make dep-am".
410         * Makefile.in: Regenerate.
411         * aclocal.m4: Regenerate.
412         * config.in: Regenerate.
413         * doc/Makefile.in: Regenerate.
414         * po/POTFILES.in: Regenerate.
415         * po/binutils.pot: Regenerate.
417 2007-06-30  H.J. Lu  <hongjiu.lu@intel.com>
419         * aclocal.m4: Regenerated.
420         * doc/Makefile.in: Likewise.
421         * Makefile.in: Likewise.
423 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
425         * readelf.c (display_power_gnu_attribute, process_power_specific):
426         New.
427         (process_arch_specific): Call process_power_specific.
429 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
431         * readelf.c (display_mips_gnu_attribute): New.
432         (process_mips_specific): Call process_attributes.
434 2007-06-29  Joseph Myers  <joseph@codesourcery.com>
436         * readelf.c (display_gnu_attribute): New.
437         (process_arm_specific): Rearrange as process_attributes.
438         (process_arm_specific): Replace by wrapper of process_attributes.
440 2007-06-28  Roland McGrath  <roland@frob.com>
442         * objcopy.c (setup_section): Don't reset ELF section type to
443         SHT_NOBITS when it is SHT_NOTE.
444         * doc/binutils.texi (objcopy, strip): Mention under --only-keep-debug.
446 2007-06-27  Alan Modra  <amodra@bigpond.net.au>
448         * ar.c: Rename uses of bfd.next to bfd.archive_next throughout.
449         * arsup.c: Likewise.
450         * binemul.c: Likewise.
451         * objcopy.c: Likewise.
452         * dlltool.c: Likewise.
454 2007-06-26  Shantonu Sen  <ssen@apple.com>
456         PR binutils/4693
457         * Makefile.am (windres_DEPENDENCIES, windmc_DEPENDENCIES): Move
458         dependency on $(LIBICONV) to ...
459         (windres_LDADD, windmc_LDADD) ... here.
460         * Makefile.in: Regenerate.
462 2007-06-21  Alan Modra  <amodra@bigpond.net.au>
464         * embedspu.sh (relas): Correct sh_info parsing.
466 2007-06-19  Danny Smith  <dannysmith@users.sourceforge.net>
468         * objdump.c: Include sys/stat.h.
470 2007-06-19  Kai Tietz  <kai.tietz@onevision.com>
472         * Makefile.am: Add windmc tool.
473         * Makefile.in: Regenerate.
474         * configure.in: Add windmc tool.
475         * configure: Regenerate.
476         * mclex.c: New.
477         * mcparse.y: New.
478         * windmc.c: New.
479         * windmc.h: New.
480         * doc/Makefile.am: Add windmc tool.
481         * doc/Makefile.in: Regenerate.
482         * doc/binutils.texi: Add windmc documentation.
483         * NEWS: Mention new tool.
485 2007-06-18  Andi Kleen  <ak@suse.de>
487         * objdump.c: Include sys/mman.h
488         (print_file_list): Remove f, add map, mapsize, linemap, maxline,
489         last_line, first fields.
490         (slurp_file): Add.
491         (index_file): Add.
492         (print_file_open): Call slurp_file and index_file. Initialize new
493         fields.
494         (skip_to_line): Rename to print_line and write only single line.
495         (dump_line): Add.
496         (show_line): Change to new algorithm.
498 2007-06-18  Thomas Weidenmueller  <w3seek@reactos.org>
500         * resres.c (probe_binary): Fix test for badly formatted headers.
502 2007-06-18  Kai Tietz  <Kai.Tietz@onevision.com>
504         * rclex.c: (cpp_line): Add code_page pragma support.
505         * windres.c: (usage, long_options, main): Add new option
506         --codepage or -c.
507         * winduni.c: (wind_default_codepage, wind_current_codepage): New.
508         (unicode_from_ascii, ascii_from_unicode): Use
509         wind_current_codepage as codepage parameter.
510         (unicode_print): Print 4 characters for hexadecimal values in
511         unicode strings.
512         * winduni.h:  (wind_default_codepage, wind_current_codepage):
513         Export.
514         * doc/binutils.texi: Document new option.
515         * NEWS: Mention new features of windres.
517 2007-06-18  Brian D. Watt  <bwatt@us.ibm.com>
519         * embedspu.sh: Parse _SPUEAR_ symbol values as hex.
521 2007-06-14  H.J. Lu  <hongjiu.lu@intel.com>
523         * Makefile.am (ACLOCAL_AMFLAGS): Add -I ../config -I ../bfd.
525         * acinclude.m4: Removed.
527         * Makefile.in: Regenerated.
528         * aclocal.m4: Likewise.
529         * configure: Likewise.
531 2007-06-11  Nathan Sidwell  <nathan@codesourcery.com>
533         * dwarf.c (decode_location_expression): Add DW_OP_form_tls_address.
535 2007-06-06  Kai Tietz  <Kai.Tietz@onevision.com>
537         PR binutils/4356 binutils/591
538         * resrc.c (filename_need_quotes): New function.
539         (look_for_default): If filename_need_quotes is true then quote the
540         filename in the command line being created.
541         (read_rc_file): Likewise.
543 2007-06-06  Ben Elliston  <bje@au.ibm.com>
545         * doc/binutils.texi (objdump): Fix capitalisation of "PowerPC".
547 2007-06-05  Kai Tietz  <Kai.Tietz@onevision.com>
549         * Makefile.am: Add LIBICONV to windres.
550         * acinclude.m4: Added missing "lib-*.m4" and "lt*.m4" files.
551         * configure.in: Add AC_CHECK_HEADER for iconv.h and use AM_ICONV.
552         * config.in: Add ICONV defines.
553         * aclocal.m4: Regenerate.
554         * confugure: Regenerate.
555         * winduni.c: (local_iconv_map codepages, wind_language_t,
556         languages, unicode_is_valid_codepage, wind_find_language_by_id,
557         wind_find_language_by_codepage, wind_find_codepage_info,
558         unicode_from_codepage, codepage_from_unicode, iconv_onechar,
559         wind_iconv_cp, wind_MultiByteToWideChar wind_WideCharToMultiByte):
560         New.
561         (ascii_from_unicode): Use codepage_from_unicode.
562         (ascii_from_unicode): Use unicode_from_codepage.
563         Use for cygwin windows API for unicode transformation.
564         * winduni.h: (CP_ACP, CP_UTF7, CP_UTF8, CP_OEM, CP_UTF16): New
565         macros.
566         (wind_language_t, local_iconv_map): New types.
567         (wind_find_language_by_id, wind_find_language_by_codepage,
568         unicode_is_valid_codepage, wind_find_codepage_info,
569         unicode_from_codepage, codepage_from_unicode): New
570         prototypes.
572 2007-06-05  Alan Modra  <amodra@bigpond.net.au>
574         * embedspu.sh: Handle R_SPU_PPU* relocs with no symbol.
576 2007-05-30  Alan Modra  <amodra@bigpond.net.au>
578         * objcopy.c (copy_object): Revert 2007-05-11 change.  Don't
579         avoid calling bfd_copy_private_bfd_data for ELF STRIP_NONDEBUG.
580         (setup_section): Don't modify flags, and don't avoid calling
581         bfd_copy_private_section_data for ELF STRIP_NONDEBUG.
582         * readelf.c (process_program_headers): Ignore .dynamic of type
583         SHT_NOBITS.
585 2007-05-29  Alan Modra  <amodra@bigpond.net.au>
587         * embedspu.sh: Emit SPU ELF image to .data.rel.ro.speelf if
588         pic or pie and image needs relocs.
590 2007-05-24  Steve Ellcey  <sje@cup.hp.com>
592         * Makefile.in: Regenerate.
593         * configure: Regenerate.
594         * aclocal.m4: Regenerate.
595         * doc/Makefile.in: Regenerate.
597 2007-05-24  Kai Tietz  <Kai.Tietz@onevision.com>
599         * rcparse.y: Join strings for elements having no side-effects in
600         "rc"-grammar.
602 2007-05-23  Kai Tietz  <Kai.Tietz@onevision.com>
604         * rclex.c: New file replacing rclex.l.
605         * rclex.l: Removed.
606         * windint.h: New file holding common structure and type
607         definitions.
608         * Makefile.am: Added new header windint.h and exchanged rclex.l by
609         rclex.c.
610         * Makefile.in: Regenerate.
611         * rcparse.y: Renamed some structures.
612         Use in internal representation always bfd_vma instead of long or
613         int.
614         Removed from %union unused stringtable.
615         Added to %union suni structure for unicode strings.
616         Added new tokens for ANICURSOR, ANIICON, DLGINCLUDE,
617         DLGINIT, FONTDIR, HTML, MANIFEST, PLUGPLAY, VXD,
618         TOOLBAR, BUTTON, QUOTEDUNISTRING, and SIZEDUNISTRING.
619         Added support for these new rc file tokens.
620         * resbin.c: Rewrote using bfd and binary structures, and support
621         new resource types.
622         * rescoff.c: Likewise.
623         * resres.c: Likewise.
624         * resrc.c: Likewise. Dumps as RC are now recompilable.
625         * windres.c: As above. Using bfd for res and provide target
626         specific endianess support.
627         * windres.h: Use windint.h as include. Additionally removed K&R
628         syntax.
629         * winduni.c: New printing and unichar support routines.
630         * winduni.h: Prototypes for new unichar helpers.
631         * windint.h: New file.
633 2007-05-22  Paul Brook  <paul@codesourcery.com>
635         * objdump.c (find_symbol_for_address): Merge section and target
636         specific filtering code.
638 2007-05-22  Nick Clifton  <nickc@redhat.com>
640         * doc/binutils.texi: Use @copying around the copyright notice.
642 2007-05-21  Richard Sandiford  <richard@codesourcery.com>
644         * objdump.c (disassemble_bytes): Ignore disassembler_needs_relocs
645         for executables and shared libraries.
647 2007-05-18  Nathan Sidwell  <nathan@codesourcery.com>
649         * objcopy.c (strip_main): Detect identical input and output file
650         names.
651         (copy_main): Refactor tempname detection and use.
653 2007-05-17  Nick Clifton  <nickc@redhat.com>
655         * objdump.c (load_debug_section): Select bias for DWARF debug
656         addresses based on the flavour of the bfd.
658 2007-05-11  Alan Modra  <amodra@bigpond.net.au>
660         PR 4479
661         * objcopy.c (copy_object): Don't copy ELF program headers for
662         --only-keep-debug.
664 2007-05-11  Alan Modra  <amodra@bigpond.net.au>
666         * embedspu.sh (find_prog): Prefer prog in same dir as embedspu
667         over one found on the users path.
668         (main): Generate .reloc for each R_SPU_PPU* reloc.
670 2007-04-28  Alan Modra  <amodra@bigpond.net.au>
672         * prdbg.c (tg_variable): Adjust for changed demangler.
673         (tg_start_function): Likewise.
675 2007-04-27  Alan Modra  <amodra@bigpond.net.au>
677         * bucumm.h: Split off host dependencies to..
678         * sysdep.h: ..here.
679         Many files: Include sysdep.h.  Remove duplicate headers and reorder.
680         * Makefile.am: Run "make dep-am".
681         * Makefile.in: Regenerate.
683 2007-04-24  Nick Clifton  <nickc@redhat.com>
685         * srconv.c (walk_tree_type_1): Initialise dpt.dunno.
687 2007-04-24  Nathan Froyd  <froydnj@codesourcery.com>
688             Phil Edwards  <phil@codesourcery.com>
690         * objcopy.c (filter_symbols): Explicitly stripping a symbol
691         used in relocations is an error.
692         Retype 'keep' to bfd_boolean.
694 2007-04-24  Alan Modra  <amodra@bigpond.net.au>
696         * Makefile.in: Regenerate.
697         * doc/Makefile.in: Regenerate.
699 2007-04-20  Nathan Froyd  <froydnj@codesourcery.com>
700             Phil Edwards  <phil@codesourcery.com>
701             Thomas de Lellis <tdel@windriver.com>
703         * objcopy.c (reverse_bytes):  New variable.
704         (command_line_switch, copy_main):  Add OPTION_REVERSE_ENDIAN.
705         (copy_options, copy_usage):  Add "reverse-bytes" entry.
706         (copy_section):  Reverse bytes within output sections.
707         * doc/binutils.texi:  Document new objcopy option.
709 2007-04-20  Nick Clifton  <nickc@redhat.com>
711         * rclex.l: Allow underscores at the start of identifiers.
713 2007-04-19  Alan Modra  <amodra@bigpond.net.au>
715         * budemang.c: Delete.
716         * budemang.h: Delete.
717         * addr2line.c (translate_addresses): Call bfd_demangle rather than
718         demangle.
719         * nm.c (print_symname): Likewise.
720         * objdump.c (objdump_print_symname, dump_symbols): Likewise.
721         (dump_bfd): Likewise.
722         * prdbg.c (struct pr_handle <demangler>): Add int param.
723         (tg_variable, tg_start_function): Adjust demangler calls.
724         * Makefile.am: Remove mention of budemang.[ch].  Run "make dep-am".
725         * Makefile.in: Regenerate.
726         * po/POTFILES.in: Regenerate.
728 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
730         * Makefile.am: Add ACLOCAL_AMFLAGS.
731         * configure.in: Change macro call order.
732         * Makefile.in: Regenerate.
733         * configure: Regenerate.
735 2007-04-13  Nathan Sidwell  <nathan@codesourcery.com>
737         * Makefile.am (TOOL_PROGS): Add objcopy.
738         * Makefile.in: Rebuilt.
740 2007-04-12  H.J. Lu  <hongjiu.lu@intel.com>
742         PR binutils/4348
743         * objcopy.c (copy_object): Don't stop when there are no
744         sections to be copied.
746 2007-04-10  Vladimir Prus  <vladimir@codesourcery.com>
748         * NEWS: Mention disjoint histograms support in
749         gprof.
751 2007-04-09  Daniel Jacobowitz  <dan@codesourcery.com>
753         * dwarf.c (process_debug_info): Do not require DW_AT_frame_base for
754         DW_TAG_inlined_subroutine.
756 2007-04-06  Matt Thomas  <matt@netbsd.org>
758         * MAINTAINERS: Add myself as VAX and NetBSD support maintainer.
760 2007-04-05  Alan Modra  <amodra@bigpond.net.au>
762         PR binutils/4292
763         * nm.c (print_value): Cast bfd_vma to unsigned long to suit
764         value_format_32bit.
766 2007-04-02  Nick Clifton  <nickc@redhat.com>
768         PR binutils/4292
769         * nm.c (value_format): Replace with value_format_32bit and
770         value_format_64bit.
771         (set_radix): Update setting of value_format.
772         (set_print_width): New function.  Compute the address size of a
773         given bfd and set the print_width global appropriately.
774         (display_archive): Use set_print_width.
775         (display_file): Likewise,
776         (print_object_filename_sysv): Update use of print_width.
777         (print_archive_member_sysv): Likewise.
778         (print_symbol_filename_posix): Likewise.
779         (print_sumbol_info_bfd, print_symbol_info_sysv): Likewise.
781 2007-03-28  Richard Sandiford  <richard@codesourcery.com>
782             Phil Edwards  <phil@codesourcery.com>
784         * doc/binutils.texi: Put the contents after the title page rather
785         than at the end of the document.
787 2007-03-28  Nick Clifton  <nickc@redhat.com>
789         * readelf.c (slurp_rela_relocs): Add newline to end of error
790         messages.
791         (slurp_rel_relocs, request_dump, request_dump_byname,
792         process_program_headers, process_dynamic_section,
793         process_symbol_table, process_mips_specific, main): Likewise.
795 2007-03-28  Alan Modra  <amodra@bigpond.net.au>
797         * MAINTAINERS: Update mailing list addresses.  Add myself
798         as PPC maintainer.
800 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
802         * embedspu.sh: Correct toe_addr quoting.
804 2007-03-27  Alan Modra  <amodra@bigpond.net.au>
806         * embedspu.sh: Combine "_EAR_" and "_EAR_*" patterns.  Tighten
807         .toe section and .toe address checks.  Use .reloc for _EAR*
808         symbols defined in non-BSS sections.  Build table for _SPUEAR_
809         symbols.
811 2007-03-23  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
813         PR gas/3811
814         * readelf.c (debug_apply_rela_addends): Do nothing for SH.
816 2007-03-22  Joseph Myers  <joseph@codesourcery.com>
818         * doc/binutils.texi: Include VERSION_PACKAGE when reporting
819         version.
821 2007-03-16  Kai Tietz  <Kai.Tietz@onevision.com>
823         * dlltool.c (make_one_lib_file): Use pc-relative relocation
824         instead of an absolute relocation for x86_64-pc-mingw32 target.
826 2007-03-15  H.J. Lu  <hongjiu.lu@intel.com>
828         * Makefile.am (REPORT_BUGS_TO): Removed.
829         (INCLUDES): Remove -DREPORT_BUGS_TO.
830         * Makefile.in: Regenerated.
832         * bucomm.c: Don't include bfdver.h.
833         * objdump.c: Likewise.
834         * version.c: Likewise.
836         * bucomm.h: Include bfdver.h.
838         * configure.in (--with-bugurl): Removed.
839         * configure: Regenerated.
841         * doc/Makefile.am (binutils_TEXINFOS): Removed.
842         (AM_MAKEINFOFLAGS): Add -I ../../bfd/doc.
843         (TEXI2DVI): Likewise.
844         (config.texi): Removed.
845         (MOSTLYCLEANFILES): Remove config.texi.
846         * doc/Makefile.in: Regenerated.
848         * doc/binutils.texi: Include bfdver.texi instead of
849         config.texi.
851 2007-03-13  Nick Clifton  <nickc@redhat.com>
853         * readelf.c (dump_section): Also test for SHT_REL sections when
854         producing the warning about unapplied relocs.
856 2007-03-07  Joseph Myers  <joseph@codesourcery.com>
858         * configure.in (REPORT_BUGS_TEXI): Define to Texinfo version of
859         bug-reporting URL.
860         * doc/Makefile.am (config.texi): Define BUGURL.
861         * doc/binutils.texi: Use BUGURL.  Remove text about large files
862         and uuencoding.
863         * Makefile.in, configure, doc/Makefile.in: Regenerate.
865 2007-03-01  Phil Edwards  <phil@codesourcery.com>
866             Richard Sandiford  <richard@codesourcery.com>
868         * NEWS: Mention addition of --extract-symbol.
869         * doc/binutils.texi: Document it.
870         * objcopy.c (extract_symbol): New variable.
871         (OPTION_EXTRACT_SYMBOLS): New command_line_switch.
872         (copy_options): Add an entry for --extract-symbol.
873         (copy_usage): Mention --extract-symbol.
874         (copy_object): Set the start address to zero for --extract-symbol.
875         Do not copy private BFD data in that case.
876         (setup_section): Set the size, LMA and VMA to zero for
877         --extract-symbol.  Do not copy private BFD data in that case.
878         (copy_section): Do not copy section contents if --extract-symbol
879         is passed.
880         (copy_main): Set extract_symbol to TRUE if --extract-symbol
881         is passed.
883 2007-03-01  Paul Brook  <paul@codesourcery.com>
885         * MAINTAINERS: Update my entry.
887 2007-03-01  Joseph Myers  <joseph@codesourcery.com>
889         * version.c: Update copyright date.
891 2007-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
893         * Makefile.am (install-exec-local): Depend on $(noinst_PROGRAMS).
894         Adjust $(EXEEXT) handling for $(RENAMED_PROGS).
895         * Makefile.in, doc/Makefile.in: Regenerate.
897 2007-03-01  Alan Modra  <amodra@bigpond.net.au>
899         * embedspu.sh: Set type and size of global program handle symbol.
901 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
903         * Makefile.am (PROGS): Delete.
904         (RENAMED_PROGS): Define.  Extracted from..
905         (noinst_PROGRAMS): ..here.  Add BUILD_MISC.
906         (install-exec-local): Adjust.
907         * Makefile.in: Regenerate.
909 2007-02-28  Alan Modra  <amodra@bigpond.net.au>
911         * Makefile.am (PROGS): Add BUILD_INSTALL_MISC.
912         (bin_PROGRAMS): Replace BUILD_MISC with BUILD_INSTALL_MISC.
913         (EXTRA_PROGRAMS): Remove bin2c.
914         (bin2c$(EXEEXT_FOR_BUILD)): New rule.
915         (bin2c_SOURCES): Delete.
916         (DISTCLEANFILES): Remove sysinfo.
917         (MOSTLYCLEANFILES): Add sysinfo$(EXEEXT_FOR_BUILD) and
918         bin2c$(EXEEXT_FOR_BUILD).
919         * configure.in (BUILD_MISC): Add $(EXEEXT_FOR_BUILD) to bin2c.
920         Move embedspu to..
921         (BUILD_INSTALL_MISC): ..here.
922         * Makefile.in: Regenerate.
923         * configure: Regenerate.
925 2007-02-27  Alan Modra  <amodra@bigpond.net.au>
927         * bin2c.c: New file.
928         * Makefile.am (EXTRA_PROGRAMS): Add bin2c.
929         (CFILES): Add bin2c.c.
930         (bin2c_SOURCES): Define.
931         (bin2c.o): Dependencies from "make dep-am".
932         * configure.in (BUILD_MISC): Add bin2c.
933         * version.c: Update year.
934         * po/POTFILES.in: Regenerate.
935         * Makefile.in: Regenerate.
936         * configure: Regenerate.
938 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
939             Nathan Sidwell  <nathan@codesourcery.com>
940             Vladimir Prus  <vladimir@codesourcery.com
941             Joseph Myers  <joseph@codesourcery.com>
943         * configure.in (--with-bugurl): New option.
944         * configure: Regenerate.
945         * Makefile.am (REPORT_BUGS_TO): Define.
946         (INCLUDES): Define REPORT_BUGS_TO.
947         Regenerate dependencies.
948         * Makefile.in: Regenerate.
949         * doc/Makefile.in: Regenerate.
950         * bucomm.h: Remove include of bin-bugs.h.
951         * addr2line.c (usage): Don't print empty REPORT_BUGS_TO.
952         * ar.c (usage): Pass s to list_supported_targets.  Don't print
953         empty REPORT_BUGS_TO.
954         * coffdump.c (show_usage): Don't print empty REPORT_BUGS_TO.
955         * cxxfilt.c (usage): Print bug url when giving help.
956         * dlltool.c (usage): Likewise.
957         * dllwrap.c (usage): Likewise.
958         * nlmconv.c (show_usage): Don't print empty REPORT_BUGS_TO.
959         * nm.c (usage): Likewise.
960         * objcopy.c (copy_usage, strip_usage): Likewise.
961         * objdump.c (usage): Likewise.
962         * readelf.c ((usage): Likewise. Add STREAM argument.  Adjust
963         callers.
964         * size.c (usage): Don't print empty REPORT_BUGS_TO.
965         * srconv.c (show_usage): Likewise.
966         * strings.c (usage): Likewise.
967         * sysdymp.c (show_usage): Likewise.
968         * windres.c (usage): Likewise.
970 2007-02-13  Alan Modra  <amodra@bigpond.net.au>
972         * embedspu.sh: Add -W to readelf invocation.
974 2007-02-06  Dave Brolley  <brolley@redhat.com>
976         * MAINTAINERS: Add myself as the maintainer of the MeP port.
978 2007-02-06  Nick Clifton  <nickc@redhat.com>
980         PR gas/3800
981         * readelf.c: Include elf/h8.h twice.  The first time in order to
982         get the reloc numbers, the second time in order to get the reloc
983         decoder function.
984         (dump_section): Tell the user if the section being displayed has
985         unprocessed relocs associated with it.
986         (get_reloc_size): New function - returns the size of a reloc.
987         (debug_apply_rela_addends): Use get_reloc_size().
988         * dwarf.c (read_and_display_attr_value): Extend number of
989         languages known for the DW_AT_language attribute.
990         (process_debug_info): Display the attribute offset before decoding
991         the attribute, in case there are problems.
993 2007-02-05  Dave Brolley  <brolley@redhat.com>
995         * readelf.c (dump_relocations): Don't check for
996         (rtype == NULL && type == R_RELC).
998 2007-02-05  Dave Brolley  <brolley@redhat.com>
1000         * Makefile.am (readelf.o): Depends on $(INCDIR)/elf/mep.h.
1001         * Makefile.in: Regenerated.
1002         * Contribute the following changes:
1003         2003-10-29  Dave Brolley  <brolley@redhat.com>
1005         * configure.in: Define SKIP_ZEROES and SKIP_ZEROES_AT_END for mep.
1006         * configure: Regenerated.
1008         2001-04-03  Ben Elliston  <bje@redhat.com>
1010         * readelf.c: Include "elf/mep.h".
1011         (guess_is_rela): Handle EM_CYGNUS_MEP.
1012         (get_machine_name): Ditto.
1013         (dump_relocations): Ditto.
1015 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
1017         * MAINTAINERS: Add a space between H.J. and Lu.
1019 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
1021         * doc/binutils.texi (objdump): Document the new addr64 option
1022         for i386 disassembler.
1024 2007-02-02  H.J. Lu  <hongjiu.lu@intel.com>
1026         PR binutils/3945
1027         * configure.in (DLLTOOL_DEFAULT): New. Defined for the first PE
1028         target.
1029         (DLLTOOL_DEFS): Add $DLLTOOL_DEFAULT.
1030         * configure: Regenerated.
1032         * dlltool.c (mname): Defined with DLLTOOL_DEFAULT_XXX.
1034 2007-02-02  Nick Clifton  <nickc@redhat.com>
1036         * doc/binutils.texi (objdump): Document support for disassembling
1037         the 440 PowerPC architecture.
1039 2007-01-31  Nathan Sidwell  <nathan@codesourcery.com>
1041         * dwarf.c (process_debug_info): Protect against bogus length and
1042         abbrev offsets.
1044 2007-01-25  Kazu Hirata  <kazu@codesourcery.com>
1046         * ar.c (print_contents, extract_file): Cast the return value
1047         of fwrite to size_t.
1049 2007-01-12  Alan Modra  <amodra@bigpond.net.au>
1051         * ar.c (open_inarch): Check fwrite return.  Use size_t.
1052         (extract_file): Likewise.  Remove test for "negative" file size.
1053         * readelf.c (process_program_headers): Check fscanf return.
1055 2007-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1057         * bucomm.c (template_in_dir): Fix typo.
1059 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
1061         * embedspu.sh: New file.
1062         * Makefile.am (embedspu): Add rule.
1063         * configure.in (BUILD_MISC): Add embedspu for powerpc-linux.
1064         * Makefile.in: Regenerate.
1065         * configure: Regenerate.
1067 2007-01-11  Alan Modra  <amodra@bigpond.net.au>
1069         * bucomm.h (make_tempdir): Declare independently of HAVE_MKDTEMP.
1070         * bucomm.c (template_in_dir): New function, split out from..
1071         (make_tempname): ..here.  Open the file with O_EXCL if !HAVE_MKSTEMP.
1072         (make_tempdir): Use template_in_dir.  Handle directory creation
1073         when !HAVE_MKDTEMP.
1074         * objcopy.c (MKDIR): Don't define.
1075         (copy_archive): Use make_tempdir when !HAVE_MKDTEMP too.  Fix
1076         error message.
1078 2007-01-08  Kazu Hirata  <kazu@codesourcery.com>
1080         * readelf.c (get_machine_flags): Treat Fido as an architecture
1081         by itself.
1083 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
1085         * configure.in: Renamed target x86_64-*-mingw64 to
1086         x86_64-*-mingw*.
1087         * configure: Regenerated.
1089 2007-01-05  Alan Modra  <amodra@bigpond.net.au>
1091         * readelf.c (dump_section): Don't print 32-bit values, which
1092         were done incorrectly for little-endian.  Instead print bytes.
1094 For older changes see ChangeLog-2006
1096 Local Variables:
1097 mode: change-log
1098 left-margin: 8
1099 fill-column: 74
1100 version-control: never
1101 End: