diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e947d1ddd15..f41b2c626db 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2016-01-20 Kugan Vivekanandarajah + + * doc/lto.texi: Remove text that says only Gold has linker plugin + support. + 2016-01-19 Eric Botcazou * dwarf2out.c (need_endianity_attribute_p): New inline predicate. diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi index 51aa796e9a3..9269e55ca31 100644 --- a/gcc/doc/lto.texi +++ b/gcc/doc/lto.texi @@ -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,