summaryrefslogtreecommitdiffstats
path: root/tools/gmp/patches/000-OE-amd64.patch
diff options
context:
space:
mode:
authorluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-28 00:52:30 +0000
committerluka <luka@3c298f89-4303-0410-b956-a3cf2f4a3e73>2013-02-28 00:52:30 +0000
commit22a30ccd7e8d75bfbeebf044f410d45b3f96c824 (patch)
treef3d0d76a673dd79f6511cbf1659d79403fd9d7b5 /tools/gmp/patches/000-OE-amd64.patch
parent5265bbe36dfc84c39a51060830b6312039050e31 (diff)
[tools] gmp: upgrade to version 5.1.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35823 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/gmp/patches/000-OE-amd64.patch')
-rw-r--r--tools/gmp/patches/000-OE-amd64.patch14
1 files changed, 0 insertions, 14 deletions
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 */
-