This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

minor: punctuation in target-specific


Author: Christopher Yeleighton <giecrilj@stegny.2a.pl> 2019-04-15 02:46:17
Committer: Christopher Yeleighton <giecrilj@stegny.2a.pl> 2019-04-15 02:46:17 Parent: c40e31a1217f6ec9dd47e2e6806c2562096e31fe (Automatic makefile dependencies for generated ld/e*.c)
Branch: master
Follows: users/ARM/embedded-binutils-master-2018q4, users/ARM/embedded-gdb-master-2018q4
Precedes:

    minor: punctuation in target-specific

---------------------------------- ld/ld.texi ----------------------------------
index 20140bce78..b704c4cd0f 100644
@@ -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
@@ -3479,7 +3479,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
@@ -5910,7 +5910,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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]