aboutsummaryrefslogtreecommitdiff
path: root/sim/bfin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-12-24 21:36:09 -0500
committerMike Frysinger <vapier@gentoo.org>2015-12-24 21:50:17 -0500
commit269362117d399d9d86b7e565e7cb827500fac31c (patch)
treefaca7a3eacceb694bdf29fcf1acaf08de23cccad /sim/bfin
parent9db2b719087eb42cfb31018fe87657243f6185c9 (diff)
downloadbinutils-269362117d399d9d86b7e565e7cb827500fac31c.zip
binutils-269362117d399d9d86b7e565e7cb827500fac31c.tar.gz
binutils-269362117d399d9d86b7e565e7cb827500fac31c.tar.bz2
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.
Diffstat (limited to 'sim/bfin')
-rw-r--r--sim/bfin/ChangeLog4
-rw-r--r--sim/bfin/tconfig.h3
2 files changed, 4 insertions, 3 deletions
diff --git a/sim/bfin/ChangeLog b/sim/bfin/ChangeLog
index ac4b774..1deb4ea 100644
--- a/sim/bfin/ChangeLog
+++ b/sim/bfin/ChangeLog
@@ -1,3 +1,7 @@
+2015-12-24 Mike Frysinger <vapier@gentoo.org>
+
+ * tconfig.h (SIM_HANDLES_LMA): Delete.
+
2015-11-17 Mike Frysinger <vapier@gentoo.org>
* tconfig.h (WITH_MODULO_MEMORY): Delete.
diff --git a/sim/bfin/tconfig.h b/sim/bfin/tconfig.h
index a3e6f7b..254aba9 100644
--- a/sim/bfin/tconfig.h
+++ b/sim/bfin/tconfig.h
@@ -1,8 +1,5 @@
/* Blackfin target configuration file. -*- C -*- */
-/* See sim-hload.c. We properly handle LMA. -- TODO: check this */
-#define SIM_HANDLES_LMA 1
-
/* We use this so that we are passed the requesting CPU for HW acesses.
Common sim core by default sets hw_system_cpu to NULL for WITH_HW. */
#define WITH_DEVICES 1