*** empty log message ***
[deliverable/binutils-gdb.git] / ld / ChangeLog
index ded1d2a96a92b9c4f36a1e8ba119b1a950da842a..a6f3e50f642dcc932b422e3a596e05310c37a102 100644 (file)
@@ -1,3 +1,66 @@
+2009-06-10  Philip Blundell  <philb@gnu.org>
+
+       * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Avoid crash
+       if section has no ELF data.
+
+2009-06-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * scripttempl/elf.sc: Add .rel.ifunc and .rela.ifunc.
+
+2009-06-05  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * scripttempl/elf.sc: Remove .rel.ifunc.dyn and .rela.ifunc.dyn.
+
+2009-06-04  Alan Modra  <amodra@bigpond.net.au>
+
+       * dep-in.sed: Don't use \n in replacement part of s command.
+       * Makefile.am (DEP1): LC_ALL for uniq.
+       * Makefile.in: Regenerate.
+
+2009-06-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * scripttempl/elf.sc (PLT): Add "*(.iplt)".
+       (GOT): Add "*(.igot.plt)a" and "*(.igot)".
+       (GOTPLT): Add "*(.igot)".
+       (__rel_iplt_start): New.
+       (__rel_iplt_end): Likewise.
+       (__rela_iplt_start): Likewise.
+       (__rela_iplt_end): Likewise.
+
+2009-05-27  Dave Korn  <dave.korn.cygwin@gmail.com>
+
+       * deffilep.y (%union):  Add new string-type semantic value 'digits'.
+       (%token):  Remove NUMBER as token, add DIGITS.
+       (%type):  Add NUMBER as type.  Add new id types anylang_id, opt_id.
+       (ALIGNCOMM):  Parse an anylang_id instead of a plain ID.
+       (anylang_id):  New production.
+       (opt_digits):  Likewise.
+       (opt_id):  Likewise.
+       (NUMBER):  Likewise.
+       (def_lex):  Return strings of digits in raw string form as DIGITS
+       token, instead of converting to numeric integer type.
+
+2009-05-26  Nathan Sidwell  <nathan@codesourcery.com>
+
+       * ldmain.c (main): Don't reject --relax -r.
+       * ld.texinfo (PowerPC ELF32): Document behaviour of relaxing
+       partial links.
+
+2009-05-26  Nick Clifton  <nickc@redhat.com>
+
+       * po/id.po: Updated Indonesian translation.
+       * po/ld.pot: Updated template file.
+
+2009-05-26  Alan Modra  <amodra@bigpond.net.au>
+
+       * dep-in.sed: Output one filename per line with all lines having
+       continuation backslash.  Prefix first line with "A", following
+       lines with "B".
+       * Makefile.am (DEP): Don't use dep.sed here.
+       (DEP1): Run $MKDEP on single files, use dep.sed here on dependencies,
+       sort and uniq.
+       * Makefile.in: Regenerate.
+
 2009-05-26  Alan Modra  <amodra@bigpond.net.au>
 
        * ldlang.c (lang_check_section_addresses): Ignore non-alloc sections.
This page took 0.026816 seconds and 4 git commands to generate.