aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Yeleighton <giecrilj@stegny.2a.pl>2019-04-26 15:23:59 +0100
committerNick Clifton <nickc@redhat.com>2019-04-26 15:23:59 +0100
commita094d01f01688a49810c2cd970086ed22ea617f4 (patch)
tree54f1eb0d1e27fb59d240b97223a73a1357cb7c6b
parent152d61760a048909bf93f256063b5657b34ffd4c (diff)
downloadgdb-a094d01f01688a49810c2cd970086ed22ea617f4.zip
gdb-a094d01f01688a49810c2cd970086ed22ea617f4.tar.gz
gdb-a094d01f01688a49810c2cd970086ed22ea617f4.tar.bz2
Fix the hyphenation of word phrases such as "target specific" and "machine specific".
* ld.texi: Properly hyphenate the word "specific".
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/ld.texi12
2 files changed, 10 insertions, 6 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 7a00864..198e138 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-26 Christopher Yeleighton <giecrilj@stegny.2a.pl>
+
+ * ld.texi: Properly hyphenate the word "specific".
+
2019-04-25 H.J. Lu <hongjiu.lu@intel.com>
PR ld/24406
diff --git a/ld/ld.texi b/ld/ld.texi
index 41e9593..964af12 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -556,7 +556,7 @@ first check whether there is a definition in the shared object
in the filter object. The shared object @var{name} need not exist.
Thus the shared object @var{name} may be used to provide an alternative
implementation of certain functions, perhaps for debugging or for
-machine specific performance.
+machine-specific performance.
This option may be specified more than once. The DT_AUXILIARY entries
will be created in the order in which they appear on the command line.
@@ -1607,7 +1607,7 @@ entry point code that is capable of processing these relocations.
@kindex --embedded-relocs
@item --embedded-relocs
This option is similar to the @option{--emit-relocs} option except
-that the relocs are stored in a target specific section. This option
+that the relocs are stored in a target-specific section. This option
is only supported by the @samp{BFIN}, @samp{CR16} and @emph{M68K}
targets.
@@ -1717,7 +1717,7 @@ Print a summary of the command-line options on the standard output and exit.
@kindex --target-help
@item --target-help
-Print a summary of all target specific options on the standard output and exit.
+Print a summary of all target-specific options on the standard output and exit.
@kindex -Map=@var{mapfile}
@item -Map=@var{mapfile}
@@ -1909,7 +1909,7 @@ This option is only supported on a few targets.
@xref{PowerPC ELF32,,@command{ld} and PowerPC 32-bit ELF Support}.
@end ifset
-On some platforms the @samp{--relax} option performs target specific,
+On some platforms the @samp{--relax} option performs target-specific,
global optimizations that become possible when the linker resolves
addressing in the program, such as relaxing address modes,
synthesizing new instructions, selecting shorter version of current
@@ -3476,7 +3476,7 @@ the @samp{-e} @var{entry} command-line option;
@item
the @code{ENTRY(@var{symbol})} command in a linker script;
@item
-the value of a target specific symbol, if it is defined; For many
+the value of a target-specific symbol, if it is defined; For many
targets this is @code{start}, but PE- and BeOS-based systems for example
check a list of possible entry symbols, matching the first one found.
@item
@@ -5907,7 +5907,7 @@ conjunction with the base suffixes mentioned above.
@subsection Symbolic Constants
@cindex symbolic constants
@kindex CONSTANT
-It is possible to refer to target specific constants via the use of
+It is possible to refer to target-specific constants via the use of
the @code{CONSTANT(@var{name})} operator, where @var{name} is one of:
@table @code