diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index cf1c4f895..bca7af090 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -51,7 +51,6 @@ cd build ../configure --prefix=/usr \ --sysconfdir=/etc \ - --enable-gold \ --enable-ld=default \ --enable-plugins \ --enable-shared \ @@ -61,14 +60,6 @@ cd build The meaning of the configure parameters: - - --enable-gold - - Build the gold linker and install it as ld.gold (alongside the - default linker). - - - --enable-ld=default @@ -141,10 +132,6 @@ cd build grep '^FAIL:' $(find -name '*.log') - Twelve tests fail in the gold test suite when the - and - options are passed to GCC. - Install the package: make tooldir=/usr install @@ -165,7 +152,7 @@ rm -fv /usr/share/man/man1/{gprofng,gp-*}.1 Installed directory - addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, ld.gold, nm, + addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, nm, objcopy, objdump, ranlib, readelf, size, strings, and strip libbfd.so, libctf.so, libctf-nobfd.so, libopcodes.so, and libsframe.so /usr/lib/ldscripts @@ -274,17 +261,6 @@ rm -fv /usr/share/man/man1/{gprofng,gp-*}.1 - - ld.gold - - A cut down version of ld that only supports the - elf object file format - - ld.gold - - - - ld.bfd