gnu: offlineimap: Update to 7.0.12.
[jackhill/guix/guix.git] / gnu / packages / patches / libmad-armv7-thumb-pt1.patch
CommitLineData
c0eac5a8
MW
1Copied from Debian.
2
3From: Konstantinos Margaritis <markos@debian.org>
4Subject: use "adr" instead of "add" to make code ready for thumb2
5
6--- ./imdct_l_arm.S.orig 2010-02-25 13:25:23.000000000 +0100
7+++ ./imdct_l_arm.S 2010-02-25 13:27:26.000000000 +0100
8@@ -468,7 +468,7 @@
9
10 @----
11
12- add r2, pc, #(imdct36_long_karray-.-8) @ r2 = base address of Knn array (PIC safe ?)
13+ adr r2, imdct36_long_karray
14
15
16 loop: