From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 132A5388A415 for ; Tue, 5 Jan 2021 07:34:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 132A5388A415 Received: from vapier.lan (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id 07753340A5C for ; Tue, 5 Jan 2021 07:34:31 +0000 (UTC) From: Mike Frysinger To: gdb-patches@sourceware.org Subject: [PATCH] sim: mips: delete empty stub test dir Date: Tue, 5 Jan 2021 02:34:31 -0500 Message-Id: <20210105073431.8557-1-vapier@gentoo.org> X-Mailer: git-send-email 2.28.0 In-Reply-To: <20210105065548.9260-1-vapier@gentoo.org> References: <20210105065548.9260-1-vapier@gentoo.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-12.8 required=5.0 tests=BAYES_00, GIT_PATCH_0, KAM_DMARC_STATUS, KAM_SHORT, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_PASS, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Jan 2021 07:34:35 -0000 No tests were ever added in here in the ~22 years since it was first created. Seems unlikely any tests will be added at this rate, and the sim/mips/ testdir already has some (light) coverage for this target. So punt the tree. --- sim/testsuite/ChangeLog | 6 + sim/testsuite/configure | 7 +- sim/testsuite/configure.ac | 3 - sim/testsuite/mips64el-elf/ChangeLog | 19 - sim/testsuite/mips64el-elf/Makefile.in | 170 -- sim/testsuite/mips64el-elf/configure | 2984 ----------------------- sim/testsuite/mips64el-elf/configure.ac | 18 - 7 files changed, 7 insertions(+), 3200 deletions(-) delete mode 100644 sim/testsuite/mips64el-elf/ChangeLog delete mode 100644 sim/testsuite/mips64el-elf/Makefile.in delete mode 100755 sim/testsuite/mips64el-elf/configure delete mode 100644 sim/testsuite/mips64el-elf/configure.ac diff --git a/sim/testsuite/ChangeLog b/sim/testsuite/ChangeLog index a5ca8f4665f8..8bc59f03b839 100644 --- a/sim/testsuite/ChangeLog +++ b/sim/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2021-01-05 Mike Frysinger + + * configure.ac (target): Delete mips64el-*-elf case. + * configure: Regenerate. + * mips64el-elf/: Delete directory. + 2021-01-05 Mike Frysinger * configure.ac (target): Delete frv-*-elf case. diff --git a/sim/testsuite/configure b/sim/testsuite/configure index aed8a3501dca..764b39acf291 100755 --- a/sim/testsuite/configure +++ b/sim/testsuite/configure @@ -645,8 +645,7 @@ enable_option_checking ac_precious_vars='build_alias host_alias target_alias' -ac_subdirs_all='d10v-elf -mips64el-elf' +ac_subdirs_all='d10v-elf' # Initialize some variables set by options. ac_init_help= @@ -1833,10 +1832,6 @@ case ${target} in subdirs="$subdirs d10v-elf" - ;; - mips64el-*-elf ) - subdirs="$subdirs mips64el-elf" - ;; esac diff --git a/sim/testsuite/configure.ac b/sim/testsuite/configure.ac index 71a16c9bd5c3..e878371fd98b 100644 --- a/sim/testsuite/configure.ac +++ b/sim/testsuite/configure.ac @@ -16,9 +16,6 @@ case ${target} in d10v-*-elf ) AC_CONFIG_SUBDIRS(d10v-elf) ;; - mips64el-*-elf ) - AC_CONFIG_SUBDIRS(mips64el-elf) - ;; esac sinclude(../configure.tgt) diff --git a/sim/testsuite/mips64el-elf/ChangeLog b/sim/testsuite/mips64el-elf/ChangeLog deleted file mode 100644 index 7717ca12b8c2..000000000000 --- a/sim/testsuite/mips64el-elf/ChangeLog +++ /dev/null @@ -1,19 +0,0 @@ -2020-10-06 Andrew Burgess - - * configure: Regnerate. - * configure.ac (AC_CONFIG_AUX_DIR): Update. - -2009-08-22 Ralf Wildenhues - - * configure: Regenerate. - -2005-01-07 Andrew Cagney - - * configure.ac: Rename configure.in, require autoconf 2.59. - * configure: Re-generate. - -Thu Aug 13 22:37:29 EDT 1998 Jim Lemke - - * Makefile.in, configure, configure.in: - Create a minimal testsuite. - diff --git a/sim/testsuite/mips64el-elf/Makefile.in b/sim/testsuite/mips64el-elf/Makefile.in deleted file mode 100644 index 3a6057ee75c3..000000000000 --- a/sim/testsuite/mips64el-elf/Makefile.in +++ /dev/null @@ -1,170 +0,0 @@ -# Makefile for regression testing the GNU debugger. -# Copyright (C) 1992-2021 Free Software Foundation, Inc. - -# This file is part of GDB. - -# This program is free software; you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. -# -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . - -VPATH = @srcdir@ -srcdir = @srcdir@ -srcroot = $(srcdir)/.. - -prefix = @prefix@ -exec_prefix = @exec_prefix@ - -host_alias = @host_alias@ -target_alias = @target_alias@ -program_transform_name = @program_transform_name@ -build_canonical = @build@ -host_canonical = @host@ -target_canonical = @target@ -target_cpu = @target_cpu@ - - -SHELL = /bin/sh -SUBDIRS = @subdirs@ -RPATH_ENVVAR = @RPATH_ENVVAR@ - -EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \ - echo $${rootme}/../../expect/expect ; \ - else echo expect ; fi` - -RUNTEST = $(RUNTEST_FOR_TARGET) - -RUNTESTFLAGS = - -RUNTEST_FOR_TARGET = `\ - if [ -f $${srcdir}/../../../dejagnu/runtest ]; then \ - echo $${srcdir}/../../../dejagnu/runtest; \ - else \ - if [ "$(host_canonical)" = "$(target_canonical)" ]; then \ - echo runtest; \ - else \ - t='$(program_transform_name)'; echo runtest | sed -e '' $$t; \ - fi; \ - fi` - - -AS_FOR_TARGET = `\ - if [ -x ../../../gas/as-new ]; then \ - echo ../../../gas/as-new ; \ - else \ - echo $(target_alias)-as ; \ - fi` - -LD_FOR_TARGET = `\ - if [ -x ../../../ld/ld-new ]; then \ - echo ../../../ld/ld-new ; \ - else \ - echo $(target_alias)-ld ; \ - fi` - -RUN_FOR_TARGET = `\ - if [ -x ../../../sim/mips/run ]; then \ - echo ../../../sim/mips/run ; \ - else \ - echo $(target_alias)-run ; \ - fi` - -TESTS = - -check: sanity $(TESTS) -sanity: - @eval echo AS_FOR_TARGET = $(AS_FOR_TARGET) - @eval echo LD_FOR_TARGET = $(LD_FOR_TARGET) - @eval echo RUN_FOR_TARGET = $(RUN_FOR_TARGET) - - - -# Rules for running all the tests, put into three types -# exit success, exit fail, print "Hello World" - -.u.log: - uudecode $*.u - $(RUN_FOR_TARGET) $* > $*.log - - -# Rules for running the tests - -.SUFFIXES: .u .uue .ok .ok .run .hi .ko .ko -.run.ok: - rm -f tmp-$* $*.ok - ulimit -t 5 ; $(RUN_FOR_TARGET) $*.run > tmp-$* - mv tmp-$* $*.ok -.run.hi: - rm -f tmp-$* $*.hi diff-$* - ulimit -t 5 ; $(RUN_FOR_TARGET) $*.run > tmp-$* - echo 'Hello World!' | diff - tmp-$* > diff-$* - cat tmp-$* diff-$* > $*.hi -.run.ko: - rm -f tmp-$* $*.ko - set +e ; \ - ulimit -t 5 ; $(RUN_FOR_TARGET) $*.run > tmp-$* ; \ - if [ $$? -eq 47 ] ; then \ - exit 0 ; \ - else \ - exit 1 ; \ - fi - mv tmp-$* $*.ko - - -# Rules for building all the tests and packing them into -# uuencoded files. - -.run.u: - uuencode < $*.run $*.run > $*.u - @echo "Move $*.u $*.uue" -.uue.run: - uudecode $(srcdir)/$*.uue -.o.run: - $(LD_FOR_TARGET) -Ttext 0xa0020000 -o $*.run $*.o -.s.o: - $(AS_FOR_TARGET) -I $(srcdir) $(srcdir)/$*.s -o $*.o - - -# -# Standard -# -clean mostlyclean: - -rm -f *~ core *.o a.out *.x *.grt *.run tmp-* diff-* - rm -f $(TESTS) -# if [ x"${SUBDIRS}" != x ] ; then \ -# for dir in ${SUBDIRS}; \ -# do \ -# echo "$$dir:"; \ -# if [ -d $$dir ]; then \ -# (cd $$dir; $(MAKE) clean); \ -# fi; \ -# done ; \ -# else true; fi - -distclean maintainer-clean realclean: clean - -rm -f *~ core - -rm -f Makefile config.status *-init.exp - -rm -fr *.log summary detail *.plog *.sum *.psum site.* -# if [ x"${SUBDIRS}" != x ] ; then \ -# for dir in ${SUBDIRS}; \ -# do \ -# echo "$$dir:"; \ -# if [ -d $$dir ]; then \ -# (cd $$dir; $(MAKE) distclean); \ -# fi; \ -# done ; \ -# else true; fi - -Makefile : Makefile.in config.status - $(SHELL) config.status - -config.status: configure - $(SHELL) config.status --recheck diff --git a/sim/testsuite/mips64el-elf/configure b/sim/testsuite/mips64el-elf/configure deleted file mode 100755 index 5686b7e4eb2c..000000000000 --- a/sim/testsuite/mips64el-elf/configure +++ /dev/null diff --git a/sim/testsuite/mips64el-elf/configure.ac b/sim/testsuite/mips64el-elf/configure.ac deleted file mode 100644 index 278d84d0e825..000000000000 --- a/sim/testsuite/mips64el-elf/configure.ac +++ /dev/null @@ -1,18 +0,0 @@ -dnl Process this file file with autoconf to produce a configure script. -dnl This file is a shell script fragment that supplies the information -dnl necessary to tailor a template configure script into the configure -dnl script appropriate for this directory. For more information, check -dnl any existing configure script. - -dnl FIXME - think of a truly uniq file to this directory -AC_INIT(Makefile.in) - -CC=${CC-cc} -AC_SUBST(CC) -AC_CONFIG_AUX_DIR(../../..) -AC_CANONICAL_SYSTEM - -AC_SUBST(target_cpu) - - -AC_OUTPUT(Makefile) -- 2.28.0