mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
73fc4e28b9
And optimize it slightly.
This is commit 8c8510ab27
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>
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;
|