diff options
author | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 15:57:10 -0800 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2015-11-15 21:48:06 -0500 |
commit | 761e171ad834a0d0adcd8712fde85ab1325afc3a (patch) | |
tree | d6f6c1b2d0151d271464c75902aa4b6f1e8f8649 /sim/cr16/Makefile.in | |
parent | 267b3b8e068f5043419991175bdbc56eb7a575be (diff) | |
download | gdb-761e171ad834a0d0adcd8712fde85ab1325afc3a.zip gdb-761e171ad834a0d0adcd8712fde85ab1325afc3a.tar.gz gdb-761e171ad834a0d0adcd8712fde85ab1325afc3a.tar.bz2 |
sim: cr16: convert to common sim memory modules
The cr16 port has a lot of translation/offset logic baked into it, but
it all looks like copy & paste from the d10v port rather than something
the cr16 port wants.
Diffstat (limited to 'sim/cr16/Makefile.in')
-rw-r--r-- | sim/cr16/Makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sim/cr16/Makefile.in b/sim/cr16/Makefile.in index 07fa819..f9b52ad 100644 --- a/sim/cr16/Makefile.in +++ b/sim/cr16/Makefile.in @@ -23,11 +23,10 @@ SIM_OBJS = \ sim-reg.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. |