aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2015-12-30 09:20:20 +1030
committerAlan Modra <amodra@gmail.com>2015-12-30 11:44:35 +1030
commit331e61312eab8ef2412582bafc404cc107fd5e8f (patch)
tree9ddd9f8a57b7bd8aa2e6c993c3adbdc007e2952f /ld
parent90d99f327063af7d87c61234896d4a1dbe073a43 (diff)
downloadfsf-binutils-gdb-331e61312eab8ef2412582bafc404cc107fd5e8f.zip
fsf-binutils-gdb-331e61312eab8ef2412582bafc404cc107fd5e8f.tar.gz
fsf-binutils-gdb-331e61312eab8ef2412582bafc404cc107fd5e8f.tar.bz2
Fix assorted ChangeLog errors
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog108
-rw-r--r--ld/testsuite/ChangeLog15
2 files changed, 61 insertions, 62 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index a7014d5..b03775f 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -98,7 +98,7 @@
decide placement.
2015-10-27 Laurent Alfonsi <laurent.alfonsi@st.com>
- Christophe Monat <christophe.monat@st.com>
+ Christophe Monat <christophe.monat@st.com>
* ld.texinfo: Add description of the STM32L4xx erratum
workaround.
@@ -138,7 +138,7 @@
2015-10-22 H.J. Lu <hongjiu.lu@intel.com>
- * ld/ld.texinfo: Document "-z call-nop=PADDING" option.
+ * ld.texinfo: Document "-z call-nop=PADDING" option.
* emulparams/call_nop.sh: New file.
* emulparams/elf_i386_be.sh: Source
${srcdir}/emulparams/call_nop.sh.
@@ -174,7 +174,7 @@
2015-10-15 Simon Dardis <Simon.Dardis@imgtec.com>
- * ld/ldexp.c: (try_copy_symbol_flags): New. Factored out from...
+ * ldexp.c: (try_copy_symbol_flags): New. Factored out from...
(exp_fold_tree_1): Here. Cope with ternary operator in
assignments. Use new helper.
@@ -317,7 +317,7 @@
2015-09-09 James Bowman <james.bowman@ftdichip.com>
* scripttempl/ft32.sc: default linker script RAM and
- FLASH size symbols
+ FLASH size symbols
2015-09-09 Nick Clifton <nickc@redhat.com>
@@ -368,58 +368,58 @@
2015-08-18 H.J. Lu <hongjiu.lu@intel.com>
- * ld/ldctor.c: Replace shared, executable, relocatable and pie
+ * ldctor.c: Replace shared, executable, relocatable and pie
fields with bfd_link_executable, bfd_link_dll,
bfd_link_relocatable, bfd_link_pic and bfd_link_pie.
- * ld/ldemul.c: Likewise.
- * ld/ldfile.c: Likewise.
- * ld/ldlang.c: Likewise.
- * ld/ldmain.c: Likewise.
- * ld/ldwrite.c: Likewise.
- * ld/lexsup.c: Likewise.
- * ld/pe-dll.c: Likewise.
- * ld/plugin.c: Likewise.
- * ld/emultempl/aarch64elf.em: Likewise.
- * ld/emultempl/aix.em: Likewise.
- * ld/emultempl/alphaelf.em: Likewise.
- * ld/emultempl/armcoff.em: Likewise.
- * ld/emultempl/armelf.em: Likewise.
- * ld/emultempl/avrelf.em: Likewise.
- * ld/emultempl/beos.em: Likewise.
- * ld/emultempl/cr16elf.em: Likewise.
- * ld/emultempl/elf-generic.em: Likewise.
- * ld/emultempl/elf32.em: Likewise.
- * ld/emultempl/genelf.em: Likewise.
- * ld/emultempl/generic.em: Likewise.
- * ld/emultempl/gld960.em: Likewise.
- * ld/emultempl/gld960c.em: Likewise.
- * ld/emultempl/hppaelf.em: Likewise.
- * ld/emultempl/irix.em: Likewise.
- * ld/emultempl/linux.em: Likewise.
- * ld/emultempl/lnk960.em: Likewise.
- * ld/emultempl/m68hc1xelf.em: Likewise.
- * ld/emultempl/m68kcoff.em: Likewise.
- * ld/emultempl/m68kelf.em: Likewise.
- * ld/emultempl/metagelf.em: Likewise.
- * ld/emultempl/mipself.em: Likewise.
- * ld/emultempl/mmo.em: Likewise.
- * ld/emultempl/msp430.em: Likewise.
- * ld/emultempl/nds32elf.em: Likewise.
- * ld/emultempl/needrelax.em: Likewise.
- * ld/emultempl/nios2elf.em: Likewise.
- * ld/emultempl/pe.em: Likewise.
- * ld/emultempl/pep.em: Likewise.
- * ld/emultempl/ppc32elf.em: Likewise.
- * ld/emultempl/ppc64elf.em: Likewise.
- * ld/emultempl/sh64elf.em: Likewise.
- * ld/emultempl/solaris2.em: Likewise.
- * ld/emultempl/spuelf.em: Likewise.
- * ld/emultempl/sunos.em: Likewise.
- * ld/emultempl/tic6xdsbt.em: Likewise.
- * ld/emultempl/ticoff.em: Likewise.
- * ld/emultempl/v850elf.em: Likewise.
- * ld/emultempl/vms.em: Likewise.
- * ld/emultempl/vxworks.em: Likewise.
+ * ldemul.c: Likewise.
+ * ldfile.c: Likewise.
+ * ldlang.c: Likewise.
+ * ldmain.c: Likewise.
+ * ldwrite.c: Likewise.
+ * lexsup.c: Likewise.
+ * pe-dll.c: Likewise.
+ * plugin.c: Likewise.
+ * emultempl/aarch64elf.em: Likewise.
+ * emultempl/aix.em: Likewise.
+ * emultempl/alphaelf.em: Likewise.
+ * emultempl/armcoff.em: Likewise.
+ * emultempl/armelf.em: Likewise.
+ * emultempl/avrelf.em: Likewise.
+ * emultempl/beos.em: Likewise.
+ * emultempl/cr16elf.em: Likewise.
+ * emultempl/elf-generic.em: Likewise.
+ * emultempl/elf32.em: Likewise.
+ * emultempl/genelf.em: Likewise.
+ * emultempl/generic.em: Likewise.
+ * emultempl/gld960.em: Likewise.
+ * emultempl/gld960c.em: Likewise.
+ * emultempl/hppaelf.em: Likewise.
+ * emultempl/irix.em: Likewise.
+ * emultempl/linux.em: Likewise.
+ * emultempl/lnk960.em: Likewise.
+ * emultempl/m68hc1xelf.em: Likewise.
+ * emultempl/m68kcoff.em: Likewise.
+ * emultempl/m68kelf.em: Likewise.
+ * emultempl/metagelf.em: Likewise.
+ * emultempl/mipself.em: Likewise.
+ * emultempl/mmo.em: Likewise.
+ * emultempl/msp430.em: Likewise.
+ * emultempl/nds32elf.em: Likewise.
+ * emultempl/needrelax.em: Likewise.
+ * emultempl/nios2elf.em: Likewise.
+ * emultempl/pe.em: Likewise.
+ * emultempl/pep.em: Likewise.
+ * emultempl/ppc32elf.em: Likewise.
+ * emultempl/ppc64elf.em: Likewise.
+ * emultempl/sh64elf.em: Likewise.
+ * emultempl/solaris2.em: Likewise.
+ * emultempl/spuelf.em: Likewise.
+ * emultempl/sunos.em: Likewise.
+ * emultempl/tic6xdsbt.em: Likewise.
+ * emultempl/ticoff.em: Likewise.
+ * emultempl/v850elf.em: Likewise.
+ * emultempl/vms.em: Likewise.
+ * emultempl/vxworks.em: Likewise.
2015-08-18 Alan Modra <amodra@gmail.com>
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog
index bcbd203..33e1b5b 100644
--- a/ld/testsuite/ChangeLog
+++ b/ld/testsuite/ChangeLog
@@ -129,12 +129,12 @@
* ld-x86-64/plt-main3.rd: Also check GOTPCRELX.
2015-10-29 Catherine Moore <clm@codesourcery.com>
-
- * ld-mips-elf/mips16-fp-stub-1.s: New.
- * ld-mips-elf/mips16-fp-stub-2.s: New.
- * ld-mips-elf/mips16-fp-stub.d: New.
- * ld-mips-elf/mips-elf.exp: Run new tests.
- * ld-mips-elf/mips16-intermix.d: Update expected output.
+
+ * ld-mips-elf/mips16-fp-stub-1.s: New.
+ * ld-mips-elf/mips16-fp-stub-2.s: New.
+ * ld-mips-elf/mips16-fp-stub.d: New.
+ * ld-mips-elf/mips-elf.exp: Run new tests.
+ * ld-mips-elf/mips16-intermix.d: Update expected output.
2015-10-28 H.J. Lu <hongjiu.lu@intel.com>
@@ -145,7 +145,7 @@
* ld-x86-64/pr19162b.s: Likewise.
2015-10-27 Laurent Alfonsi <laurent.alfonsi@st.com>
- Christophe Monat <christophe.monat@st.com>
+ Christophe Monat <christophe.monat@st.com>
* ld-arm/arm-elf.exp (armelftests_common): Add STM32L4XX
tests.
@@ -1081,7 +1081,6 @@
2015-05-28 Catherine Moore <clm@codesourcery.com>
- ld/testsuite/
* ld-mips-elf/compact-eh.ld: New linker script.
* ld-mips-elf/compact-eh1.d: New.
* ld-mips-elf/compact-eh1.s: New.