diff options
author | Frédéric Bérat <fberat@redhat.com> | 2023-07-06 19:14:59 +0200 |
---|---|---|
committer | Frédéric Bérat <fberat@redhat.com> | 2023-07-10 14:48:07 +0200 |
commit | 19f9f7f9d5064ad6608e6d40a3aa1b3db8a4a1ae (patch) | |
tree | 20a08e5306f2f9e9cd7d44bbc63a761c56b0fedb /sysdeps/i386/memset.S | |
parent | e30048fdc1878a65d9a1a13305d74b8de542bae9 (diff) | |
download | glibc-19f9f7f9d5064ad6608e6d40a3aa1b3db8a4a1ae.zip glibc-19f9f7f9d5064ad6608e6d40a3aa1b3db8a4a1ae.tar.gz glibc-19f9f7f9d5064ad6608e6d40a3aa1b3db8a4a1ae.tar.bz2 |
sysdeps: Add missing hidden definitions for i386
Add missing libc_hidden_builtin_def for memset_chk and MEMCPY_CHK on
i386.
Diffstat (limited to 'sysdeps/i386/memset.S')
-rw-r--r-- | sysdeps/i386/memset.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/i386/memset.S b/sysdeps/i386/memset.S index 4a107d6..8557208 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) |