summaryrefslogtreecommitdiff
path: root/packages/mpfr/4.0.1/0001-Fix-obsolete-ARC-asm-constraints.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2019-02-14 07:54:06 (GMT)
committerGitHub <noreply@github.com>2019-02-14 07:54:06 (GMT)
commitfb744d81588395a97cee951a151a56501a500e42 (patch)
tree895628cd0c17103416c97fb4cb4b66ed469428dd /packages/mpfr/4.0.1/0001-Fix-obsolete-ARC-asm-constraints.patch
parentb135af0c4a8a141d537a7e60a989594d354abece (diff)
parent91d01a0e4750be6ab2b71fb953a48dff88dc469b (diff)
Merge pull request #1140 from stilor/upgradecrosstool-ng-1.24.0-rc1
Package updates
Diffstat (limited to 'packages/mpfr/4.0.1/0001-Fix-obsolete-ARC-asm-constraints.patch')
-rw-r--r--packages/mpfr/4.0.1/0001-Fix-obsolete-ARC-asm-constraints.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/packages/mpfr/4.0.1/0001-Fix-obsolete-ARC-asm-constraints.patch b/packages/mpfr/4.0.1/0001-Fix-obsolete-ARC-asm-constraints.patch
deleted file mode 100644
index 12590cf..0000000
--- a/packages/mpfr/4.0.1/0001-Fix-obsolete-ARC-asm-constraints.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-mpfr-longlong.h: Fix obsolete ARC asm constraints
-
-This patch replaces obsolete ARC "J" asm constraint with
-up-to-date "Cal" constraint.
-The patch should be applied to upstream "mpfr" library and
-after that it should be removed from buildroot as soon as
-mpfr version with current fix will come up.
-
-Signed-off-by: Vlad Zakharov <vzakhar@synopsys.com>
-Signed-off-by: Claudiu Zissulescu <claziss@synopsys.com>
----
-Index: /src/mpfr-longlong.h
-===================================================================
---- /src/mpfr-longlong.h (revision 10963)
-+++ /src/mpfr-longlong.h (working copy)
-@@ -416,17 +416,17 @@
- : "=r" (sh), \
- "=&r" (sl) \
- : "r" ((USItype) (ah)), \
-- "rIJ" ((USItype) (bh)), \
-+ "rICal" ((USItype) (bh)), \
- "%r" ((USItype) (al)), \
-- "rIJ" ((USItype) (bl)))
-+ "rICal" ((USItype) (bl)))
- #define sub_ddmmss(sh, sl, ah, al, bh, bl) \
- __asm__ ("sub.f\t%1, %4, %5\n\tsbc\t%0, %2, %3" \
- : "=r" (sh), \
- "=&r" (sl) \
- : "r" ((USItype) (ah)), \
-- "rIJ" ((USItype) (bh)), \
-+ "rICal" ((USItype) (bh)), \
- "r" ((USItype) (al)), \
-- "rIJ" ((USItype) (bl)))
-+ "rICal" ((USItype) (bl)))
- #endif
-
- #if defined (__arm__) && (defined (__thumb2__) || !defined (__thumb__)) \