aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/x32/Makefile
AgeCommit message (Expand)Author
2022-12-02x86-64 strncat: Properly handle the length parameter [BZ# 24097]H.J. Lu
2022-10-31Fix build with GCC 13 _FloatN, _FloatNx built-in functionsJoseph Myers
2021-07-12mcheck: Align struct hdr to MALLOC_ALIGNMENT bytes [BZ #28068]H.J. Lu
2021-07-09Add a generic malloc test for MALLOC_ALIGNMENTH.J. Lu
2019-02-04x86-64 memcmp: Use unsigned Jcc instructions on size [BZ #24155]H.J. Lu
2019-01-21x86-64 strnlen/wcsnlen: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 strncpy: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 strncmp family: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memset/wmemset: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memrchr: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memcpy: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memcmp/wmemcmp: Properly handle the length parameter [BZ# 24097]H.J. Lu
2019-01-21x86-64 memchr/wmemchr: Properly handle the length parameter [BZ# 24097]H.J. Lu
2014-12-19Replace -Wno-error with -fno-builtin-lroundH.J. Lu
2014-12-19Compile s_llround.c with -Wno-error for x32 buildH.J. Lu