mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-10 19:30:10 +00:00
0a5c6c9d99
And optimize it slightly. This is commit8c8510ab27
revised. In _dl_aux_init in elf/dl-support.c, use an explicit loop and -fno-tree-loop-distribute-patterns to avoid memset. Reviewed-by: Szabolcs Nagy <szabolcs.nagy@arm.com> (cherry picked from commit73fc4e28b9
)
5 lines
98 B
C
5 lines
98 B
C
#include <elf/dl-support.c>
|
|
|
|
/* Populated from the auxiliary vector. */
|
|
int _dl_cache_line_size;
|