Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter08/stripping.xml

    ree950a5e r444bc9c  
    5050  rationale for using the <command>install</command> command here.)</para>
    5151
    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>
     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>
    5756
    5857  <important>
     
    7170
    7271<!--<screen><userinput>save_lib="ld-2.25.so libc-2.25.so libpthread-2.25.so libthread_db-1.0.so"-->
    73 <screen><userinput>save_usrlib="$(cd /usr/lib; ls ld-linux*[^g])
     72<screen><userinput>save_usrlib="$(cd /usr/lib; ls ld*.so.*[^g])
    7473             libc.so.6
    7574             libthread_db.so.1
Note: See TracChangeset for help on using the changeset viewer.