Changeset 8ec5b53 for chapter05


Ignore:
Timestamp:
06/11/2023 08:40:43 PM (13 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1
Children:
1c09ae8
Parents:
a84c732
git-author:
Xi Ruoyao <xry111@…> (06/10/2023 05:52:07 PM)
git-committer:
Xi Ruoyao <xry111@…> (06/11/2023 08:40:43 PM)
Message:

loongarch: Update ELF loader paths

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

Currently we don't consider soft-float because there is no soft-float
hardwares or distros available.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter05/glibc.xml

    ra84c732 r8ec5b53  
    202202      and the output of the last command will be of the form:</para>
    203203
    204 <screen><computeroutput>[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]</computeroutput></screen>
    205 
     204<screen><computeroutput>[Requesting program interpreter: /lib64/ld-linux-loongarch-lp64d.so.1]</computeroutput></screen>
     205<!--
    206206      <para>Note that for 32-bit machines, the interpreter name will be
    207207      <filename>/lib/ld-linux.so.2</filename>.</para>
    208 
     208-->
    209209      <para>If the output is not as shown above, or there is no output at all,
    210210      then something is wrong. Investigate and retrace the steps to find out
Note: See TracChangeset for help on using the changeset viewer.