aboutsummaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
Diffstat (limited to 'ld')
-rw-r--r--ld/ChangeLog6
-rw-r--r--ld/ChangeLog-98992
-rw-r--r--ld/configure.tgt2
-rw-r--r--ld/emultempl/m68hc1xelf.em2
-rw-r--r--ld/ld.texi2
5 files changed, 10 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 199f89b..ab0db96 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,9 @@
+2021-01-01 Nicolas Boulenguez <nicolas@debian.org>
+
+ * configure.tgt: Correct comment grammar.
+ * emultempl/m68hc1xelf.em: Likewise.
+ * ld.texi: Correct grammar.
+
2021-01-01 Alan Modra <amodra@gmail.com>
Update year range in copyright notice of all files.
diff --git a/ld/ChangeLog-9899 b/ld/ChangeLog-9899
index 7370a32..c04d0a1 100644
--- a/ld/ChangeLog-9899
+++ b/ld/ChangeLog-9899
@@ -1873,7 +1873,7 @@ Thu Mar 19 14:54:45 1998 Geoffrey Noer <noer@cygnus.com>
section to avoid copying certain data on fork. The linker used to
include this between __data_start__ and __data_end__, but that
breaks building the cygwin32 dll. The fix is to rename the
- section ".data_cygwin_nocopy" and explictly include it after
+ section ".data_cygwin_nocopy" and explicitly include it after
__data_end__.
Wed Mar 18 09:42:24 1998 Nick Clifton <nickc@cygnus.com>
diff --git a/ld/configure.tgt b/ld/configure.tgt
index eea5260..893d2da 100644
--- a/ld/configure.tgt
+++ b/ld/configure.tgt
@@ -1051,7 +1051,7 @@ sparc*-*-solaris2*)
;;
spu-*-elf*)
- # This allows to build a pair of PPU/SPU toolchains with common sysroot.
+ # This allows one to build a pair of PPU/SPU toolchains with common sysroot.
NATIVE_LIB_DIRS='/lib'
;;
diff --git a/ld/emultempl/m68hc1xelf.em b/ld/emultempl/m68hc1xelf.em
index ef35b3c..c4546c6 100644
--- a/ld/emultempl/m68hc1xelf.em
+++ b/ld/emultempl/m68hc1xelf.em
@@ -104,7 +104,7 @@ m68hc11_elf_${EMULATION_NAME}_before_allocation (void)
window (rx) : ORIGIN = 0x8000, LENGTH = 16K
But for 68HC11 this is board specific. The definition of such
- memory region allows to control how this paged memory is accessed. */
+ memory region allows one to control how this paged memory is accessed. */
region = lang_memory_region_lookup (bank_window_name, FALSE);
/* Check the length to see if it was defined in the script. */
diff --git a/ld/ld.texi b/ld/ld.texi
index f470288..7a602b9 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -939,7 +939,7 @@ just copy in the newest one.
@kindex --push-state
@cindex push state governing input file handling
@item --push-state
-The @option{--push-state} allows to preserve the current state of the
+The @option{--push-state} allows one to preserve the current state of the
flags which govern the input file handling so that they can all be
restored with one corresponding @option{--pop-state} option.