diff mbox

Remove outdated text from lto.texi

Message ID 569E1655.8070605@linaro.org
State New
Headers show

Commit Message

Kugan Vivekanandarajah Jan. 19, 2016, 10:56 a.m. UTC
Hi,

lto.texi has "Currently, the linker plugin works only in combination
with the Gold linker, but a GNU ld implementation is under development".
I don't think this is true any more. Attached patch removes this. is
this OK for trunk?

Thanks,
Kugan

gcc/ChangeLog:

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

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

Comments

Jeff Law Jan. 19, 2016, 4:53 p.m. UTC | #1
On 01/19/2016 03:56 AM, Kugan wrote:
> Hi,
>
> lto.texi has "Currently, the linker plugin works only in combination
> with the Gold linker, but a GNU ld implementation is under development".
> I don't think this is true any more. Attached patch removes this. is
> this OK for trunk?
>
> Thanks,
> Kugan
>
> gcc/ChangeLog:
>
> 2016-01-19  Kugan Vivekanandarajah  <kuganv@linaro.org>
>
> 	* doc/lto.texi: Remove text that says only Gold has linker plugin
> 	support.
OK.

Thanks,
jeff
diff mbox

Patch

diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi
index 51aa796..9269e55 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,