Change decode_compound_collector to use std::vector
[deliverable/binutils-gdb.git] / sim / cr16 / Makefile.in
index f9b52adf8e33f94b2caf6f39438dccce94bb8c37..83c8e6ef56bdce64ff0eec118e66b1576791a63f 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile template for Configure for the CR16 sim library.
-# Copyright (C) 2008-2015 Free Software Foundation, Inc.
+# Copyright (C) 2008-2018 Free Software Foundation, Inc.
 # Contributed by M Ranga Swami Reddy <MR.Swami.Reddy@nsc.com>
 #
 # This program is free software; you can redistribute it and/or modify
@@ -19,8 +19,7 @@
 
 SIM_OBJS = \
        $(SIM_NEW_COMMON_OBJS) \
-       sim-hload.o \
-       sim-reg.o \
+       sim-resume.o \
        interp.o \
        table.o \
        simops.o
This page took 0.023606 seconds and 4 git commands to generate.