summaryrefslogtreecommitdiffstats
path: root/abs/core/glibc/glibc-2.10-bz4781.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 02:26:28 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 02:26:28 (GMT)
commit4628c584471e5b7db1285b2bf957bd5e17b0bf4f (patch)
treefd924acce1afe30b8108dfa0ad19317ef3371bb4 /abs/core/glibc/glibc-2.10-bz4781.patch
parentdc6575a3bf0f1eac9e11842723b0f3be0f45ef79 (diff)
downloadlinhes_pkgbuild-4628c584471e5b7db1285b2bf957bd5e17b0bf4f.zip
linhes_pkgbuild-4628c584471e5b7db1285b2bf957bd5e17b0bf4f.tar.gz
linhes_pkgbuild-4628c584471e5b7db1285b2bf957bd5e17b0bf4f.tar.bz2
glibc 2.16
major update, some programs required new patches to work with it
Diffstat (limited to 'abs/core/glibc/glibc-2.10-bz4781.patch')
-rw-r--r--abs/core/glibc/glibc-2.10-bz4781.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/abs/core/glibc/glibc-2.10-bz4781.patch b/abs/core/glibc/glibc-2.10-bz4781.patch
deleted file mode 100644
index cf1a97a..0000000
--- a/abs/core/glibc/glibc-2.10-bz4781.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-diff -Naur glibc-old/sysdeps/unix/sysv/linux/i386/clone.S glibc/sysdeps/unix/sysv/linux/i386/clone.S
---- glibc-old/sysdeps/unix/sysv/linux/i386/clone.S 2009-05-09 13:35:30.000000000 +1000
-+++ glibc/sysdeps/unix/sysv/linux/i386/clone.S 2009-05-23 13:27:46.000000000 +1000
-@@ -120,9 +120,6 @@
- ret
-
- L(thread_start):
-- cfi_startproc;
-- /* Clearing frame pointer is insufficient, use CFI. */
-- cfi_undefined (eip);
- /* Note: %esi is zero. */
- movl %esi,%ebp /* terminate the stack frame */
- #ifdef RESET_PID
-@@ -155,7 +152,6 @@
- jmp L(haspid)
- .previous
- #endif
-- cfi_endproc;
-
- cfi_startproc
- PSEUDO_END (BP_SYM (__clone))
-diff -Naur glibc-old/sysdeps/unix/sysv/linux/x86_64/clone.S glibc/sysdeps/unix/sysv/linux/x86_64/clone.S
---- glibc-old/sysdeps/unix/sysv/linux/x86_64/clone.S 2009-05-09 13:35:30.000000000 +1000
-+++ glibc/sysdeps/unix/sysv/linux/x86_64/clone.S 2009-05-23 13:27:46.000000000 +1000
-@@ -89,9 +89,6 @@
- ret
-
- L(thread_start):
-- cfi_startproc;
-- /* Clearing frame pointer is insufficient, use CFI. */
-- cfi_undefined (rip);
- /* Clear the frame pointer. The ABI suggests this be done, to mark
- the outermost frame obviously. */
- xorl %ebp, %ebp
-@@ -116,7 +113,6 @@
- /* Call exit with return value from function call. */
- movq %rax, %rdi
- call HIDDEN_JUMPTARGET (_exit)
-- cfi_endproc;
-
- cfi_startproc;
- PSEUDO_END (BP_SYM (__clone))