summaryrefslogtreecommitdiffstats
path: root/patches/glibc-2.8/generic/gentoo/0040_all_glibc-i586-chk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/glibc-2.8/generic/gentoo/0040_all_glibc-i586-chk.patch')
-rw-r--r--patches/glibc-2.8/generic/gentoo/0040_all_glibc-i586-chk.patch32
1 files changed, 32 insertions, 0 deletions
diff --git a/patches/glibc-2.8/generic/gentoo/0040_all_glibc-i586-chk.patch b/patches/glibc-2.8/generic/gentoo/0040_all_glibc-i586-chk.patch
new file mode 100644
index 0000000..25139c8
--- /dev/null
+++ b/patches/glibc-2.8/generic/gentoo/0040_all_glibc-i586-chk.patch
@@ -0,0 +1,32 @@
+http://bugs.gentoo.org/199479
+
+2007-09-13 H.J. Lu <hongjiu.lu@intel.com>
+
+ * sysdeps/i386/i586/memcpy_chk.S: New file.
+ * sysdeps/i386/i586/mempcpy_chk.S: Likewise.
+ * sysdeps/i386/i586/memset_chk.S: Likewise.
+
+---
+ i386/i586/memcpy_chk.S | 1 +
+ i386/i586/mempcpy_chk.S | 1 +
+ i386/i586/memset_chk.S | 1 +
+ 3 files changed, 3 insertions(+)
+
+Index: glibc-2.8-20080811/i386/i586/memcpy_chk.S
+===================================================================
+--- /dev/null
++++ glibc-2.8-20080811/i386/i586/memcpy_chk.S
+@@ -0,0 +1 @@
++#include <sysdeps/i386/i686/memcpy_chk.S>
+Index: glibc-2.8-20080811/i386/i586/mempcpy_chk.S
+===================================================================
+--- /dev/null
++++ glibc-2.8-20080811/i386/i586/mempcpy_chk.S
+@@ -0,0 +1 @@
++#include <sysdeps/i386/i686/mempcpy_chk.S>
+Index: glibc-2.8-20080811/i386/i586/memset_chk.S
+===================================================================
+--- /dev/null
++++ glibc-2.8-20080811/i386/i586/memset_chk.S
+@@ -0,0 +1 @@
++#include <sysdeps/i386/i686/memset_chk.S>