diff options
author | Kugan Vivekanandarajah <kuganv@linaro.org> | 2016-01-19 21:49:32 +0000 |
---|---|---|
committer | Kugan Vivekanandarajah <kugan@gcc.gnu.org> | 2016-01-19 21:49:32 +0000 |
commit | ac0653cf6dfc82fcfeab8a964c587db9b2dbb809 (patch) | |
tree | 43775d03fa710575fdf96ffaf491f25165706b01 | |
parent | 96e19adabc801466488253b86ed90cfed0ed5606 (diff) | |
download | gcc-ac0653cf6dfc82fcfeab8a964c587db9b2dbb809.zip gcc-ac0653cf6dfc82fcfeab8a964c587db9b2dbb809.tar.gz gcc-ac0653cf6dfc82fcfeab8a964c587db9b2dbb809.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/lto.texi | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e947d1d..f41b2c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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. 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, |