Changeset 57977df for general/prog


Ignore:
Timestamp:
03/01/2016 01:10:10 AM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
8964c2f
Parents:
cbeee2c
Message:

gobject-introspection: Mako is now in the book
Textual changes - plenty of them.
libva: Add instructions for building without EGL and GLX
Tags through Mesa

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17044 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/elfutils.xml

    rcbeee2c r57977df  
    3737    </para>
    3838
    39     &lfs78_checked;
     39    &lfs79_checked;
    4040
    4141    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    122122    <para>
    123123      <parameter>--program-prefix="eu-"</parameter>: This switch renames
    124       installed programs to avoid conflict with
     124      installed programs to avoid conflict with the
    125125      <application>Binutils</application> programs installed in LFS.
    126126    </para>
     
    167167        <listitem>
    168168          <para>
    169             convert addresses into file names and line numbers.
     169            converts addresses into file names and line numbers.
    170170          </para>
    171171          <indexterm zone="elfutils eu-addr2line">
     
    179179        <listitem>
    180180          <para>
    181             create, modify, and extract from archives.
     181            creates, modifies, and extracts from archives.
    182182          </para>
    183183          <indexterm zone="elfutils eu-ar">
     
    191191        <listitem>
    192192          <para>
    193             compare relevant parts of two ELF files for equality.
     193            compares relevant parts of two ELF files for equality.
    194194          </para>
    195195          <indexterm zone="elfutils eu-elfcmp">
     
    203203        <listitem>
    204204          <para>
    205             compress or decompress sections in an ELF file.
     205            compresses or decompresses sections in an ELF file.
    206206          </para>
    207207          <indexterm zone="elfutils eu-elfcompress">
     
    215215        <listitem>
    216216          <para>
    217             pedantic checking of ELF files compliance with gABI/psABI spec.
     217            does pedantic checking of an ELF file's compliance with the gABI/psABI spec.
    218218          </para>
    219219          <indexterm zone="elfutils eu-elflint">
     
    227227        <listitem>
    228228          <para>
    229             locate source of text relocations in FILEs (a.out by default).
     229            locates the source of text relocations in FILEs (a.out by default).
    230230          </para>
    231231          <indexterm zone="elfutils eu-findtextrel">
     
    239239        <listitem>
    240240          <para>
    241             combine object and archive files.
     241            combines object and archive files.
    242242          </para>
    243243          <indexterm zone="elfutils eu-ld">
     
    251251        <listitem>
    252252          <para>
    253             list symbols from FILEs (a.out by default).
     253            lists symbols from FILEs (a.out by default).
    254254          </para>
    255255          <indexterm zone="elfutils eu-nm">
     
    263263        <listitem>
    264264          <para>
    265             show information from FILEs (a.out by default).
     265            shows information from FILEs (a.out by default).
    266266          </para>
    267267          <indexterm zone="elfutils eu-objdump">
     
    275275        <listitem>
    276276          <para>
    277             generate an index to speed access to archives.
     277            generates an index to speed access to archives.
    278278          </para>
    279279          <indexterm zone="elfutils eu-ranlib">
     
    287287        <listitem>
    288288          <para>
    289             print information from ELF file in human-readable form.
     289            prints information from ELF file in human-readable form.
    290290          </para>
    291291          <indexterm zone="elfutils eu-readelf">
     
    299299        <listitem>
    300300          <para>
    301             list section sizes of FILEs (a.out by default).
     301            lists section sizes of FILEs (a.out by default).
    302302          </para>
    303303          <indexterm zone="elfutils eu-size">
     
    311311        <listitem>
    312312          <para>
    313             print a stack for each thread in a process or core file.
     313            prints a stack for each thread in a process or core file.
    314314          </para>
    315315          <indexterm zone="elfutils eu-stack">
     
    323323        <listitem>
    324324          <para>
    325             print the strings of printable characters in files.
     325            prints the strings of printable characters in files.
    326326          </para>
    327327          <indexterm zone="elfutils eu-strings">
     
    335335        <listitem>
    336336          <para>
    337             discard symbols from object files.
     337            discards symbols from object files.
    338338          </para>
    339339          <indexterm zone="elfutils eu-strip">
     
    347347        <listitem>
    348348          <para>
    349             combine stripped files with separate symbols and debug information.
     349            combines stripped files with separate symbols and debug information.
    350350          </para>
    351351          <indexterm zone="elfutils eu-unstrip">
Note: See TracChangeset for help on using the changeset viewer.