mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01: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.
This commit is contained in:
parent
176671f604
commit
f6ea5d1291
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue