aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorOleg Endo <olegendo@gcc.gnu.org>2013-12-19 15:59:17 +0000
committerOleg Endo <olegendo@gcc.gnu.org>2013-12-19 15:59:17 +0000
commitfa33bba7b02d19b9b41f670074777d5134d21714 (patch)
tree86294092590fa93892e22c2defc9a4dc567dfada /gcc
parenta7e8a0c1d0ccb560ca829de0f232abf24a1c7ace (diff)
downloadgcc-fa33bba7b02d19b9b41f670074777d5134d21714.zip
gcc-fa33bba7b02d19b9b41f670074777d5134d21714.tar.gz
gcc-fa33bba7b02d19b9b41f670074777d5134d21714.tar.bz2
Remove gcc/testsuite/ prefixes.
From-SVN: r206122
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/ChangeLog38
1 files changed, 19 insertions, 19 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index 039d1f9..e67e255 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -22,25 +22,25 @@
2013-12-19 Dominik Vogt <vogt@linux.vnet.ibm.com>
Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
- * gcc/testsuite/gcc.target/s390/hotpatch-1.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-2.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-3.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-4.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-5.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-6.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-7.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-8.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-9.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-10.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-11.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-12.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-compile-1.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-compile-2.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-compile-3.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-compile-4.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-compile-5.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-compile-6.c: New test
- * gcc/testsuite/gcc.target/s390/hotpatch-compile-7.c: New test
+ * gcc.target/s390/hotpatch-1.c: New test
+ * gcc.target/s390/hotpatch-2.c: New test
+ * gcc.target/s390/hotpatch-3.c: New test
+ * gcc.target/s390/hotpatch-4.c: New test
+ * gcc.target/s390/hotpatch-5.c: New test
+ * gcc.target/s390/hotpatch-6.c: New test
+ * gcc.target/s390/hotpatch-7.c: New test
+ * gcc.target/s390/hotpatch-8.c: New test
+ * gcc.target/s390/hotpatch-9.c: New test
+ * gcc.target/s390/hotpatch-10.c: New test
+ * gcc.target/s390/hotpatch-11.c: New test
+ * gcc.target/s390/hotpatch-12.c: New test
+ * gcc.target/s390/hotpatch-compile-1.c: New test
+ * gcc.target/s390/hotpatch-compile-2.c: New test
+ * gcc.target/s390/hotpatch-compile-3.c: New test
+ * gcc.target/s390/hotpatch-compile-4.c: New test
+ * gcc.target/s390/hotpatch-compile-5.c: New test
+ * gcc.target/s390/hotpatch-compile-6.c: New test
+ * gcc.target/s390/hotpatch-compile-7.c: New test
2013-12-19 Kyrylo Tkachov <kyrylo.tkachov@arm.com>