gdb/doc: Remove duplicate description of lookup_global_symbol
[deliverable/binutils-gdb.git] / sim / iq2000 / Makefile.in
index 9a7d8d8d61ec43a787ada01df6ccf6882fe9c9b8..473ca8065004edca2f7ccd2155deba5509e96241 100644 (file)
@@ -1,6 +1,5 @@
 # Makefile template for Configure for the IQ2000 simulator
-# Copyright (C) 1998, 2007, 2008, 2009, 2010, 2011
-# Free Software Foundation, Inc.
+# Copyright (C) 1998-2019 Free Software Foundation, Inc.
 # Contributed by Cygnus Support.
 #
 # This program is free software; you can redistribute it and/or modify
 
 IQ2000_OBJS = iq2000.o cpu.o decode.o sem.o model.o mloop.o
 
-CONFIG_DEVICES = dv-sockser.o
-CONFIG_DEVICES =
-
 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 \
-       $(IQ2000_OBJS) \
-       $(CONFIG_DEVICES)
+       $(IQ2000_OBJS)
 
 # Extra headers included by sim-main.h.
 SIM_EXTRA_DEPS = \
        $(CGEN_INCLUDE_DEPS) \
-       arch.h cpuall.h iq2000-sim.h $(srcdir)/../../opcodes/iq2000-desc.h
+       arch.h cpuall.h $(srcdir)/../../opcodes/iq2000-desc.h
 
 SIM_EXTRA_CFLAGS =
 
 ALL_CPU_CFLAGS = -DHAVE_CPU_IQ2000BF -DHAVE_CPU_IQ10BF
 
-SIM_RUN_OBJS = nrun.o
 SIM_EXTRA_CLEAN = iq2000-clean
 
 ## COMMON_POST_CONFIG_FRAG
This page took 0.035527 seconds and 4 git commands to generate.