public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.c
@ 2024-06-18  8:56 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2024-06-18  8:56 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f6ea5d1291cf3f264514d03872ebae84e0293b69

commit f6ea5d1291cf3f264514d03872ebae84e0293b69
Author: Florian Weimer <fweimer@redhat.com>
Date:   Tue Jun 18 10:56:34 2024 +0200

    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.

Diff:
---
 sysdeps/unix/sysv/linux/dl-sysdep.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysdeps/unix/sysv/linux/dl-sysdep.c b/sysdeps/unix/sysv/linux/dl-sysdep.c
index e1b14e9eb3..a8ec2d7c18 100644
--- a/sysdeps/unix/sysv/linux/dl-sysdep.c
+++ b/sysdeps/unix/sysv/linux/dl-sysdep.c
@@ -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>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-06-18  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-18  8:56 [glibc] Linux: Include <dl-symbol-redir-ifunc.h> in dl-sysdep.c Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).