From 761e171ad834a0d0adcd8712fde85ab1325afc3a Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 15 Nov 2015 15:57:10 -0800 Subject: 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. --- include/gdb/ChangeLog | 6 ++++++ include/gdb/sim-cr16.h | 9 --------- 2 files changed, 6 insertions(+), 9 deletions(-) (limited to 'include/gdb') diff --git a/include/gdb/ChangeLog b/include/gdb/ChangeLog index eae0cf1..67f430f 100644 --- a/include/gdb/ChangeLog +++ b/include/gdb/ChangeLog @@ -1,3 +1,9 @@ +2015-11-15 Mike Frysinger + + * sim-cr16.h (SIM_CR16_MEMORY_UNIFIED, SIM_CR16_MEMORY_INSN, + SIM_CR16_MEMORY_DATA, SIM_CR16_MEMORY_DMAP, SIM_CR16_MEMORY_IMAP): + Delete. + 2015-11-14 Mike Frysinger * sim-arm.h: Delete __cplusplus checks and extern "C" linkage. diff --git a/include/gdb/sim-cr16.h b/include/gdb/sim-cr16.h index 2f41303..a008977 100644 --- a/include/gdb/sim-cr16.h +++ b/include/gdb/sim-cr16.h @@ -20,15 +20,6 @@ #if !defined (SIM_CR16_H) #define SIM_CR16_H -enum - { - SIM_CR16_MEMORY_UNIFIED = 0x00000000, - SIM_CR16_MEMORY_INSN = 0x10000000, - SIM_CR16_MEMORY_DATA = 0x10000000, - SIM_CR16_MEMORY_DMAP = 0x10000000, - SIM_CR16_MEMORY_IMAP = 0x10000000 - }; - /* The simulator makes use of the following register information. */ enum sim_cr16_regs -- cgit v1.1