diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 12:22:30 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 21:23:09 -0500 |
commit | c2270cd8a662cb8046bcde090db60a933b69d0ed (patch) | |
tree | 450a5aca706748677f70d24bfd255dea3f2bda2f /sim/cr16/Makefile.in | |
parent | 7ea08e8cb74bc21fcfe5befc0f3c8de3762cb0d6 (diff) | |
download | binutils-gdb-c2270cd8a662cb8046bcde090db60a933b69d0ed.tar.gz |
sim: cr16: switch to common sim-reg
This is mostly to get us off the weird cr16 specific memory functions,
but it's also a good clean up to move to the common core.
Diffstat (limited to 'sim/cr16/Makefile.in')
-rw-r--r-- | sim/cr16/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/cr16/Makefile.in b/sim/cr16/Makefile.in index 5d1632d973c..07fa819edc2 100644 --- a/sim/cr16/Makefile.in +++ b/sim/cr16/Makefile.in @@ -20,6 +20,7 @@ SIM_OBJS = \ $(SIM_NEW_COMMON_OBJS) \ sim-hload.o \ + sim-reg.o \ interp.o \ table.o \ simops.o \ |