* Makefile.am: Use a temporary file to build chew.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
index 243ef72cbb1c3eaffcbb0e396d5144153841d232..b6dff3e6ac7c07b8c6460c69f98ca8a94b1fd2ed 100644 (file)
@@ -1,3 +1,119 @@
+2005-05-07  Nick Clifton  <nickc@redhat.com>
+
+       * Update the address and phone number of the FSF organization in
+       the GPL notices in the following files:
+       aclocal.m4, addr2line.c, ar.c, arlex.l, arparse.y, arsup.c,
+       arsup.h, binemul.c, binemul.h, bucomm.c, bucomm.h, budbg.h,
+       budemang.c, budemang.h, coffdump.c, coffgrok.c, coffgrok.h,
+       cxxfilt.c, debug.c, debug.h, deflex.l, defparse.y, dlltool.c,
+       dlltool.h, dllwrap.c, emul_aix.c, emul_vanilla.c, filemode.c,
+       ieee.c, nlmconv.c, nlmconv.h, nlmheader.y, nm.c, objcopy.c,
+       objdump.c, prdbg.c, rclex.l, rcparse.y, rdcoff.c, rddbg.c,
+       readelf.c, rename.c, resbin.c, rescoff.c, resrc.c, resres.c,
+       size.c, srconv.c, stabs.c, strings.c, sysdump.c, sysinfo.y,
+       syslex.l, unwind-ia64.c, unwind-ia64.h, version.c, windres.c,
+       windres.h, winduni.c, winduni.h wrstabs.c, doc/fdl.texi
+
+2005-05-06  Jan Beulich  <jbeulich@novell.com>
+
+       * objcopy.c (copy_file): Don't delete output upon error here.
+       (copy_main): Delete output upon error.
+
+2005-05-02  Ben Elliston  <bje@au.ibm.com>
+
+       * dlltool.c (dtab): Remove empty function.
+       (process_duplicates): Remove calls to dtab().
+
+2005-05-01  Maciej W. Rozycki  <macro@linux-mips.org>
+
+       * doc/binutils.texi (strip, objcopy): Clarify the description of
+       the "--strip-debug" option.  Fix a typo.
+
+2005-04-29  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * bucomm.c: Undo the last change.
+       * bucomm.h: Likewise.
+
+2005-04-29  Ben Elliston  <bje@au.ibm.com>
+
+       * syslex.l (word, number, unit): Remove unused variables.
+       * nlmheader.y (keyword_tokens): Make static.
+       * coffdump.c (dump_coff_symbol, coff_dump): Make static.
+       * coffgrok.c (lofile, last_function_symbol, last_function_type,
+       last_struct, last_enum, cur_sfile): Make variables static.
+       * sysdump.c (getCHARS, fillup, getBARRAY, getINT, getBITS,
+       sysroff_swap_tr_in, sysroff_print_tr_out): Make static.
+       * sysinfo.y (writecode, it, code, repeat, oldrepeat, name, rdepth,
+       names, pnames): Likewise.
+
+2005-04-29  Ben Elliston  <bje@au.ibm.com>
+
+       * ar.c (mri_mode): Make static.
+       * arsup.c (obfd, real_name, outfile): Likewise.
+       * binemul.c (ar_emul_create): Remove unused function.
+       (ar_emul_default_create): Likewise.
+       * binemul.h (ar_emul_create): Remove declaration.
+       (ar_emul_default_create): Likewise.
+       (struct bin_emulation_xfer_struct): Remove ar_create member.
+       * bucomm.c (report): Make static.
+       * bucomm.h (report): Remove declaration.
+       * cxxfilt.c (mbuffer): Make static.
+       (main): Use unsigned ints for some loop control variables.
+       * readelf.c: Make many global variables static.
+       * size.c (berkeley_format): Make static.
+       (long_options): Likewise.
+       * emul_aix.c (bin_aix_emulation): Remove ar_emul_default_create
+       structure initialiser.
+       (bin_aix5_emulation): Likewise.
+       * emul_vanilla.c (bin_vanilla_emulation): Likewise.
+
+2005-04-27  Ben Elliston  <bje@au.ibm.com>
+
+       * syslex.l: Adjust top-of-file comment: this file is part of GNU
+       binutils, not GNU ld.
+
+2005-04-25  Nick Clifton  <nickc@redhat.com>
+
+       PR872
+       * objcopy.c (copy_archive): Initialise 'obfd' field of new
+       name_list structure.
+       
+       * objcopy.c (copy_usage): Fix description of -K switch.
+
+       * doc/binutils.texi (strip, objcopy): Fix description of -K
+       switch.
+
+2005-04-20  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * readelf.c (display_debug_frames): Use data factor for
+       DW_CFA_def_cfa_sf and DW_CFA_def_cfa_offset_sf.
+
+2005-04-19  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * objdump.c (dump_section_header): Skip linker created section.
+
+2005-04-17  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * objdump.c (dump_section_header): Support SEC_GROUP.
+
+2005-04-16  Nick Clifton  <nickc@redhat.com>
+
+       * readelf.c (debug_apply_rela_addends): Remove redundant %s from
+       printf string.
+
+2005-04-15  Nick Clifton  <nickc@redhat.com>
+
+       * objcopy.c (copy_file): Issue an error message when attmepting to
+       copy an empty input file.
+
+2005-04-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * Makefile.am (NO_WERROR): Define.  Use instead of -Wno-error.
+       * configure.in: Include ../bfd/warning.m4 contents.
+       * Makefile.in: Regenerate.
+       * configure: Regenerate.
+       * doc/Makefile.in: Regenerate.
+
 2005-04-12  Alan Modra  <amodra@bigpond.net.au>
 
        * Makefile.am: Run "make dep-am".
This page took 0.024392 seconds and 4 git commands to generate.