Automatic date update in version.in
[deliverable/binutils-gdb.git] / sim / m32r / Makefile.in
index 491affd4c85135b7f231cebb8dadea4a2bef8b2b..7bf5b6145d80392d7005ec75de20f656018579fa 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile template for Configure for the m32r simulator
-# Copyright (C) 1996-2015 Free Software Foundation, Inc.
+# Copyright (C) 1996-2020 Free Software Foundation, Inc.
 # Contributed by Cygnus Support.
 #
 # This file is part of GDB, the GNU debugger.
@@ -26,19 +26,13 @@ TRAPS_OBJ = @traps_obj@
 
 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-run.o sim-reason.o sim-engine.o sim-stop.o \
+       cgen-run.o \
        sim-if.o arch.o \
        $(M32R_OBJS) \
        $(M32RX_OBJS) \
        $(M32R2_OBJS) \
-       $(TRAPS_OBJ) \
-       devices.o
+       $(TRAPS_OBJ)
 
 # Extra headers included by sim-main.h.
 SIM_EXTRA_DEPS = \
This page took 0.025063 seconds and 4 git commands to generate.