X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fv850%2FMakefile.in;h=16dab65df46776d395f600161680498e87bc85d2;hb=17fc27167f678285d2f64040837b8cc41b6a664a;hp=f2ddd56ec505ea2dfe795f058096d29a369a3e94;hpb=ae451ac6d4f33d93909b9c4a257da100da4aae11;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/v850/Makefile.in b/sim/v850/Makefile.in index f2ddd56ec5..16dab65df4 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 Free Software Foundation, Inc. +# Copyright (C) 1996-2020 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)