openbsd-ports/emulators/qemu/patches/patch-fpu_softfloat-native_c
2005-08-11 01:15:17 +00:00

12 lines
425 B
Plaintext

$OpenBSD: patch-fpu_softfloat-native_c,v 1.1 2005/08/11 01:15:17 todd Exp $
--- fpu/softfloat-native.c.orig Wed Apr 27 13:53:34 2005
+++ fpu/softfloat-native.c Wed Apr 27 14:26:20 2005
@@ -1,6 +1,7 @@
/* Native implementation of soft float functions. Only a single status
context is supported */
#include "softfloat.h"
+#include "gnu-c99-math.h"
#include <math.h>
void set_float_rounding_mode(int val STATUS_PARAM)