summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/gcc-4.7.2/0050-Backport-PR-target-55981-from-mainline.patch34
1 files changed, 0 insertions, 34 deletions
diff --git a/patches/gcc-4.7.2/0050-Backport-PR-target-55981-from-mainline.patch b/patches/gcc-4.7.2/0050-Backport-PR-target-55981-from-mainline.patch
index 24fcc4a..87058ac 100644
--- a/patches/gcc-4.7.2/0050-Backport-PR-target-55981-from-mainline.patch
+++ b/patches/gcc-4.7.2/0050-Backport-PR-target-55981-from-mainline.patch
@@ -27,24 +27,6 @@ Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
4 files changed, 83 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/pr55981.c
-diff --git a/gcc/ChangeLog b/gcc/ChangeLog
-index b84d286..47d35a0 100644
---- a/gcc/ChangeLog
-+++ b/gcc/ChangeLog
-@@ -1,3 +1,13 @@
-+2012-01-17 Uros Bizjak <ubizjak@gmail.com>
-+
-+ Backport from mainline
-+ 2012-01-17 Uros Bizjak <ubizjak@gmail.com>
-+
-+ PR target/55981
-+ * config/i386/sync.md (atomic_store<mode>): Generate SWImode
-+ store through atomic_store<mode>_1.
-+ (atomic_store<mode>_1): Macroize insn using SWI mode iterator.
-+
- 2012-09-20 Release Manager
-
- * GCC 4.7.2 released.
diff --git a/gcc/config/i386/sync.md b/gcc/config/i386/sync.md
index ddff1e6..79d3305 100644
--- a/gcc/config/i386/sync.md
@@ -76,22 +58,6 @@ index ddff1e6..79d3305 100644
(define_insn_and_split "atomic_storedi_fpu"
[(set (match_operand:DI 0 "memory_operand" "=m,m,m")
(unspec:DI [(match_operand:DI 1 "register_operand" "x,m,?r")]
-diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
-index 2d88614..d30a45f 100644
---- a/gcc/testsuite/ChangeLog
-+++ b/gcc/testsuite/ChangeLog
-@@ -1,3 +1,11 @@
-+2012-01-17 Uros Bizjak <ubizjak@gmail.com>
-+
-+ Backport from mainline
-+ 2012-01-17 Uros Bizjak <ubizjak@gmail.com>
-+
-+ PR target/55981
-+ * gcc.target/pr55981.c: New test.
-+
- 2012-09-20 Release Manager
-
- * GCC 4.7.2 released.
diff --git a/gcc/testsuite/gcc.target/pr55981.c b/gcc/testsuite/gcc.target/pr55981.c
new file mode 100644
index 0000000..36498d6