mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-07-09 22:04:35 +01:00
Change output if readelf to render on one line like the actual output.
Update formatting for pdf. This is appearance only and did not change version number. Fixes Ticket #2438. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8958 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
4982b58204
commit
dc96e56c08
@ -52,8 +52,7 @@ readelf -l a.out | grep ': /tools'</userinput></screen>
|
|||||||
<para>If everything is working correctly, there should be no errors,
|
<para>If everything is working correctly, there should be no errors,
|
||||||
and the output of the last command will be of the form:</para>
|
and the output of the last command will be of the form:</para>
|
||||||
|
|
||||||
<screen><computeroutput>[Requesting program interpreter:
|
<screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen>
|
||||||
/tools/lib/ld-linux.so.2]</computeroutput></screen>
|
|
||||||
|
|
||||||
<para>Note that <filename class="directory">/tools/lib</filename>, or
|
<para>Note that <filename class="directory">/tools/lib</filename>, or
|
||||||
<filename class="directory">/tools/lib64</filename> for 64-bit machines
|
<filename class="directory">/tools/lib64</filename> for 64-bit machines
|
||||||
|
@ -252,8 +252,7 @@ readelf -l a.out | grep ': /tools'</userinput></screen>
|
|||||||
<para>If everything is working correctly, there should be no errors,
|
<para>If everything is working correctly, there should be no errors,
|
||||||
and the output of the last command will be of the form:</para>
|
and the output of the last command will be of the form:</para>
|
||||||
|
|
||||||
<screen><computeroutput>[Requesting program interpreter:
|
<screen><computeroutput>[Requesting program interpreter: /tools/lib/ld-linux.so.2]</computeroutput></screen>
|
||||||
/tools/lib/ld-linux.so.2]</computeroutput></screen>
|
|
||||||
|
|
||||||
<para>Note that <filename class="directory">/tools/lib</filename>, or
|
<para>Note that <filename class="directory">/tools/lib</filename>, or
|
||||||
<filename class="directory">/tools/lib64</filename> for 64-bit machines
|
<filename class="directory">/tools/lib64</filename> for 64-bit machines
|
||||||
|
@ -113,7 +113,9 @@ tst-fgetwc-ENV = LOCPATH=$(common-objpfx)localedata' libio/Makefile</userinput><
|
|||||||
<para>Fix an error in the constants that get passed to the futex system
|
<para>Fix an error in the constants that get passed to the futex system
|
||||||
call in some cases, causing certain pthread_mutex operations to fail:</para>
|
call in some cases, causing certain pthread_mutex operations to fail:</para>
|
||||||
|
|
||||||
<screen><userinput remap="pre">sed -i -e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \
|
<!-- Format below is for proper pdf generation -->
|
||||||
|
<screen><userinput remap="pre">sed -i \
|
||||||
|
-e 's/FUTEX_WAIT\( | FUTEX_CLOCK_REALTIME, reg\)/FUTEX_WAIT_BITSET\1/' \
|
||||||
nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen>
|
nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S</userinput></screen>
|
||||||
|
|
||||||
<para>The Glibc documentation recommends building Glibc outside of the source
|
<para>The Glibc documentation recommends building Glibc outside of the source
|
||||||
|
@ -151,10 +151,10 @@
|
|||||||
deviation from the instructions or additional patches to some
|
deviation from the instructions or additional patches to some
|
||||||
packages.</para>
|
packages.</para>
|
||||||
|
|
||||||
<para>To see whether your host system has all the appropriate versions, and
|
<para id="version-check">To see whether your host system has all the appropriate versions, and
|
||||||
the ability to compile programs, run the following:</para>
|
the ability to compile programs, run the following:</para>
|
||||||
|
|
||||||
<anchor xreflabel="Version Check Script" id="version-check"/>
|
<!--<anchor xreflabel="Version Check Script" id="version-check"/>-->
|
||||||
<screen role="nodump"><userinput>cat > version-check.sh << "EOF"
|
<screen role="nodump"><userinput>cat > version-check.sh << "EOF"
|
||||||
<literal>#!/bin/bash
|
<literal>#!/bin/bash
|
||||||
export LC_ALL=C
|
export LC_ALL=C
|
||||||
|
Loading…
Reference in New Issue
Block a user