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

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
This commit is contained in:
Kugan Vivekanandarajah 2016-01-19 21:49:32 +00:00 committed by Kugan Vivekanandarajah
parent 96e19adabc
commit ac0653cf6d
2 changed files with 5 additions and 4 deletions

View 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.

View 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,