Comment 3 for bug 1906250

Revision history for this message
In , Florian Weimer (fweimer) wrote :

Fixed for glibc 2.33 via:

commit 84ba719b260551918965d0a433914de683087645
Author: Florian Weimer <email address hidden>
Date: Fri Dec 4 09:13:43 2020 +0100

    elf: Add endianness markup to ld.so.cache (bug 27008)

    Use a reserved byte in the new format cache header to indicate whether
    the file is in little endian or big endian format. Eventually, this
    information could be used to provide a unified cache for qemu-user
    and similiar scenarios.

    Reviewed-by: Adhemerval Zanella <email address hidden>