diff options
author | sibel <lesibel@free.fr> | 2010-11-18 07:58:53 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2010-11-18 07:58:53 +0100 |
commit | a2c5b8fb27e02645167a14f87820e2f7f5c39a14 (patch) | |
tree | c4a5f91e73679092ed5a64a0cae8ed10091ec31d /base/glibc/glibc-2.10-bz4781.patch | |
parent | 0e2af9fe43edc84c1e7c3bb4697fdcc61a273406 (diff) | |
download | nutyx-extra-a2c5b8fb27e02645167a14f87820e2f7f5c39a14.tar.gz nutyx-extra-a2c5b8fb27e02645167a14f87820e2f7f5c39a14.tar.bz2 nutyx-extra-a2c5b8fb27e02645167a14f87820e2f7f5c39a14.tar.xz nutyx-extra-a2c5b8fb27e02645167a14f87820e2f7f5c39a14.zip |
glibc maj 2.12.1-1
Diffstat (limited to 'base/glibc/glibc-2.10-bz4781.patch')
-rw-r--r-- | base/glibc/glibc-2.10-bz4781.patch | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/base/glibc/glibc-2.10-bz4781.patch b/base/glibc/glibc-2.10-bz4781.patch new file mode 100644 index 000000000..cf1a97a18 --- /dev/null +++ b/base/glibc/glibc-2.10-bz4781.patch @@ -0,0 +1,42 @@ +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)) |