]> sourceware.org Git - glibc.git/commit
elf: Add endianness markup to ld.so.cache (bug 27008)
authorFlorian Weimer <fweimer@redhat.com>
Fri, 4 Dec 2020 08:13:43 +0000 (09:13 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 4 Dec 2020 08:16:30 +0000 (09:16 +0100)
commit84ba719b260551918965d0a433914de683087645
tree2a3e5e634f104e0ef2f8592f1925955d8ce63db4
parentdad90d528259b669342757c37dedefa8577e2636
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 <adhemerval.zanella@linaro.org>
elf/cache.c
elf/dl-cache.c
sysdeps/generic/dl-cache.h
This page took 0.048551 seconds and 5 git commands to generate.