diff options
Diffstat (limited to 'chapter08')
-rw-r--r-- | chapter08/binutils.xml | 19 |
1 files changed, 15 insertions, 4 deletions
diff --git a/chapter08/binutils.xml b/chapter08/binutils.xml index f2061d5b8..2c5056fa2 100644 --- a/chapter08/binutils.xml +++ b/chapter08/binutils.xml @@ -179,9 +179,9 @@ cd build</userinput></screen> some gas tests may fail if parallel jobs are used. If you are not assured of the correctness of gas, invoke <command>make check-gas</command> to run the gas test suite separately and - all tests should pass. Three gprofng tests yield the + all tests should pass. <!--Three gprofng tests yield the <literal>ERROR</literal> result, and they are counted as - <literal>UNRESOLVED</literal> in the summary.</para> + <literal>UNRESOLVED</literal> in the summary.--></para> <para>Install the package:</para> @@ -189,7 +189,7 @@ cd build</userinput></screen> <para>Remove useless static libraries and an empty man page:</para> -<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,opcodes}.a +<screen><userinput remap="install">rm -fv /usr/lib/lib{bfd,ctf,ctf-nobfd,libsframe,opcodes}.a rm -fv /usr/share/man/man1/gprofng.1</userinput></screen> </sect2> @@ -205,7 +205,7 @@ rm -fv /usr/share/man/man1/gprofng.1</userinput></screen> <seglistitem> <seg>addr2line, ar, as, c++filt, dwp, elfedit, gprof, gprofng, ld, ld.bfd, ld.gold, nm, objcopy, objdump, ranlib, readelf, size, strings, and strip</seg> - <seg>libbfd.so, libctf.so, libctf-nobfd.so, and libopcodes.so</seg> + <seg>libbfd.so, libctf.so, libctf-nobfd.so, libopcodes.so, and libsframe.so</seg> <seg>/usr/lib/ldscripts</seg> </seglistitem> </segmentedlist> @@ -466,6 +466,17 @@ rm -fv /usr/share/man/man1/gprofng.1</userinput></screen> </listitem> </varlistentry> + <varlistentry id="libsframe"> + <term><filename class="libraryfile">libsframe</filename></term> + <listitem> + <para>A library to support online backtracing using a + simple unwinder.</para> + <indexterm zone="ch-system-binutils libsframe"> + <primary sortas="c-libsframe">libsframe</primary> + </indexterm> + </listitem> + </varlistentry> + </variablelist> </sect2> |