mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
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>
4 lines
98 B
C
4 lines
98 B
C
#include <elf/dl-support.c>
|
|
|
|
/* Populated from the auxiliary vector. */
|
|
int _dl_cache_line_size;
|