aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/qemu/files/musl-patches/mips-softfloat.patch')
-rw-r--r--app-emulation/qemu/files/musl-patches/mips-softfloat.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-emulation/qemu/files/musl-patches/mips-softfloat.patch b/app-emulation/qemu/files/musl-patches/mips-softfloat.patch
deleted file mode 100644
index 4d9b4892..00000000
--- a/app-emulation/qemu/files/musl-patches/mips-softfloat.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-diff --git a/tests/fp/fp-bench.c b/tests/fp/fp-bench.c
-index 4ba5e1d..313256c 100644
---- a/tests/fp/fp-bench.c
-+++ b/tests/fp/fp-bench.c
-@@ -479,6 +479,7 @@ static void QEMU_NORETURN die_host_rounding(enum rounding rounding)
- exit(EXIT_FAILURE);
- }
-
-+#ifndef __mips_soft_float
- static void set_host_precision(enum rounding rounding)
- {
- int rhost;
-@@ -507,6 +508,7 @@ static void set_host_precision(enum rounding rounding)
- die_host_rounding(rounding);
- }
- }
-+#endif
-
- static void set_soft_precision(enum rounding rounding)
- {
-@@ -596,9 +598,11 @@ static void parse_args(int argc, char *argv[])
-
- /* set precision and rounding mode based on the tester */
- switch (tester) {
-+#ifndef __mips_soft_float
- case TESTER_HOST:
- set_host_precision(rounding);
- break;
-+#endif
- case TESTER_SOFT:
- set_soft_precision(rounding);
- switch (precision) {