summaryrefslogtreecommitdiff
path: root/emulators/qemu-devel/files/patch-libmath2
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/qemu-devel/files/patch-libmath2')
-rw-r--r--emulators/qemu-devel/files/patch-libmath210
1 files changed, 0 insertions, 10 deletions
diff --git a/emulators/qemu-devel/files/patch-libmath2 b/emulators/qemu-devel/files/patch-libmath2
index a6f6475ee8b4..ecff96d0d89e 100644
--- a/emulators/qemu-devel/files/patch-libmath2
+++ b/emulators/qemu-devel/files/patch-libmath2
@@ -55,13 +55,3 @@ Index: qemu/bsd/amd64/s_ldexpl.c
+}
+
+weak_alias(__ldexpl,ldexpl)
-Index: qemu/target-i386/helper.c
-@@ -2886,6 +2886,8 @@
- ST0 = floatx_round_to_int(ST0, &env->fp_status);
- }
-
-+long double ldexpl(long double, int);
-+
- void helper_fscale(void)
- {
- ST0 = ldexp (ST0, (int)(ST1));