mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
Slight wording improvement for the -Ur documentation
This commit is contained in:
@ -1147,10 +1147,11 @@ input to @command{ld}. For other binaries however the @option{-Ur}
|
|||||||
option is similar to @option{-r} but it also resolves references to
|
option is similar to @option{-r} but it also resolves references to
|
||||||
constructors and destructors.
|
constructors and destructors.
|
||||||
|
|
||||||
It does not work to use @option{-Ur} on files that were themselves
|
For those systems where @option{-r} and @option{-Ur} behave
|
||||||
linked with @option{-Ur}; once the constructor table has been built,
|
differently, it does not work to use @option{-Ur} on files that were
|
||||||
it cannot be added to. Use @option{-Ur} only for the last partial
|
themselves linked with @option{-Ur}; once the constructor table has
|
||||||
link, and @option{-r} for the others.
|
been built, it cannot be added to. Use @option{-Ur} only for the last
|
||||||
|
partial link, and @option{-r} for the others.
|
||||||
|
|
||||||
@kindex --orphan-handling=@var{MODE}
|
@kindex --orphan-handling=@var{MODE}
|
||||||
@cindex orphan sections
|
@cindex orphan sections
|
||||||
|
Reference in New Issue
Block a user