]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
lto.texi: Remove text that says only Gold has linker plugin support.
authorKugan Vivekanandarajah <kuganv@linaro.org>
Tue, 19 Jan 2016 21:49:32 +0000 (21:49 +0000)
committerKugan Vivekanandarajah <kugan@gcc.gnu.org>
Tue, 19 Jan 2016 21:49:32 +0000 (21:49 +0000)
gcc/ChangeLog:

2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>

* doc/lto.texi: Remove text that says only Gold has linker plugin
support.

From-SVN: r232587

gcc/ChangeLog
gcc/doc/lto.texi

index e947d1ddd15b1ece65dd137f4bfe05e8e333c58b..f41b2c626dbc39307f71356ef8bc2130475df6c7 100644 (file)
@@ -1,3 +1,8 @@
+2016-01-20  Kugan Vivekanandarajah  <kuganv@linaro.org>
+
+       * doc/lto.texi: Remove text that says only Gold has linker plugin
+       support.
+
 2016-01-19  Eric Botcazou  <ebotcazou@adacore.com>
 
        * dwarf2out.c (need_endianity_attribute_p): New inline predicate.
index 51aa796e9a3450b09de8dd614e02cffc0f850c82..9269e55ca313b33cddb4d389b789b1274b685521 100644 (file)
@@ -538,10 +538,6 @@ plugin obtains the symbol resolution information which specifies
 which symbols provided by the claimed objects are bound from the
 rest of a binary being linked.
 
-Currently, the linker plugin  works only in combination
-with the Gold linker, but a GNU ld implementation is under
-development.
-
 GCC is designed to be independent of the rest of the toolchain
 and aims to support linkers without plugin support.  For this
 reason it does not use the linker plugin by default.  Instead,