Change decode_compound_collector to use std::vector
[deliverable/binutils-gdb.git] / sim / cr16 / Makefile.in
index 07fa819edc29777796078ecedf3e78a18f4423a1..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
 
 SIM_OBJS = \
        $(SIM_NEW_COMMON_OBJS) \
-       sim-hload.o \
-       sim-reg.o \
+       sim-resume.o \
        interp.o \
        table.o \
-       simops.o \
-       endian.o
+       simops.o
 SIM_EXTRA_CLEAN = clean-extra
 
-INCLUDE = cr16_sim.h $(srcroot)/include/gdb/callback.h targ-vals.h endian.c \
+INCLUDE = cr16_sim.h $(srcroot)/include/gdb/callback.h targ-vals.h \
        $(srcroot)/include/gdb/sim-cr16.h
 
 # This selects the cr16 newlib/libgloss syscall definitions.
This page took 0.024932 seconds and 4 git commands to generate.