summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2013-02-13 10:27:12 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2013-02-13 10:28:05 +0100
commit728617b05511ce87bc3d00fb631b1d93657a8706 (patch)
tree82b1d294901ad41f2450036a80a616e31d20876e
parent36d3fde609792bdb1a3ff2338497583cada94073 (diff)
downloadOSELAS.Toolchain-728617b05511ce87bc3d00fb631b1d93657a8706.tar.gz
OSELAS.Toolchain-728617b05511ce87bc3d00fb631b1d93657a8706.tar.xz
gcc: remove changelog entries from patch
This way the patch will also apply to the linaro gcc. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-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