bfd/
[external/binutils.git] / ld / ChangeLog
index 1dc63c1..cdc34d6 100644 (file)
@@ -1,3 +1,33 @@
+2011-01-22  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       * plugin.c (plugin_get_ir_dummy_bfd): Copy across the bfd's
+       private data and GP size.
+
+2011-01-21  Alan Modra  <amodra@gmail.com>
+
+       * ldexp.c (fold_binary): Set result section for arithmetic and
+       logical operations to NULL when both operands are in same section.
+       * ld.texinfo (Expression Section): Describe this.
+
+2011-01-14  Alan Modra  <amodra@gmail.com>
+
+       * ldmain.c (main): Flush stdout before and stderr after printing
+       message.
+       * ldmisc.c (einfo): Similarly.
+       * plugin.c (message): Likewise.
+       * emultempl/ppc64elf.em: Likewise.
+       * emultempl/xtensaelf.em: Likewise.
+       * emulparams/elf32mcore.sh: Use einfo rather than printf.
+       * emultempl/beos.em: Likewise.
+       * emultempl/pe.em: Likewise.
+       * emultempl/pep.em: Likewise.
+
+2011-01-14  Alan Modra  <amodra@gmail.com>
+
+       * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
+       attempt to put non-alloc orphans before debug sections, just place
+       them after .comment.
+
 2011-01-14  J. Park  <grassman@gmail.com>
 
        PR ld/12339