diff options
author | Alan Modra <amodra@gmail.com> | 2015-03-02 16:53:07 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-03-02 16:57:08 +1030 |
commit | daf220f0a7322ab97390d4ff33d0b4202267117d (patch) | |
tree | 84a79094f7e31395a16076f11e2e679d39ffdb8a /ld/ld.texinfo | |
parent | a07229507b48662c2d08957dca9e2d8ad16c407b (diff) | |
download | gdb-daf220f0a7322ab97390d4ff33d0b4202267117d.zip gdb-daf220f0a7322ab97390d4ff33d0b4202267117d.tar.gz gdb-daf220f0a7322ab97390d4ff33d0b4202267117d.tar.bz2 |
Correct -z nocopyreloc doc
This option is misnamed. It should probably be called -z nodynbss,
but it's too late to change now.
* ld.texinfo (Options <-z nocopyreloc>): Rewrite.
Diffstat (limited to 'ld/ld.texinfo')
-rw-r--r-- | ld/ld.texinfo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 314d3f3..440fa41 100644 --- a/ld/ld.texinfo +++ b/ld/ld.texinfo @@ -1088,7 +1088,8 @@ Allows multiple definitions. Disables multiple reloc sections combining. @item nocopyreloc -Disables production of copy relocs. +Disable linker generated .dynbss variables used in place of variables +defined in shared libraries. May result in dynamic text relocations. @item nodefaultlib Marks the object that the search for dependencies of this object will |