From 55fea8ead3ebef7e28a982a7721bc0ec42b5ca86 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 6 Jul 2016 18:37:03 -0700 Subject: gmp: 6.1.0 -> 6.1.1 Signed-off-by: Robert Yang Signed-off-by: Ross Burton --- meta/recipes-support/gmp/gmp-6.1.0/amd64.patch | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta/recipes-support/gmp/gmp-6.1.0/amd64.patch (limited to 'meta/recipes-support/gmp/gmp-6.1.0/amd64.patch') diff --git a/meta/recipes-support/gmp/gmp-6.1.0/amd64.patch b/meta/recipes-support/gmp/gmp-6.1.0/amd64.patch deleted file mode 100644 index 564d12d42b..0000000000 --- a/meta/recipes-support/gmp/gmp-6.1.0/amd64.patch +++ /dev/null @@ -1,18 +0,0 @@ -Upstream-Status: Pending - -Index: gmp-5.0.3/longlong.h -=================================================================== ---- gmp-5.0.3.orig/longlong.h -+++ gmp-5.0.3/longlong.h -@@ -994,8 +994,10 @@ extern UWtype __MPN(udiv_qrnnd) _PROTO ( - count is only an int. */ - #define count_trailing_zeros(count, x) \ - do { \ -+ UDItype __cbtmp; \ - ASSERT ((x) != 0); \ -- __asm__ ("bsfq %1,%q0" : "=r" (count) : "rm" ((UDItype)(x))); \ -+ __asm__ ("bsfq %1,%0" : "=r" (__cbtmp) : "rm" ((UDItype)(x))); \ -+ (count) = __cbtmp; \ - } while (0) - #endif /* x86_64 */ - -- cgit v1.2.3