From 269362117d399d9d86b7e565e7cb827500fac31c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 24 Dec 2015 21:36:09 -0500 Subject: sim: make LMA loading the default for all targets Most targets already default to loading code via their LMA, but for a few, this means the default changes from loading VMA to LMA. It's better to have the different targets be consistent, and allows some code clean up. --- sim/lm32/ChangeLog | 4 ++++ sim/lm32/tconfig.h | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'sim/lm32') diff --git a/sim/lm32/ChangeLog b/sim/lm32/ChangeLog index 081be37..93e7d98 100644 --- a/sim/lm32/ChangeLog +++ b/sim/lm32/ChangeLog @@ -1,3 +1,7 @@ +2015-12-24 Mike Frysinger + + * tconfig.h (SIM_HANDLES_LMA): Delete. + 2015-11-15 Mike Frysinger * Makefile.in (SIM_OBJS): Delete sim-reason.o, sim-reg.o, and diff --git a/sim/lm32/tconfig.h b/sim/lm32/tconfig.h index 0970c81..7db04f9 100644 --- a/sim/lm32/tconfig.h +++ b/sim/lm32/tconfig.h @@ -19,9 +19,6 @@ #ifndef LM32_TCONFIG_H #define LM32_TCONFIG_H -/* See sim-hload.c. We properly handle LMA. */ -#define SIM_HANDLES_LMA 1 - #define WITH_SCACHE_PBB 1 #endif /* LM32_TCONFIG_H */ -- cgit v1.1