From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:51156) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gwtTv-0004Ok-Nl for qemu-devel@nongnu.org; Thu, 21 Feb 2019 13:54:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gwtTu-0005OG-4e for qemu-devel@nongnu.org; Thu, 21 Feb 2019 13:54:03 -0500 Received: from mx2.rt-rk.com ([89.216.37.149]:34715 helo=mail.rt-rk.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1gwtTq-0005IR-VJ for qemu-devel@nongnu.org; Thu, 21 Feb 2019 13:54:00 -0500 From: Aleksandar Markovic Date: Thu, 21 Feb 2019 19:53:35 +0100 Message-Id: <1550775220-26797-4-git-send-email-aleksandar.markovic@rt-rk.com> In-Reply-To: <1550775220-26797-1-git-send-email-aleksandar.markovic@rt-rk.com> References: <1550775220-26797-1-git-send-email-aleksandar.markovic@rt-rk.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: [Qemu-devel] [PULL v2 3/8] tests/tcg: target/mips: Change directory name 'bit-counting' to 'bit-count' List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, amarkovic@wavecomp.com From: Aleksandar Markovic Change directory name 'bit-counting' to 'bit-count'. This is just for cosmetic and consistency sake. This was the only subdirectory in MSA test directory that uses ending 'ing'. Signed-off-by: Aleksandar Markovic Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_msa_nloc_= b.c | 0 tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_msa_nloc_= d.c | 0 tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_msa_nloc_= h.c | 0 tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_msa_nloc_= w.c | 0 tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_msa_nlzc_= b.c | 0 tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_msa_nlzc_= d.c | 0 tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_msa_nlzc_= h.c | 0 tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_msa_nlzc_= w.c | 0 tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_msa_pcnt_= b.c | 0 tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_msa_pcnt_= d.c | 0 tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_msa_pcnt_= h.c | 0 tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_msa_pcnt_= w.c | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_ms= a_nloc_b.c (100%) rename tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_ms= a_nloc_d.c (100%) rename tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_ms= a_nloc_h.c (100%) rename tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_ms= a_nloc_w.c (100%) rename tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_ms= a_nlzc_b.c (100%) rename tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_ms= a_nlzc_d.c (100%) rename tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_ms= a_nlzc_h.c (100%) rename tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_ms= a_nlzc_w.c (100%) rename tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_ms= a_pcnt_b.c (100%) rename tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_ms= a_pcnt_d.c (100%) rename tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_ms= a_pcnt_h.c (100%) rename tests/tcg/mips/user/ase/msa/{bit-counting =3D> bit-count}/test_ms= a_pcnt_w.c (100%) diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_b.c b= /tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_b.c similarity index 100% rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_b.c rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_b.c diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_d.c b= /tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_d.c similarity index 100% rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_d.c rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_d.c diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_h.c b= /tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_h.c similarity index 100% rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_h.c rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_h.c diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_w.c b= /tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_w.c similarity index 100% rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nloc_w.c rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nloc_w.c diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_b.c b= /tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_b.c similarity index 100% rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_b.c rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_b.c diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_d.c b= /tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_d.c similarity index 100% rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_d.c rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_d.c diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_h.c b= /tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_h.c similarity index 100% rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_h.c rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_h.c diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_w.c b= /tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_w.c similarity index 100% rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_nlzc_w.c rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_nlzc_w.c diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_b.c b= /tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_b.c similarity index 100% rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_b.c rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_b.c diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_d.c b= /tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_d.c similarity index 100% rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_d.c rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_d.c diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_h.c b= /tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_h.c similarity index 100% rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_h.c rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_h.c diff --git a/tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_w.c b= /tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c similarity index 100% rename from tests/tcg/mips/user/ase/msa/bit-counting/test_msa_pcnt_w.c rename to tests/tcg/mips/user/ase/msa/bit-count/test_msa_pcnt_w.c --=20 2.7.4