Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/binutils.xml

    r686839b rb6831b6  
    4040    needs to be resolved before running the test suites for Binutils and GCC.</para>
    4141
    42 <!-- Branch update patch area
    43     <para os="p1">The following patch contains a number of updates to the
    44     &binutils-version; branch by the Binutils developers:</para>
    45 
    46     <screen os="p2"><userinput>patch -Np1 -i ../&binutils-branch_update-patch;</userinput></screen>
    47 -->
    48 
    4942    <para os="g">The Binutils documentation recommends building Binutils outside of the
    5043    source directory in a dedicated build directory:</para>
     
    5750<screen os="ca"><userinput>CC="gcc -isystem /usr/include" \
    5851LDFLAGS="-Wl,-rpath-link,/usr/lib:/lib" \
    59   ../binutils-&binutils-dir;/configure --prefix=/usr \
     52  ../binutils-&binutils-version;/configure --prefix=/usr \
    6053    --enable-shared</userinput></screen>
    6154
     
    9891    <para os="p">Test the results:</para>
    9992
    100 <screen os="q"><userinput remap="test">make check</userinput></screen>
     93<screen os="q"><userinput>make check</userinput></screen>
    10194
    10295    <para os="r">Install the package:</para>
     
    107100    file that is needed by some packages:</para>
    108101
    109 <screen os="u"><userinput>cp -v ../binutils-&binutils-dir;/include/libiberty.h /usr/include</userinput></screen>
     102<screen os="u"><userinput>cp -v ../binutils-&binutils-version;/include/libiberty.h /usr/include</userinput></screen>
    110103
    111104  </sect2>
     
    120113
    121114      <seglistitem>
    122         <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, ld.bfd, nm, objcopy,
    123         objdump,
     115        <seg>addr2line, ar, as, c++filt, gprof, ld, nm, objcopy, objdump,
    124116        ranlib, readelf, size, strings, and strip</seg>
    125117        <seg>libiberty.a, libbfd.[a,so], and libopcodes.[a,so]</seg>
     
    178170      </varlistentry>
    179171
    180       <varlistentry id="elfedit">
    181         <term><command>elfedit</command></term>
    182         <listitem>
    183           <para>Updates the ELF header of ELF files</para>
    184           <indexterm zone="ch-system-binutils elfedit">
    185             <primary sortas="b-elfedit">elfedit</primary>
    186           </indexterm>
    187         </listitem>
    188       </varlistentry>
    189 
    190172      <varlistentry id="gprof">
    191173        <term><command>gprof</command></term>
     
    206188          <indexterm zone="ch-system-binutils ld">
    207189            <primary sortas="b-ld">ld</primary>
    208           </indexterm>
    209         </listitem>
    210       </varlistentry>
    211 
    212       <varlistentry id="ld.bfd">
    213         <term><command>ld.bfd</command></term>
    214         <listitem>
    215           <para>Hard link to <command>ld</command></para>
    216           <indexterm zone="ch-system-binutils ld.bfd">
    217             <primary sortas="b-ld.bfd">ld.bfd</primary>
    218190          </indexterm>
    219191        </listitem>
Note: See TracChangeset for help on using the changeset viewer.