aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSandra Loosemore <sandra@gcc.gnu.org>2016-10-13 14:09:26 -0400
committerSandra Loosemore <sandra@gcc.gnu.org>2016-10-13 14:09:26 -0400
commitee7fa2e3853155270523184a3260b09903435b14 (patch)
treee7f3384801c5d1c1e8f190b88e16dbcbe59c5de4 /gcc
parent18d34307e243ab3f7342f0860338dc8858235efa (diff)
downloadgcc-ee7fa2e3853155270523184a3260b09903435b14.zip
gcc-ee7fa2e3853155270523184a3260b09903435b14.tar.gz
gcc-ee7fa2e3853155270523184a3260b09903435b14.tar.bz2
Fix ChangeLog for r241132
From-SVN: r241133
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index bd83dff..a8c1f61 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,9 +1,9 @@
2016-10-13 Sandra Loosemore <sandra@codesourcery.com>
- * scd42-1.c: Skip if -mcpu incompatible with Xscale is specified,
- not just -march.
- * scd42-2.c: Fix existing logic to skip if -mcpu is incompatible
- with Xscale.
+ * gcc.target/arm/scd42-1.c: Skip if -mcpu incompatible with
+ Xscale is specified, not just -march.
+ * gcc.target/arm/scd42-2.c: Fix existing logic to skip if -mcpu
+ is incompatible with Xscale.
2016-10-13 Martin Sebor <msebor@redhat.com>