Changeset 3c24b73 in clfs-embedded for BOOK/cross-tools
- Timestamp:
- Jan 29, 2011, 9:37:26 AM (14 years ago)
- Branches:
- master
- Children:
- 4bea81e
- Parents:
- 146f85d
- git-author:
- Andrew Bradford <bradfa@…> (01/27/11 04:39:29)
- git-committer:
- Joe Ciccone <jciccone@…> (01/29/11 09:37:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r146f85d r3c24b73 136 136 137 137 <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> 140 140 <seg>libiberty.a, libbfd.[a,so], and libopcodes.[a,so]</seg> 141 141 </seglistitem> … … 192 192 </varlistentry> 193 193 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 194 204 <varlistentry id="gprof"> 195 205 <term><command>gprof</command></term> … … 220 230 <indexterm zone="ch-cross-tools-binutils nm"> 221 231 <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> 222 242 </indexterm> 223 243 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.