summaryrefslogtreecommitdiff
path: root/patches/glibc/2.7/240-sh-lowlevellock-asm.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-11-10 01:35:27 (GMT)
committerGitHub <noreply@github.com>2016-11-10 01:35:27 (GMT)
commita76c549823fd0063de999786b6dc583847db091e (patch)
tree04a51e165125497bbcb1b1d8865958c4cd14de5b /patches/glibc/2.7/240-sh-lowlevellock-asm.patch
parent23e9a03a3f4a5eaded6cadbe4d808997879450d1 (diff)
parentdc280e477d6af7702e2481c17af20a7db83814d9 (diff)
Merge pull request #452 from KirillSmirnov/janitorial
Janitorial: update patches
Diffstat (limited to 'patches/glibc/2.7/240-sh-lowlevellock-asm.patch')
-rw-r--r--patches/glibc/2.7/240-sh-lowlevellock-asm.patch56
1 files changed, 0 insertions, 56 deletions
diff --git a/patches/glibc/2.7/240-sh-lowlevellock-asm.patch b/patches/glibc/2.7/240-sh-lowlevellock-asm.patch
deleted file mode 100644
index dec0390..0000000
--- a/patches/glibc/2.7/240-sh-lowlevellock-asm.patch
+++ /dev/null
@@ -1,56 +0,0 @@
---- glibc-2.7/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S.orig 2007-08-03 16:44:15.000000000 +0100
-+++ glibc-2.7/nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S 2008-08-19 21:08:19.000000000 +0100
-@@ -76,7 +76,7 @@
- add tmp2, tmp ; \
- mov.l @tmp, tmp2 ; \
- bra 98f ; \
-- mov #FUTEX_PRIVATE_FLAG, tmp
-+ mov #FUTEX_PRIVATE_FLAG, tmp ; \
- 99: .word PRIVATE_FUTEX - TLS_PRE_TCB_SIZE ; \
- 98: extu.b tmp, tmp ; \
- xor tmp, reg ; \
-@@ -88,7 +88,7 @@
- add tmp2, tmp ; \
- mov.l @tmp, tmp2 ; \
- bra 98f ; \
-- mov #FUTEX_PRIVATE_FLAG, tmp
-+ mov #FUTEX_PRIVATE_FLAG, tmp ; \
- 99: .word PRIVATE_FUTEX - TLS_PRE_TCB_SIZE ; \
- 98: extu.b tmp, tmp ; \
- xor tmp, reg ; \
-@@ -96,13 +96,13 @@
- mov #FUTEX_WAIT, tmp ; \
- or tmp, reg
- # endif
--# define LOAD_FUTEX_WAKE(reg,tmp) \
-+# define LOAD_FUTEX_WAKE(reg,tmp,tmp2) \
- stc gbr, tmp ; \
- mov.w 99f, tmp2 ; \
- add tmp2, tmp ; \
- mov.l @tmp, tmp2 ; \
- bra 98f ; \
-- mov #FUTEX_PRIVATE_FLAG, tmp
-+ mov #FUTEX_PRIVATE_FLAG, tmp ; \
- 99: .word PRIVATE_FUTEX - TLS_PRE_TCB_SIZE ; \
- 98: extu.b tmp, tmp ; \
- xor tmp, reg ; \
---- glibc-2.7/nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S.orig 2007-08-03 16:44:57.000000000 +0100
-+++ glibc-2.7/nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S 2008-08-19 21:08:22.000000000 +0100
-@@ -42,7 +42,7 @@
- add tmp2, tmp ; \
- mov.l @tmp, tmp2 ; \
- bra 98f ; \
-- mov #FUTEX_PRIVATE_FLAG, tmp
-+ mov #FUTEX_PRIVATE_FLAG, tmp ; \
- 99: .word PRIVATE_FUTEX - TLS_PRE_TCB_SIZE ; \
- 98: extu.b tmp, tmp ; \
- xor tmp, reg ; \
-@@ -54,7 +54,7 @@
- add tmp2, tmp ; \
- mov.l @tmp, tmp2 ; \
- bra 98f ; \
-- mov #FUTEX_PRIVATE_FLAG, tmp
-+ mov #FUTEX_PRIVATE_FLAG, tmp ; \
- 99: .word PRIVATE_FUTEX - TLS_PRE_TCB_SIZE ; \
- 98: extu.b tmp, tmp ; \
- xor tmp, reg ; \