gas: run the hwcaps-bump tests with 64-bit sparc objects only.
[deliverable/binutils-gdb.git] / sim / v850 / Makefile.in
index aeed0db93121ee4ace390a3df07835c0a221a6ca..00e560e73f1b13d50b45dbceafa224ad4dfb4edd 100644 (file)
@@ -1,20 +1,19 @@
 #    Makefile template for Configure for the V850 sim library.
-#    Copyright (C) 1996, 1997, 2007 Free Software Foundation, Inc.
+#    Copyright (C) 1996-2016 Free Software Foundation, Inc.
 #    Written by Cygnus Support.
 # 
 # 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 of the License, or
+# 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/>.
 
 SHELL = @SHELL@
 
@@ -24,14 +23,7 @@ SIM_OBJS = \
        $(SIM_NEW_COMMON_OBJS) \
        simops.o interp.o \
        itable.o semantics.o idecode.o icache.o engine.o irun.o support.o \
-       sim-engine.o \
-       sim-hload.o \
-       sim-hrw.o \
-       sim-resume.o \
-       sim-reason.o \
-       sim-stop.o
-
-SIM_RUN_OBJS = nrun.o
+       sim-resume.o
 
 # List of extra dependencies.
 # Generally this consists of simulator specific files included by sim-main.h.
@@ -123,7 +115,6 @@ tmp-igen: $(IGEN_INSN) $(IGEN_DC) ../igen/igen
 clean-extra: clean-igen
        rm -f table.c simops.h gencode
 
-#interp.o: interp.c table.c $(INCLUDE)
+interp.o: interp.c $(INCLUDE)
 simops.o: simops.c simops.h $(INCLUDE) targ-vals.h
-#table.o: table.c
 semantics.o: $(INCLUDE)
This page took 0.024004 seconds and 4 git commands to generate.