Changeset 8b9efe67 for chapter05


Ignore:
Timestamp:
08/26/2022 12:31:32 PM (2 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/arm64, xry111/arm64-12.0
Children:
728b8d8
Parents:
c18558c
git-author:
Xi Ruoyao <xry111@…> (08/24/2022 03:50:29 PM)
git-committer:
Xi Ruoyao <xry111@…> (08/26/2022 12:31:32 PM)
Message:

arm64: update ELF loader paths

See https://sourceware.org/glibc/wiki/ABIList#aarch64.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    rc18558c r8b9efe67  
    181181      and the output of the last command will be of the form:</para>
    182182
    183 <screen><computeroutput>[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]</computeroutput></screen>
    184 
    185       <para>Note that for 32-bit machines, the interpreter name will be
    186       <filename>/lib/ld-linux.so.2</filename>.</para>
     183<screen><computeroutput>[Requesting program interpreter: /lib/ld-linux-aarch64.so.1]</computeroutput></screen>
     184
     185      <para>Note that for big-endian machines, the interpreter name will be
     186          <filename>/lib/ld-linux-aarch64_be.so.1</filename>.</para>
    187187
    188188      <para>If the output is not shown as above or there was no output at all,
Note: See TracChangeset for help on using the changeset viewer.