public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] sysdeps: Add missing hidden definitions for i386
@ 2023-07-10 12:50 Frederic Berat
  0 siblings, 0 replies; only message in thread
From: Frederic Berat @ 2023-07-10 12:50 UTC (permalink / raw)
  To: glibc-cvs

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

commit 19f9f7f9d5064ad6608e6d40a3aa1b3db8a4a1ae
Author: Frédéric Bérat <fberat@redhat.com>
Date:   Thu Jul 6 19:14:59 2023 +0200

    sysdeps: Add missing hidden definitions for i386
    
    Add missing libc_hidden_builtin_def for memset_chk and MEMCPY_CHK on
    i386.

Diff:
---
 sysdeps/i386/memcpy.S | 1 +
 sysdeps/i386/memset.S | 1 +
 2 files changed, 2 insertions(+)

diff --git a/sysdeps/i386/memcpy.S b/sysdeps/i386/memcpy.S
index a6512b453e..e48396ea21 100644
--- a/sysdeps/i386/memcpy.S
+++ b/sysdeps/i386/memcpy.S
@@ -46,6 +46,7 @@ ENTRY (MEMCPY_CHK)
 	cmpl	%eax, 16(%esp)
 	jb	HIDDEN_JUMPTARGET (__chk_fail)
 END (MEMCPY_CHK)
+libc_hidden_builtin_def (MEMCPY_CHK)
 #endif
 ENTRY (MEMCPY)
 	PUSH	(%esi)
diff --git a/sysdeps/i386/memset.S b/sysdeps/i386/memset.S
index 4a107d604b..855720822e 100644
--- a/sysdeps/i386/memset.S
+++ b/sysdeps/i386/memset.S
@@ -40,6 +40,7 @@ ENTRY (__memset_chk)
 	cmpl	%eax, 16(%esp)
 	jb	HIDDEN_JUMPTARGET (__chk_fail)
 END (__memset_chk)
+libc_hidden_builtin_def (__memset_chk)
 #endif
 ENTRY (memset)
 	PUSH    (%edi)

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

only message in thread, other threads:[~2023-07-10 12:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-10 12:50 [glibc] sysdeps: Add missing hidden definitions for i386 Frederic Berat

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).