Update documentation describing how the linker chooses a start address.
[external/binutils.git] / ld / ChangeLog
index 17f42dc..510e333 100644 (file)
@@ -1,3 +1,40 @@
+2018-11-12  Nick Clifton  <nickc@redhat.com>
+
+       PR 10865
+       * ld.texi (Entry Point): Make it clear that the text refers to
+       PE-based systems rather than just a PE system.
+
+2018-11-12  Nick Clifton  <nickc@redhat.com>
+
+       * po/es.po: Updated Spanish translation.
+
+2018-11-09  Nick Clifton  <nickc@redhat.com>
+
+       * po/fr.po: Updated French translation.
+
+2018-11-09  Claudiu Zissulescu  <claziss@synopsys.com>
+
+       * testsuite/ld-arc/tls_gd-01.d: Update test.
+       * testsuite/ld-arc/arclinux-nps.d: Add cpu option.
+
+2018-11-09  Marc  <marc@groundctl.com>
+
+       PR 23872
+       * scripttempl/pep.sc (pe.sc): Ensure rdata_runtime_pseudo_relocs
+       are aligned.
+       * scripttempl/pep.sc (pep.sc): Likewise.
+
+2018-11-06  H.J. Lu  <hongjiu.lu@intel.com>
+
+       * testsuite/config/default.exp (ELFEDIT): New.
+       * testsuite/ld-elf/linux-x86.exp (elfedit_test): New proc.
+       Run elfedit tests.
+       * testsuite/ld-elf/x86-feature-1a.rd: New file.
+       * testsuite/ld-elf/x86-feature-1b.rd: Likewise.
+       * testsuite/ld-elf/x86-feature-1c.rd: Likewise.
+       * testsuite/ld-elf/x86-feature-1d.rd: Likewise.
+       * testsuite/ld-elf/x86-feature-1e.rd: Likewise.
+
 2018-11-05  H.J. Lu  <hongjiu.lu@intel.com>
 
        PR gas/23854