| Newsgroups |
gmane.linux.lfs.book |
| Message-ID |
<173881019093.8696.4095617719520262208@rivendell.linuxfromscratch.org> |
This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch trunk
in repository lfs.
The following commit(s) were added to refs/heads/trunk by this push:
new 40ca48d44 binutils: Drop stale references to gold
40ca48d44 is described below
commit 40ca48d44fb8794633a466015ab5b34f978bf2c6
Author: Xi Ruoyao <[email protected]>
AuthorDate: Thu Feb 6 10:44:28 2025 +0800
binutils: Drop stale references to gold
I'm surprised --enable-gold doesn't cause an error when the tarball does
not contain gold.
---
chapter08/binutils.xml | 28 +---------------------------
1 file changed, 1 insertion(+), 27 deletions(-)
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml
index 6717543da..70f6bd026 100644
--- a/chapter08/binutils.xml
+++ b/chapter08/binutils.xml
@@ -57,7 +57,6 @@ cd build</userinput></screen>
<screen><userinput remap="configure">../configure --prefix=/usr \
--sysconfdir=/etc \
- --enable-gold \
--enable-ld=default \
--enable-plugins \
--enable-shared \
@@ -70,14 +69,6 @@ cd build</userinput></screen>
<variablelist>
<title>The meaning of the new configure parameters:</title>
- <varlistentry>
- <term><parameter>--enable-gold</parameter></term>
- <listitem>
- <para>Build the gold linker and install it as ld.gold (alongside the
- default linker).</para>
- </listitem>
- </varlistentry>
-
<varlistentry>
<term><parameter>--enable-ld=default</parameter></term>
<listitem>
@@ -142,12 +133,6 @@ cd build</userinput></screen>
<screen><userinput remap="test">grep '^FAIL:' $(find -name '*.log')</userinput></screen>
- <para>Twelve tests fail in the gold test suite when the
- <option>--enable-default-pie</option> and
- <option>--enable-default-ssp</option> options are passed to GCC.</para>
-
- <!-- <para>Three tests in the gprofng suite are also known to fail.</para>-->
-
<para>Install the package:</para>
<screen><userinput remap="install">make tooldir=/usr install</userinput></screen>
@@ -167,7 +152,7 @@ cd build</userinput></screen>
<segtitle>Installed directory</segtitle>
<seglistitem>
- <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, ld.gold, nm,
+ <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, nm,
objcopy, objdump, ranlib, readelf, size, strings, and strip</seg>
<seg>libbfd.so, libctf.so, libctf-nobfd.so, libgprofng.so,
libopcodes.so, and libsframe.so</seg>
@@ -277,17 +262,6 @@ cd build</userinput></screen>
</listitem>
</varlistentry>
- <varlistentry id="ld.gold">
- <term><command>ld.gold</command></term>
- <listitem>
- <para>A cut down version of ld that only supports the
- elf object file format</para>
- <indexterm zone="ch-system-binutils ld.gold">
- <primary sortas="b-ld.gold">ld.gold</primary>
- </indexterm>
- </listitem>
- </varlistentry>
-
<varlistentry id="ld.bfd">
<term><command>ld.bfd</command></term>
<listitem>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
--
http://lists.linuxfromscratch.org/sympa/info/lfs-book
Unsubscribe: See the above information page