From: Andreas Krebbel Date: Tue, 23 Feb 2016 10:18:33 +0000 (+0000) Subject: S/390: Move vcond-shift.c to vector subdir. X-Git-Tag: basepoints/gcc-7~813 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7b574f4d2d1162db60fbeedbc908a2e7a9c6b14;p=thirdparty%2Fgcc.git S/390: Move vcond-shift.c to vector subdir. gcc/testsuite/ChangeLog: * gcc.target/s390/vcond-shift.c: Move to ... * gcc.target/s390/vector/vcond-shift.c: ... here. From-SVN: r233624 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 85af2342b3bc..1eacf121a450 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2016-02-23 Andreas Krebbel + + * gcc.target/s390/vcond-shift.c: Move to ... + * gcc.target/s390/vector/vcond-shift.c: ... here. + 2016-02-23 Andreas Krebbel * gcc.target/s390/md/movstr-2.c: Move and rename to ... diff --git a/gcc/testsuite/gcc.target/s390/vcond-shift.c b/gcc/testsuite/gcc.target/s390/vector/vcond-shift.c similarity index 100% rename from gcc/testsuite/gcc.target/s390/vcond-shift.c rename to gcc/testsuite/gcc.target/s390/vector/vcond-shift.c