mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Revert "Linux: Consolidate auxiliary vector parsing"
This reverts commit8c8510ab27. The revert is not perfect because the commit included a bug fix for _dl_sysdep_start with an empty argv, introduced in commit2d47fa6862("Linux: Remove DL_FIND_ARG_COMPONENTS"), and this bug fix is kept. The revert is necessary because the reverted commit introduced an early memset call on aarch64, which leads to crash due to lack of TCB initialization.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
#include <elf/dl-support.c>
|
||||
|
||||
/* Populated from the auxiliary vector. */
|
||||
int _dl_cache_line_size;
|
||||
Reference in New Issue
Block a user