about summary refs log tree commit diff
path: root/elf/tst-glibc-hwcaps-2-cache.root
Commit message (Collapse)AuthorAgeFilesLines
* ldconfig/x86: Store ISA level in cache and aux cacheH.J. Lu2021-01-132-0/+2
Store ISA level in the portion of the unused upper 32 bits of the hwcaps field in cache and the unused pad field in aux cache. ISA level is stored and checked only for shared objects in glibc-hwcaps subdirectories. The shared objects in the default directories aren't checked since there are no fallbacks for these shared objects. Tested on x86-64-v2, x86-64-v3 and x86-64-v4 machines with --disable-hardcoded-path-in-tests and --enable-hardcoded-path-in-tests.