summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzehata <zenon.hans.taneka@dhs.sg>2018-11-22 09:25:43 +0800
committerJoel Sherrill <joel@rtems.org>2018-11-22 09:59:28 -0600
commit2ce44de54c3ee401ceec481df2504af12d2041d0 (patch)
treeab4ef0d30f9979c6e57f63aabf3152afa5469977
parentpipe/fifo.c: Remove dead code (CID 1437649) (diff)
downloadrtems-2ce44de54c3ee401ceec481df2504af12d2041d0.tar.bz2
Changed slightly awkward sentence structure
-rw-r--r--bsps/x86_64/amd64/start/linkcmds9
1 files changed, 4 insertions, 5 deletions
diff --git a/bsps/x86_64/amd64/start/linkcmds b/bsps/x86_64/amd64/start/linkcmds
index 103e1fb27d..20de902adb 100644
--- a/bsps/x86_64/amd64/start/linkcmds
+++ b/bsps/x86_64/amd64/start/linkcmds
@@ -68,7 +68,7 @@ SECTIONS
PROVIDE_HIDDEN (__rela_iplt_end = .);
}
.rtemsroset : {
- /* for pre rtems-libbsd FreeBSD code */
+ /* for preā€“RTEMS libbsd FreeBSD code */
__start_set_sysctl_set = .;
*(set_sysctl_*);
__stop_set_sysctl_set = .;
@@ -160,13 +160,12 @@ SECTIONS
{
/* gcc uses crtbegin.o to find the start of
the constructors, so we make sure it is
- first. Because this is a wildcard, it
+ the first. Because this is a wildcard, it
doesn't matter if the user does not
actually link against crtbegin.o; the
linker won't look for a file to match a
- wildcard. The wildcard also means that it
- doesn't matter which directory crtbegin.o
- is in. */
+ wildcard. The wildcard also means that which
+ directory crtbegin.o is in doesn't matter */
KEEP (*crtbegin.o(.ctors))
KEEP (*crtbegin?.o(.ctors))
/* We don't want to include the .ctor section from