From 728617b05511ce87bc3d00fb631b1d93657a8706 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Wed, 13 Feb 2013 10:27:12 +0100 Subject: gcc: remove changelog entries from patch This way the patch will also apply to the linaro gcc. Signed-off-by: Michael Olbrich --- ...50-Backport-PR-target-55981-from-mainline.patch | 34 ---------------------- 1 file changed, 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 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 -+ -+ Backport from mainline -+ 2012-01-17 Uros Bizjak -+ -+ PR target/55981 -+ * config/i386/sync.md (atomic_store): Generate SWImode -+ store through atomic_store_1. -+ (atomic_store_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 -+ -+ Backport from mainline -+ 2012-01-17 Uros Bizjak -+ -+ 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 -- cgit v1.2.3