diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-01-15 13:50:48 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2023-01-15 13:50:48 -0600 |
commit | 3b6f5e2c5f14d6ee013f4f309af536b1a7a9c335 (patch) | |
tree | 48f63fd9236c4bce5aee1d985a78c79897d347c8 /chapter08 | |
parent | 178d268fbff1dc96aaac1ad94fa03dc5da0e6ff9 (diff) |
Package updates.
Update to iana-etc-20230109.
Update to binutils-2.40.
Update to bc-6.2.2.
Update to linux-6.1.6.
Update to man-db-2.11.2.
Update to mpfr-4.2.0.
Update to ncurses-6.4.
Update to xz-5.4.1.
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> |