ld: Require GCC 5 for Build pr25749-1b (-pie -fPIE)
[deliverable/binutils-gdb.git] / sim / testsuite / d10v-elf / Makefile.in
index 84b0c30782506dcb517387aea1ccb9700198a008..3dee64023bd6d330ed9545e4b1ef9cac62361897 100644 (file)
@@ -1,21 +1,20 @@
 # Makefile for regression testing the GNU debugger.
-# Copyright (C) 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
+# Copyright (C) 1992-2020 Free Software Foundation, Inc.
 
 # This file is part of GDB.
 
-# GDB is free software; you can redistribute it and/or modify
+# 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 2, or (at your option)
-# any later version.
-
-# GDB is distributed in the hope that it will be useful,
+# 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, write to the Free Software
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 VPATH = @srcdir@
 srcdir = @srcdir@
@@ -39,7 +38,52 @@ RPATH_ENVVAR = @RPATH_ENVVAR@
 
 TESTS = \
        exit47.ko \
-       hello.hi
+       hello.hi \
+       t-dbt.ok \
+       t-ld-st.ok \
+       t-mac.ok \
+       t-mvtac.ok \
+       t-mvtc.ok \
+       t-msbu.ok \
+       t-mulxu.ok \
+       t-rac.ok \
+       t-rachi.ok \
+       t-rdt.ok \
+       t-rep.ok \
+       t-rte.ok \
+       t-sac.ok \
+       t-sachi.ok \
+       t-sadd.ok \
+       t-slae.ok \
+       t-sp.ok \
+       t-sub2w.ok \
+       t-sub.ok \
+       t-subi.ok \
+       t-ae-ld-d.ok \
+       t-ae-ld-i.ok \
+       t-ae-ld-id.ok \
+       t-ae-ld-im.ok \
+       t-ae-ld-ip.ok \
+       t-ae-ld2w-d.ok \
+       t-ae-ld2w-i.ok \
+       t-ae-ld2w-id.ok \
+       t-ae-ld2w-im.ok \
+       t-ae-ld2w-ip.ok \
+       t-ae-st-d.ok \
+       t-ae-st-i.ok \
+       t-ae-st-id.ok \
+       t-ae-st-im.ok \
+       t-ae-st-ip.ok \
+       t-ae-st-is.ok \
+       t-ae-st2w-d.ok \
+       t-ae-st2w-i.ok \
+       t-ae-st2w-id.ok \
+       t-ae-st2w-im.ok \
+       t-ae-st2w-ip.ok \
+       t-ae-st2w-is.ok \
+       t-mod-ld-pre.ok \
+       t-rie-xx.ok \
+#
 
 AS_FOR_TARGET = `\
   if [ -x ../../../gas/as-new ]; then \
@@ -56,12 +100,15 @@ LD_FOR_TARGET = `\
   fi`
 
 RUN_FOR_TARGET = `\
-  if [ -x ../../../sim/v850/run ]; then \
-    echo ../../../sim/v850/run ; \
+  if [ -x ../../../sim/d10v/run ]; then \
+    echo ../../../sim/d10v/run ; \
   else \
     echo $(target_alias)-run ; \
   fi`
 
+# Force d10v into operating mode.
+RUNFLAGS_FOR_TARGET=--environment operating
+
 
 check: sanity $(TESTS)
 sanity:
This page took 0.025959 seconds and 4 git commands to generate.