crosstool-ng/patches/gcc/4.7.3/000-libitm-fix-definition-of-__m64.patch
Yann E. MORIN" e010ee5742 cc/gcc: add 4.7.3 and 4.6.4 bug-fixes releases
Bring the appropriate patches along, too.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
2013-05-03 15:36:11 +00:00

28 lines
755 B
Diff

From 3d27d47fbebdb1be3d35e398a7c042a930f64aa6 Mon Sep 17 00:00:00 2001
From: Richard Braun <rbraun@sceen.net>
Date: Mon, 26 Nov 2012 11:36:17 +0100
Subject: [PATCH] libitm: fix definition of __m64
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52695 for details.
---
libitm/config/x86/target.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libitm/config/x86/target.h b/libitm/config/x86/target.h
index 5c7e6fb..6254d8a 100644
--- a/libitm/config/x86/target.h
+++ b/libitm/config/x86/target.h
@@ -73,6 +73,9 @@ cpu_relax (void)
/* ??? It's broken for C++. */
#include <x86intrin.h>
#else
+# ifdef __MMX__
+# include <mmintrin.h>
+# endif
# ifdef __SSE2__
# include <emmintrin.h>
# elif defined(__SSE__)
--
1.7.2.5