mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 04:49:54 +08:00
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.
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
2015-03-02 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* ld.texinfo (Options <-z nocopyreloc>): Rewrite.
|
||||
|
||||
2015-02-27 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
PR ld/17900
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user