gas: run the hwcaps-bump tests with 64-bit sparc objects only.
[deliverable/binutils-gdb.git] / sim / sh64 / Makefile.in
index 0022d8e81a8e81e04bc2583d41d1e50ff3ff90bd..e9a13d9271b9763524c1da13828b55f1c6df4072 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile template for Configure for the SH64 simulator
-# Copyright (C) 2000-2015 Free Software Foundation, Inc.
+# Copyright (C) 2000-2016 Free Software Foundation, Inc.
 # Contributed by Red Hat, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -21,21 +21,12 @@ SH64_OBJS = sh64.o cpu.o sh-desc.o \
        decode-compact.o sem-compact.o mloop-compact.o \
        decode-media.o sem-media.o mloop-media.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 \
-       $(SH64_OBJS) \
-       $(CONFIG_DEVICES)
+       $(SH64_OBJS)
 
 # Extra headers included by sim-main.h.
 SIM_EXTRA_DEPS = \
@@ -44,7 +35,6 @@ SIM_EXTRA_DEPS = \
 
 SIM_EXTRA_CFLAGS =
 
-SIM_RUN_OBJS = nrun.o
 SIM_EXTRA_CLEAN = sh64-clean
 
 ## COMMON_POST_CONFIG_FRAG
This page took 0.023012 seconds and 4 git commands to generate.