From: Roland McGrath Date: Tue, 13 Nov 2007 01:56:18 +0000 (+0000) Subject: 2007-09-13 H.J. Lu X-Git-Tag: cvs/fedora-glibc-20071212T1051~61 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9c0e11e62e2bcffa0e8c926c4e2b6059a165db85;p=thirdparty%2Fglibc.git 2007-09-13 H.J. Lu * sysdeps/i386/i586/memcpy_chk.S: New file. * sysdeps/i386/i586/mempcpy_chk.S: Likewise. * sysdeps/i386/i586/memset_chk.S: Likewise. --- diff --git a/sysdeps/i386/i586/memcpy_chk.S b/sysdeps/i386/i586/memcpy_chk.S new file mode 100644 index 00000000000..ab8a95c9b40 --- /dev/null +++ b/sysdeps/i386/i586/memcpy_chk.S @@ -0,0 +1 @@ +#include diff --git a/sysdeps/i386/i586/mempcpy_chk.S b/sysdeps/i386/i586/mempcpy_chk.S new file mode 100644 index 00000000000..9a1de1dfe3b --- /dev/null +++ b/sysdeps/i386/i586/mempcpy_chk.S @@ -0,0 +1 @@ +#include diff --git a/sysdeps/i386/i586/memset_chk.S b/sysdeps/i386/i586/memset_chk.S new file mode 100644 index 00000000000..09f9d42e0d3 --- /dev/null +++ b/sysdeps/i386/i586/memset_chk.S @@ -0,0 +1 @@ +#include