Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/stripping.xml

    r444bc9c ree950a5e  
    5050  rationale for using the <command>install</command> command here.)</para>
    5151
    52   <note><para>The ELF loader's name may be platform specific.
    53   The contruct below selects the correct name for the current architecture,
    54   excluding anything ending with <literal>g</literal>, in case the commands
    55   below have already been run.</para></note>
     52  <note><para>The ELF loader's name is ld-linux-x86-64.so.2 on 64-bit systems
     53  and ld-linux.so.2 on 32-bit systems.  The construct below selects the
     54  correct name for the current architecture, excluding anything ending
     55  with <literal>g</literal>, in case the commands below have already been
     56  run.</para></note>
    5657
    5758  <important>
     
    7071
    7172<!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"-->
    72 <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld*.so.*[^g])
     73<screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*[^g])
    7374             libc.so.6
    7475             libthread_db.so.1
Note: See TracChangeset for help on using the changeset viewer.