ld-checks: tweak overflow checks.
[deliverable/binutils-gdb.git] / sim / d10v / Makefile.in
index fb2d72d10377c13536f2d464ef726631868a8589..c3cafcbade57a86dd30eb08d3ba9afc932cbae2e 100644 (file)
@@ -1,7 +1,7 @@
 #    Makefile template for Configure for the D10v sim library.
-#    Copyright (C) 1996-2015 Free Software Foundation, Inc.
+#    Copyright (C) 1996-2017 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 3 of the License, or
 
 ## COMMON_PRE_CONFIG_FRAG
 
-# Use the deprecated run frontend until we migrate to nrun.o
-SIM_RUN_OBJS = run.o
-
-SIM_OBJS = interp.o table.o simops.o endian.o sim-load.o
+SIM_OBJS = \
+       interp.o \
+       $(SIM_NEW_COMMON_OBJS) \
+       sim-resume.o \
+       table.o \
+       simops.o \
+       endian.o
 SIM_EXTRA_CLEAN = clean-extra
-SIM_EXTRA_CFLAGS = -DSIM_HAVE_ENVIRONMENT -DSIM_USE_DEPRECATED_RUN_FRONTEND
 
 INCLUDE = d10v_sim.h $(srcroot)/include/gdb/callback.h targ-vals.h endian.c \
        $(srcroot)/include/gdb/sim-d10v.h
@@ -32,6 +34,8 @@ NL_TARGET = -DNL_TARGET_d10v
 
 ## COMMON_POST_CONFIG_FRAG
 
+simops.o: simops.h
+
 simops.h: gencode
        ./gencode -h >$@
 
This page took 0.024743 seconds and 4 git commands to generate.