summaryrefslogtreecommitdiffstats
path: root/patches/glibc-2.14.1/0006-i586-chk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/glibc-2.14.1/0006-i586-chk.patch')
-rw-r--r--patches/glibc-2.14.1/0006-i586-chk.patch39
1 files changed, 0 insertions, 39 deletions
diff --git a/patches/glibc-2.14.1/0006-i586-chk.patch b/patches/glibc-2.14.1/0006-i586-chk.patch
deleted file mode 100644
index 3d3bbe4..0000000
--- a/patches/glibc-2.14.1/0006-i586-chk.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From: "H.J. Lu" <hongjiu.lu@intel.com>
-Date: Tue, 1 Nov 2011 18:58:26 +0100
-Subject: [PATCH] i586 chk
-
-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(+), 0 deletions(-)
- create mode 100644 i386/i586/memcpy_chk.S
- create mode 100644 i386/i586/mempcpy_chk.S
- create mode 100644 i386/i586/memset_chk.S
-
-diff --git a/i386/i586/memcpy_chk.S b/i386/i586/memcpy_chk.S
-new file mode 100644
-index 0000000..ab8a95c
---- /dev/null
-+++ b/i386/i586/memcpy_chk.S
-@@ -0,0 +1 @@
-+#include <sysdeps/i386/i686/memcpy_chk.S>
-diff --git a/i386/i586/mempcpy_chk.S b/i386/i586/mempcpy_chk.S
-new file mode 100644
-index 0000000..9a1de1d
---- /dev/null
-+++ b/i386/i586/mempcpy_chk.S
-@@ -0,0 +1 @@
-+#include <sysdeps/i386/i686/mempcpy_chk.S>
-diff --git a/i386/i586/memset_chk.S b/i386/i586/memset_chk.S
-new file mode 100644
-index 0000000..09f9d42
---- /dev/null
-+++ b/i386/i586/memset_chk.S
-@@ -0,0 +1 @@
-+#include <sysdeps/i386/i686/memset_chk.S>