summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-02-02 10:18:40 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-03 15:56:34 +0000
commitb1d4d3599fb03959f3e3d9c804a0ccc76c255dab (patch)
tree703ccd0a1005cda1fc802fbd9fcb12277892ad71 /meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
parent954a0bf236bf04455b4d4e0daa69fa2fa713a4ae (diff)
downloadpoky-b1d4d3599fb03959f3e3d9c804a0ccc76c255dab.tar.gz
gnupg: Add gplv2 version 1.4.7
(From OE-Core rev: daff80c595616de10f32e74e2881e851707c7ff9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch')
-rw-r--r--meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch b/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
new file mode 100644
index 0000000000..dd4ec73eca
--- /dev/null
+++ b/meta/recipes-support/gnupg/gnupg-1.4.7/long-long-thumb.patch
@@ -0,0 +1,12 @@
1--- gnupg/mpi/longlong.h~ 2006-02-14 10:09:55.000000000 +0000
2+++ gnupg/mpi/longlong.h 2008-10-27 13:11:09.000000000 +0000
3@@ -181,7 +181,7 @@
4 /***************************************
5 ************** ARM ******************
6 ***************************************/
7-#if defined (__arm__) && W_TYPE_SIZE == 32
8+#if defined (__arm__) && W_TYPE_SIZE == 32 && !defined(__thumb__)
9 #define add_ssaaaa(sh, sl, ah, al, bh, bl) \
10 __asm__ ("adds %1, %4, %5\n" \
11 "adc %0, %2, %3" \
12