Changeset 10d90f3 in clfs-embedded for BOOK/cross-tools/common/binutils.xml


Ignore:
Timestamp:
Jan 27, 2011, 4:39:29 AM (13 years ago)
Author:
Andrew Bradford <bradfa@…>
Branches:
master
Children:
e63fb04
Parents:
b8d2978
Message:

Update Binutils to version 2.21

Updated Binutils to version 2.21 and added elfedit and objcopy
as installed programs as they weren't listed but do get installed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/binutils.xml

    rb8d2978 r10d90f3  
    136136
    137137      <seglistitem>
    138         <seg>addr2line, ar, as, c++filt, gprof, ld, nm, objcopy, objdump,
    139         ranlib, readelf, size, strings, and strip</seg>
     138        <seg>addr2line, ar, as, c++filt, elfedit, gprof, ld, nm, objcopy,
     139        objdump, ranlib, readelf, size, strings, and strip</seg>
    140140        <seg>libiberty.a, libbfd.[a,so], and libopcodes.[a,so]</seg>
    141141      </seglistitem>
     
    192192      </varlistentry>
    193193
     194      <varlistentry id="elfedit">
     195        <term><command>elfedit</command></term>
     196        <listitem>
     197          <para>Examine and modify ELF metadata within an ELF object</para>
     198          <indexterm zone="ch-cross-tools-binutils elfedit">
     199            <primary sortas="b-elfedit">elfedit</primary>
     200          </indexterm>
     201        </listitem>
     202      </varlistentry>
     203
    194204      <varlistentry id="gprof">
    195205        <term><command>gprof</command></term>
     
    220230          <indexterm zone="ch-cross-tools-binutils nm">
    221231            <primary sortas="b-nm">nm</primary>
     232          </indexterm>
     233        </listitem>
     234      </varlistentry>
     235
     236      <varlistentry id="objcopy">
     237        <term><command>objcopy</command></term>
     238        <listitem>
     239          <para>Copy the contents of one object file to another</para>
     240          <indexterm zone="ch-cross-tools-binutils objcopy">
     241            <primary sortas="b-objcopy">objcopy</primary>
    222242          </indexterm>
    223243        </listitem>
Note: See TracChangeset for help on using the changeset viewer.