1
0
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 commit 8c8510ab27.  The
revert is not perfect because the commit included a bug fix for
_dl_sysdep_start with an empty argv, introduced in commit
2d47fa6862 ("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:
Florian Weimer
2022-02-11 16:01:19 +01:00
parent 02561bb48a
commit d96d2995c1
6 changed files with 180 additions and 106 deletions

View File

@@ -1,4 +0,0 @@
#include <elf/dl-support.c>
/* Populated from the auxiliary vector. */
int _dl_cache_line_size;