mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 10:21:05 +00:00
Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.c
The _dl_sysdep_parse_arguments function contains initalization
of a large on-stack variable:
dl_parse_auxv_t auxv_values = { 0, };
This uses a non-inline version of memset on powerpc64le-linux-gnu,
so it must use the baseline memset.
(cherry picked from commit f6ea5d1291
)
This commit is contained in:
parent
198632a05f
commit
7f9f25f255
@ -40,6 +40,7 @@
|
||||
#include <sys/utsname.h>
|
||||
#include <tls.h>
|
||||
#include <unistd.h>
|
||||
#include <dl-symbol-redir-ifunc.h>
|
||||
|
||||
#include <dl-machine.h>
|
||||
#include <dl-hwcap-check.h>
|
||||
|
Loading…
Reference in New Issue
Block a user