X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fv850%2FMakefile.in;h=00e560e73f1b13d50b45dbceafa224ad4dfb4edd;hb=128e85e3ab36b8e30f6612fb50de3cbb4ede6824;hp=aeed0db93121ee4ace390a3df07835c0a221a6ca;hpb=6aba47ca06d9150c6196a374b745c2711b46e045;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index aeed0db931..00e560e73f 100644 --- a/sim/v850/Makefile.in +++ b/sim/v850/Makefile.in @@ -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 . 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)