]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - ld/ChangeLog
top level:
[thirdparty/binutils-gdb.git] / ld / ChangeLog
index 58f095f02a7736d78d2a39d43595eacd213969f9..1e8dc5f2fc9b06869f1c17efd8b0c6c02f229ff8 100644 (file)
@@ -1,3 +1,72 @@
+2007-02-17  Mark Mitchell  <mark@codesourcery.com>
+            Nathan Sidwell  <nathan@codesourcery.com>
+            Vladimir Prus  <vladimir@codesourcery.com
+            Joseph Myers  <joseph@codesourcery.com>
+
+       * configure.in (--with-bugurl): New option.
+       * configure: Regenerate.
+       * Makefile.am (REPORT_BUGS_TO): Define.
+       (INCLUDES): Define REPORT_BUGS_TO.
+       Regenerate dependencies.
+       * Makefile.in: Regenerate.
+       * ld.h: Remove include of bin-bugs.h.
+       * lexsup.c (help): Don't print empty REPORT_BUGS_TO.
+
+2007-02-17  Alan Modra  <amodra@bigpond.net.au>
+
+       * ldcref.c (check_reloc_refs): Compare section for local syms.
+
+2007-02-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size.
+       (__ovly_load_event): Define.
+       (size): Rename to osize.
+       * emultempl/spu_ovl.o: Regenerate.
+
+2007-02-13  Alan Modra  <amodra@bigpond.net.au>
+
+       * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Add ".branch_lt".
+       * emultempl/ppc64elf.em (ppc_add_stub_section): Create without
+       SEC_RELOC flag set.
+
+2007-02-09  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
+       want64 is true.
+       (targ_extra_libpath): Add $targ64_extra_libpath if want64 is
+       true
+       * configure: Regenerated.
+
+       * configure.tgt (targ_extra_libpath): Initialize.
+       (targ64_extra_emuls): New. Document. Initialize.
+       (targ64_extra_libpath): Likewise.
+       (i[3-7]86-*-linux-*): Set targ64_extra_emuls and
+       targ64_extra_libpath.
+       (powerpc*-*-linux*): Likewise.
+       (s390-*-linux*): Likewise.
+
+2007-02-07  Paul Brook  <paul@codesourcery.com>
+
+       * configure.tgt: Add arm*-*-uclinux-*eabi.
+
+2007-02-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * ldlang.c (lang_size_sections_1): Add a missing `)'.
+
+2007-02-06  Alan Modra  <amodra@bigpond.net.au>
+
+       PR ld/3966
+       * ldlang.c (lang_size_sections_1): Don't warn on backwards dot
+       move unless section size is non-zero.
+
+2007-02-05  Dave Brolley  <brolley@redhat.com>
+
+       * Makefile.am (ALL_EMULATIONS): Add support for Toshiba MeP.
+       * configure.tgt: Likewise.
+       * scripttempl/mep.sc: New file.
+       * emulparams/elf32mep.sh: New file.
+       * Makefile.in: Regenerate.
+
 2006-01-29  Julian Brown  <julian@codesourcery.com>
 
        * NEWS: Mention --vfp11-denorm-fix option.