diff options
Diffstat (limited to 'sim/cris')
-rw-r--r-- | sim/cris/ChangeLog | 4 | ||||
-rw-r--r-- | sim/cris/tconfig.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sim/cris/ChangeLog b/sim/cris/ChangeLog index 4bca1e1..7b7618c 100644 --- a/sim/cris/ChangeLog +++ b/sim/cris/ChangeLog @@ -1,3 +1,7 @@ +2015-12-24 Mike Frysinger <vapier@gentoo.org> + + * tconfig.h (SIM_HANDLES_LMA): Delete. + 2015-11-15 Mike Frysinger <vapier@gentoo.org> * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and diff --git a/sim/cris/tconfig.h b/sim/cris/tconfig.h index e512c3d..77b000f 100644 --- a/sim/cris/tconfig.h +++ b/sim/cris/tconfig.h @@ -24,9 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ file. I just copied it from m32r, pruned some stuff and added HAVE_MODEL because it seemed useful. */ -/* See sim-hload.c. We properly handle LMA. */ -#define SIM_HANDLES_LMA 1 - /* For MSPR support. FIXME: revisit. */ #define WITH_DEVICES 1 |