[docs][llvm-objcopy] Improve some wording.

llvm-svn: 365187
This commit is contained in:
James Henderson 2019-07-05 11:57:07 +00:00
parent cf1a11ded2
commit 1a517a4630
1 changed files with 4 additions and 4 deletions

View File

@ -150,10 +150,10 @@ them.
.. option:: --add-symbol <name>=[<section>:]<value>[,<flags>]
Add to the output a new symbol called ``<name>`` to the symbol table, in the
section named ``<section>``, with value ``<value>``. If ``<section>`` is not
specified, the symbol is added as an absolute symbol. The ``<flags>`` affect
the symbol properties. Accepted values are:
Add a new symbol called ``<name>`` to the output symbol table, in the section
named ``<section>``, with value ``<value>``. If ``<section>`` is not specified,
the symbol is added as an absolute symbol. The ``<flags>`` affect the symbol
properties. Accepted values are:
- `global` = the symbol will have global binding.
- `local` = the symbol will have local binding.