X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Ffrv%2FMakefile.in;h=41ac79f920e45fa639f8e2fc66f02b970b1c443e;hb=05e682e3be7e3d9d63ec358dcf8943fd200545cb;hp=ed7a5924ae53cd760cac437db562e4508767a4b4;hpb=105dd264de9a2fa7eee45eff897aa1d6171c1c4b;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/frv/Makefile.in b/sim/frv/Makefile.in index ed7a5924ae..41ac79f920 100644 --- a/sim/frv/Makefile.in +++ b/sim/frv/Makefile.in @@ -1,5 +1,5 @@ # Makefile template for Configure for the frv simulator -# Copyright (C) 1998-2014 Free Software Foundation, Inc. +# Copyright (C) 1998-2020 Free Software Foundation, Inc. # Contributed by Red Hat. # # This program is free software; you can redistribute it and/or modify @@ -21,18 +21,13 @@ FRV_OBJS = frv.o cpu.o decode.o sem.o model.o mloop.o cgen-par.o SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ - sim-cpu.o \ - sim-hload.o \ - sim-hrw.o \ - sim-model.o \ - sim-reg.o \ cgen-utils.o cgen-trace.o cgen-scache.o cgen-fpu.o cgen-accfp.o \ - cgen-run.o sim-reason.o sim-engine.o sim-stop.o \ + cgen-run.o \ sim-if.o arch.o \ $(FRV_OBJS) \ traps.o interrupts.o memory.o cache.o pipeline.o \ profile.o profile-fr400.o profile-fr450.o profile-fr500.o profile-fr550.o options.o \ - devices.o reset.o registers.o + reset.o registers.o # Extra headers included by sim-main.h. SIM_EXTRA_DEPS = \ @@ -43,7 +38,6 @@ SIM_EXTRA_DEPS = \ SIM_EXTRA_CFLAGS = @sim_trapdump@ -SIM_RUN_OBJS = nrun.o SIM_EXTRA_CLEAN = frv-clean # This selects the frv newlib/libgloss syscall definitions.