Rename switch to enable/disable -Werror to --enable-werror/--disable-werror
[deliverable/binutils-gdb.git] / ld / ChangeLog
index 3b2159b35b19417209eee14855238aef56dac7f2..e47e8ca135f8586b678457eef62763714cee79e9 100644 (file)
@@ -1,3 +1,121 @@
+2005-03-16  Nick Clifton  <nickc@redhat.com>
+           Ben Elliston  <bje@au.ibm.com>
+
+       * configure.in (werror): New switch: Add -Werror to the
+       compiler command line.  Enabled by default.  Disable via
+       --disable-werror.
+       * configure: Regenerate.
+
+2005-03-16  Alan Modra  <amodra@bigpond.net.au>
+
+       * emulparams/elf32ppclinux.sh (OTHER_READWRITE_SECTION): Delete.
+       (OTHER_RELRO_SECTIONS): Set this instead.
+
+2005-03-15  Nick Clifton  <nickc@redhat.com>
+
+       * NEWS: Add cutoff for changes in 2.16 release.
+
+2005-03-15  Mikkel Krautz  <krautz@gmail.com>
+
+       * configure.tgt (x86_64-elf): Add target.
+
+2005-03-15  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/es.po: Commit new Spanish translation.
+
+2005-03-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldexp.c (exp_fold_tree): Ensure return value is initialized.
+       Tidy etree_assert case.
+
+2005-03-14  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/tr.po: Commit new Turkish translation.
+
+2005-03-11  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * Makefile.am: Remove references to em68klynx.o and esparclynx.o.
+       * Makefile.in: Regenerated.
+       * emulparams/m68klynx.sh, emulparams/sparclynx.sh: Remove.
+
+2005-03-07  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated translation.
+
+2005-03-05  Alan Modra  <amodra@bigpond.net.au>
+
+       * po/ld.pot: Regenerate.
+
+2005-03-02  Jan Beulich  <jbeulich@novell.com>
+
+       * ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink.
+       * pe-dll.c (pe_dll_generate_implib): Likewise.
+
+2005-02-24  Ben Elliston  <bje@au.ibm.com>
+
+       * ldfile.c: Remove GNU960 conditional code.
+       * emultempl/gld960.em: Likewise.
+       * emultempl/gld960c.em: Likewise.
+       * emultempl/lnk960.em: Likewise.
+
+2005-02-24  Nick Clifton  <nickc@redhat.com>
+
+       * emultempl/lnk960.em (lnk960_before_parse): Remove redundant
+       empty string from calls to concat.
+
+2005-02-23  Nick Clifton  <nickc@redhat.com>
+
+       * emultempl/lnk960.em (lnk960_before_parse): Terminate list of
+       arguments passed to concat() with a NULL.
+
+       * emultempl/m68kcoff.em: Include ldexp.h and ldlang.h because they
+       define types needed by ldfile.h
+
+2005-02-23  Alan Modra  <amodra@bigpond.net.au>
+
+       * pe-dll.c: Warning fixes.
+       * emultempl/sunos.em: Likewise.
+
+2005-02-22  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * ldlang.c (section_already_linked): Don't call
+       bfd_section_already_linked for dynamic objects.
+
+2005-02-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldexp.c: Warning fixes.
+       * ldwrite.c: Likewise.
+       * emultempl/elf32.em: Likewise.
+
+2005-02-21  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ldlang.c (lang_add_section): Check SEC_TIC54X_BLOCK for TI
+       tic54x input only.
+       (lang_size_sections_1): Check SEC_COFF_SHARED_LIBRARY for COFF
+       and ECOFF output only.
+
+2005-02-21  Alan Modra  <amodra@bigpond.net.au>
+
+       * config.in: Regenerate.
+       * configure: Regenerate.
+
+2005-02-17  Zack Weinberg  <zack@codesourcery.com>
+
+       * ldexp.c (assigning_to_dot): New global flag.
+       (fold_name): If assigning_to_dot is true, object immediately to
+       an undefined symbol.
+       (exp_fold_tree): Set and clear assigning_to_dot around the
+       recursive call to exp_fold_tree to process the right-hand side
+       of an assignment to the location counter.
+
+2005-02-17  Paul Brook  <paul@codesourcery.com>
+
+       * scripttempl/armbpabi.sc: Add dummy name to version block.
+
+2005-02-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldexp.c (new_abs): Init new.str.
+
 2005-02-15  Mark Mitchell  <mark@codesourcery.com>
 
        * configure.in (AC_CHECK_FUNCS): Add glob.
@@ -6,7 +124,7 @@
        not defined.
        (gld${EMULATION_NAME}_parse_ld_so_conf_include): Do not use glob
        if HAVE_GLOB is not defined.
-       
+
 2005-02-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
 
        * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Define
        * ldlex.l (YY_NO_UNPUT): Define so that the yy_unput function is
        not declared.  It is not used and its presence causes a compile
        time warning.
-       
+
 2005-02-11  Zack Weinberg  <zack@codesourcery.com>
 
        * emultempl/elf32.em (gld${EMULATION_NAME}_stat_needed):
This page took 0.024306 seconds and 4 git commands to generate.