summaryrefslogtreecommitdiff
path: root/debian/patches/20_mips_atomic_ops.diff
diff options
context:
space:
mode:
authorArmin Berres <trigger+debian@space-based.de>2008-11-30 23:17:49 +0000
committerArmin Berres <trigger+debian@space-based.de>2008-11-30 23:17:49 +0000
commitc6857e17d2e54b2b874bbdb8ae3e08ede84cac10 (patch)
tree570b598cd103218c0281b59ab6847f21bcbf66d8 /debian/patches/20_mips_atomic_ops.diff
parente0254b8993bbeadf89bb83376aa8e7b91fa52b7f (diff)
downloadqt4-x11-c6857e17d2e54b2b874bbdb8ae3e08ede84cac10.tar.gz
+++ Changes by Armin Berres:
* Fix offsets in all patches.
Diffstat (limited to 'debian/patches/20_mips_atomic_ops.diff')
-rw-r--r--debian/patches/20_mips_atomic_ops.diff14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/patches/20_mips_atomic_ops.diff b/debian/patches/20_mips_atomic_ops.diff
index e4d7646..11b7fb2 100644
--- a/debian/patches/20_mips_atomic_ops.diff
+++ b/debian/patches/20_mips_atomic_ops.diff
@@ -17,7 +17,7 @@ Fix compilation for Linux MIPS-I code.
beqz $2,1b
nop
jr $31
-@@ -24,6 +26,7 @@
+@@ -24,6 +26,7 @@ q_atomic_test_and_set_int:
.ent q_atomic_test_and_set_acquire_int
.set mips2
q_atomic_test_and_set_acquire_int:
@@ -25,7 +25,7 @@ Fix compilation for Linux MIPS-I code.
1: ll $8,0($4)
bne $8,$5,2f
move $2,$6
-@@ -33,6 +36,7 @@
+@@ -33,6 +36,7 @@ q_atomic_test_and_set_acquire_int:
jr $31
nop
2: sync
@@ -33,7 +33,7 @@ Fix compilation for Linux MIPS-I code.
jr $31
move $2,$0
.set mips0
-@@ -42,11 +46,13 @@
+@@ -42,11 +46,13 @@ q_atomic_test_and_set_acquire_int:
.ent q_atomic_test_and_set_release_int
.set mips2
q_atomic_test_and_set_release_int:
@@ -47,7 +47,7 @@ Fix compilation for Linux MIPS-I code.
beqz $2,1b
nop
jr $31
-@@ -60,10 +66,12 @@
+@@ -60,10 +66,12 @@ q_atomic_test_and_set_release_int:
.ent q_atomic_test_and_set_ptr
.set mips2
q_atomic_test_and_set_ptr:
@@ -60,7 +60,7 @@ Fix compilation for Linux MIPS-I code.
beqz $2,1b
nop
jr $31
-@@ -77,6 +85,7 @@
+@@ -77,6 +85,7 @@ q_atomic_test_and_set_ptr:
.ent q_atomic_test_and_set_acquire_ptr
.set mips2
q_atomic_test_and_set_acquire_ptr:
@@ -68,7 +68,7 @@ Fix compilation for Linux MIPS-I code.
1: ll $8,0($4)
bne $8,$5,2f
move $2,$6
-@@ -86,6 +95,7 @@
+@@ -86,6 +95,7 @@ q_atomic_test_and_set_acquire_ptr:
jr $31
nop
2: sync
@@ -76,7 +76,7 @@ Fix compilation for Linux MIPS-I code.
jr $31
move $2,$0
.set mips0
-@@ -95,11 +105,13 @@
+@@ -95,11 +105,13 @@ q_atomic_test_and_set_acquire_ptr:
.ent q_atomic_test_and_set_release_ptr
.set mips2
q_atomic_test_and_set_release_ptr: