aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndrew Hsieh <andrewhsieh@google.com>2014-11-07 09:38:42 +0800
committerAndrew Hsieh <andrewhsieh@google.com>2014-11-07 09:38:42 +0800
commit59f38226bcf8e54c02d73c72ae9921f157da368f (patch)
tree577563c6b749fa70a79a0f8e6921f51dec11fe1e /build
parent1b89d63868718a383490066c47ced8b31a601519 (diff)
downloadndk-59f38226bcf8e54c02d73c72ae9921f157da368f.tar.gz
Revise gcc4.9 local patches
After aosp/toolchain/gcc ba21122c63b06a70b620c8990c517b87198ad05b and 39dbe572beead93798002c03b4897afaf018cd04 which break it Change-Id: I9f66dd7ae29414e5a4f25019223dac648da05875
Diffstat (limited to 'build')
-rw-r--r--build/tools/toolchain-patches/gcc/0010-Fix-PR-target-63209.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/tools/toolchain-patches/gcc/0010-Fix-PR-target-63209.patch b/build/tools/toolchain-patches/gcc/0010-Fix-PR-target-63209.patch
index 3aadd7836..d06d9f205 100644
--- a/build/tools/toolchain-patches/gcc/0010-Fix-PR-target-63209.patch
+++ b/build/tools/toolchain-patches/gcc/0010-Fix-PR-target-63209.patch
@@ -24,9 +24,9 @@ index 473fceb..1d9248b 100644
+ * config/arm/arm.md (movcond_addsi): Handle case where source
+ and target operands are the same.
+
- 2014-08-27 Guozhi Wei <carrot@google.com>
+ 2014-10-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
- PR target/62262
+ PR tree-optimization/63530
diff --git a/gcc-4.9/gcc/config/arm/arm.md b/gcc-4.9/gcc/config/arm/arm.md
index 467f9ce..13c9b37 100644
--- a/gcc-4.9/gcc/config/arm/arm.md
@@ -55,15 +55,15 @@ index 51626c3..1a04681 100644
--- a/gcc-4.9/gcc/testsuite/ChangeLog
+++ b/gcc-4.9/gcc/testsuite/ChangeLog
@@ -1,3 +1,9 @@
-++2014-09-10 Xinliang David Li <davidxl@google.com>
++2014-09-10 Xinliang David Li <davidxl@google.com>
+
+ Backport from mainline
+ PR target/63209
+ * gcc.c-torture/execute/pr63209.c: New test.
+
- 2014-09-04 Guozhi Wei <carrot@google.com>
+ 2014-10-29 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
- PR target/62040
+ PR tree-optimization/63530
diff --git a/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/pr63209.c b/gcc-4.9/gcc/testsuite/gcc.c-torture/execute/pr63209.c
new file mode 100644
index 0000000..9bcb587