mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-11 16:02:46 +03:00
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;
|