Changeset 8ec5b53 for chapter08/gcc.xml


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
  • chapter08/gcc.xml

    ra84c732 r8ec5b53  
    235235  platform-specific differences in the dynamic linker name):</para>
    236236
    237 <screen><computeroutput>[Requesting program interpreter: /lib64/ld-linux-x86-64.so.2]</computeroutput></screen>
     237<screen><computeroutput>[Requesting program interpreter: /lib64/ld-linux-loongarch-lp64d.so.1]</computeroutput></screen>
    238238
    239239  <para>Now make sure that we're set up to use the correct start files:</para>
     
    313313  platform-specific differences in dynamic linker name):</para>
    314314
    315 <screen><computeroutput>found ld-linux-x86-64.so.2 at /usr/lib/ld-linux-x86-64.so.2</computeroutput></screen>
     315<screen><computeroutput>found ld-linux-loongarch-lp64d.so.1 at /usr/lib/ld-linux-loongarch-lp64d.so.1</computeroutput></screen>
    316316
    317317  <para>If the output does not appear as shown above or is not received
Note: See TracChangeset for help on using the changeset viewer.