]> git.pld-linux.org Git - packages/glibc.git/commitdiff
- fix for stupid bug in sigaction for rt signals (caused SEGV on return from handler)
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 13 Jan 2004 09:20:49 +0000 (09:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    glibc-alpha-sigaction.patch -> 1.1

glibc-alpha-sigaction.patch [new file with mode: 0644]

diff --git a/glibc-alpha-sigaction.patch b/glibc-alpha-sigaction.patch
new file mode 100644 (file)
index 0000000..bd4795d
--- /dev/null
@@ -0,0 +1,11 @@
+--- glibc-2.3.3/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S.orig      2003-09-14 16:32:30.000000000 +0000
++++ glibc-2.3.3/sysdeps/unix/sysv/linux/alpha/rt_sigaction.S   2004-01-13 09:00:10.000000000 +0000
+@@ -45,7 +45,7 @@
+       ldah    a4, sigreturn(gp)               !gprelhigh
+       ldah    t1, rt_sigreturn(gp)            !gprelhigh
+       lda     a4, sigreturn(a4)               !gprellow
+-      lda     t1, rt_sigreturn(a4)            !gprellow
++      lda     t1, rt_sigreturn(t1)            !gprellow
+       and     t0, 0x00000040, t0              # SA_SIGINFO
+       cmovne  t0, t1, a4
+ 0:    ldi     v0, __NR_rt_sigaction
This page took 0.164314 seconds and 4 git commands to generate.