forked from Imagelibrary/binutils-gdb
Update documentation to reflect that the symbol localization options of objcopy do not affect unique symbols.
* doc/binutils.texi (objcopy): Note that the localize symbol options do not affect unique symbols.
This commit is contained in:
@@ -1321,8 +1321,9 @@ such as @option{-L}.
|
||||
|
||||
@item -L @var{symbolname}
|
||||
@itemx --localize-symbol=@var{symbolname}
|
||||
Make symbol @var{symbolname} local to the file, so that it is not
|
||||
visible externally. This option may be given more than once.
|
||||
Convert a global or weak symbol called @var{symbolname} into a local
|
||||
symbol, so that it is not visible externally. This option may be
|
||||
given more than once. Note - unique symbols are not converted.
|
||||
|
||||
@item -W @var{symbolname}
|
||||
@itemx --weaken-symbol=@var{symbolname}
|
||||
|
||||
Reference in New Issue
Block a user