opnsense-ports/devel/gcc-arm-embedded/files/patch-src_gdb_gdb_target-float.c
Franco Fichtner c39d40deb6 */*: sync with upstream
Taken from: HardenedBSD
2020-03-18 14:26:29 +01:00

12 lines
278 B
C

--- src/gdb/gdb/target-float.c.orig 2019-10-26 00:03:38 UTC
+++ src/gdb/gdb/target-float.c
@@ -1153,7 +1153,9 @@ host_float_ops<T>::compare (const gdb_byte *x, const s
#ifdef HAVE_LIBMPFR
+#ifndef MPFR_USE_INTMAX_T
#define MPFR_USE_INTMAX_T
+#endif
#include <mpfr.h>