aboutsummaryrefslogtreecommitdiff
path: root/sim/testsuite/mips64vr5900el-elf/Makefile.in
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-09-23 21:45:43 +0000
committerJeff Law <law@redhat.com>1997-09-23 21:45:43 +0000
commitc118539e6be4c36de37308946279d39da612b58f (patch)
treeb478aa8c26b93c5ab32bbea7d92974b06e07705f /sim/testsuite/mips64vr5900el-elf/Makefile.in
parent595256693507ff15bd54656992ebcffb1f29c2a7 (diff)
downloadgdb-c118539e6be4c36de37308946279d39da612b58f.zip
gdb-c118539e6be4c36de37308946279d39da612b58f.tar.gz
gdb-c118539e6be4c36de37308946279d39da612b58f.tar.bz2
mips64vr5900el-elf -> mips64r5900-elf.
Diffstat (limited to 'sim/testsuite/mips64vr5900el-elf/Makefile.in')
-rw-r--r--sim/testsuite/mips64vr5900el-elf/Makefile.in230
1 files changed, 0 insertions, 230 deletions
diff --git a/sim/testsuite/mips64vr5900el-elf/Makefile.in b/sim/testsuite/mips64vr5900el-elf/Makefile.in
deleted file mode 100644
index 3665de6..0000000
--- a/sim/testsuite/mips64vr5900el-elf/Makefile.in
+++ /dev/null
@@ -1,230 +0,0 @@
-# Makefile for regression testing the GNU debugger.
-# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
-
-# This file is part of GDB.
-
-# GDB 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 2, or (at your option)
-# any later version.
-
-# GDB 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, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-
-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 = \
- hello.ok \
- exit47.ko \
- \
- t-mtsa.ok \
- t-pabsh.ok \
- t-pabsw.ok \
- t-paddb.ok \
- t-paddsb.ok \
- t-paddsh.ok \
- t-paddsw.ok \
- t-paddub.ok \
- t-padduh.ok \
- t-padduw.ok \
- t-pcpyh.ok \
- t-pdivbw.ok \
- t-pdivuw.ok \
- t-pdivw.ok \
- t-pexcw.ok \
- t-pexoh.ok \
- t-pext5.ok \
- t-pextlb.ok \
- t-pextlh.ok \
- t-pextlw.ok \
- t-pextub.ok \
- t-pextuh.ok \
- t-pextuw.ok \
- t-phmaddh.ok \
- t-phmsubh.ok \
- t-pinth.ok \
- t-pintoh.ok \
- t-pmaddh.ok \
- t-pmadduw.ok \
- t-pmaddw.ok \
- t-pmfhl-lh.ok \
- t-pmfhl-lw.ok \
- t-pmfhl-sh.ok \
- t-pmfhl-slw.ok \
- t-pmfhl-uw.ok \
- t-pmsubh.ok \
- t-pmthl-lw.ok \
- t-pmulth.ok \
- t-pmultuw.ok \
- t-pmultw.ok \
- t-ppac5.ok \
- t-ppacb.ok \
- t-ppach.ok \
- t-ppacw.ok \
- t-prot3w.ok \
- t-psllvw.ok \
- t-psrlvw.ok \
- t-psravw.ok \
- t-psubsb.ok \
- t-psubsh.ok \
- t-psubsw.ok \
- t-psubub.ok \
- t-psubuh.ok \
- t-psubuw.ok \
- t-psubw.ok \
- t-qfsrv.ok \
-
-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-$* $*.hi
- 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
- 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