From 22a30ccd7e8d75bfbeebf044f410d45b3f96c824 Mon Sep 17 00:00:00 2001 From: luka Date: Thu, 28 Feb 2013 00:52:30 +0000 Subject: [tools] gmp: upgrade to version 5.1.1 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35823 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/gmp/patches/000-OE-amd64.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tools/gmp/patches/000-OE-amd64.patch (limited to 'tools/gmp/patches/000-OE-amd64.patch') diff --git a/tools/gmp/patches/000-OE-amd64.patch b/tools/gmp/patches/000-OE-amd64.patch deleted file mode 100644 index 260a0d5a7..000000000 --- a/tools/gmp/patches/000-OE-amd64.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/longlong.h -+++ b/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