From d96d2995c1121d3310102afda2deb1f35761b5e6 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 11 Feb 2022 16:01:19 +0100 Subject: Revert "Linux: Consolidate auxiliary vector parsing" This reverts commit 8c8510ab2790039e58995ef3a22309582413d3ff. The revert is not perfect because the commit included a bug fix for _dl_sysdep_start with an empty argv, introduced in commit 2d47fa68628e831a692cba8fc9050cef435afc5e ("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. --- sysdeps/unix/sysv/linux/powerpc/dl-support.c | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 sysdeps/unix/sysv/linux/powerpc/dl-support.c (limited to 'sysdeps/unix/sysv/linux/powerpc/dl-support.c') diff --git a/sysdeps/unix/sysv/linux/powerpc/dl-support.c b/sysdeps/unix/sysv/linux/powerpc/dl-support.c deleted file mode 100644 index abe68a7049..0000000000 --- a/sysdeps/unix/sysv/linux/powerpc/dl-support.c +++ /dev/null @@ -1,4 +0,0 @@ -#include - -/* Populated from the auxiliary vector. */ -int _dl_cache_line_size; -- cgit v1.2.3-70-g09d2