From: Alan Modra Date: Mon, 2 Mar 2015 06:23:07 +0000 (+1030) Subject: Correct -z nocopyreloc doc X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=daf220f0a7322ab97390d4ff33d0b4202267117d;p=deliverable%2Fbinutils-gdb.git 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 65aadc0d31..0f8fbc47c6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2015-03-02 Alan Modra + + * ld.texinfo (Options <-z nocopyreloc>): Rewrite. + 2015-02-27 Nick Clifton PR ld/17900 diff --git a/ld/ld.texinfo b/ld/ld.texinfo index 314d3f3bcd..440fa4158a 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