summaryrefslogtreecommitdiff
path: root/patches/gcc/4.7.4/000-libitm-fix-definition-of-__m64.patch
diff options
context:
space:
mode:
authorAnton Leontiev <aleontiev@elvees.com>2014-07-01 06:25:25 (GMT)
committerYann E. MORIN <yann.morin.1998@free.fr>2014-07-03 21:05:17 (GMT)
commit518d1dfc6e6f11e9af04b55234b4b336cdbedc08 (patch)
tree84dcee1c91de28ddc7a9350fd493d90fcdfc08b0 /patches/gcc/4.7.4/000-libitm-fix-definition-of-__m64.patch
parent1a8ca5b41be6d0c37194a88cd6e1a59b612dc9ed (diff)
cc/gcc: Add 4.7.4 and 4.8.3
Signed-off-by: Anton Leontiev <aleontiev@elvees.com>
Diffstat (limited to 'patches/gcc/4.7.4/000-libitm-fix-definition-of-__m64.patch')
-rw-r--r--patches/gcc/4.7.4/000-libitm-fix-definition-of-__m64.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/patches/gcc/4.7.4/000-libitm-fix-definition-of-__m64.patch b/patches/gcc/4.7.4/000-libitm-fix-definition-of-__m64.patch
new file mode 100644
index 0000000..ade14a7
--- /dev/null
+++ b/patches/gcc/4.7.4/000-libitm-fix-definition-of-__m64.patch
@@ -0,0 +1,27 @@
+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
+