[AArch64] Add ARMv8.3 combined pointer authentication load instructions
[deliverable/binutils-gdb.git] / sim / d10v / Makefile.in
index 75b69c3ee1409cd83d5cb93e67f1b8267673d891..68d03ad30afa5b5ad97ddbc838ffb904e872c4c2 100644 (file)
@@ -1,5 +1,5 @@
 #    Makefile template for Configure for the D10v sim library.
-#    Copyright (C) 1996-2015 Free Software Foundation, Inc.
+#    Copyright (C) 1996-2016 Free Software Foundation, Inc.
 #    Written by Cygnus Support.
 #
 # This program is free software; you can redistribute it and/or modify
@@ -20,9 +20,7 @@
 SIM_OBJS = \
        interp.o \
        $(SIM_NEW_COMMON_OBJS) \
-       sim-cpu.o \
-       sim-engine.o \
-       sim-hload.o \
+       sim-resume.o \
        table.o \
        simops.o \
        endian.o
@@ -36,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.022932 seconds and 4 git commands to generate.