diff options
Diffstat (limited to 'sim/sh64')
-rw-r--r-- | sim/sh64/ChangeLog | 4 | ||||
-rw-r--r-- | sim/sh64/tconfig.h | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sim/sh64/ChangeLog b/sim/sh64/ChangeLog index cd8f50b..92fcf75 100644 --- a/sim/sh64/ChangeLog +++ b/sim/sh64/ChangeLog @@ -1,5 +1,9 @@ 2015-12-24 Mike Frysinger <vapier@gentoo.org> + * tconfig.h (SIM_HANDLES_LMA): Delete. + +2015-12-24 Mike Frysinger <vapier@gentoo.org> + * tconfig.h (SIM_HAVE_BREAKPOINTS, SIM_BREAKPOINT, SIM_BREAKPOINT_SIZE): Delete. diff --git a/sim/sh64/tconfig.h b/sim/sh64/tconfig.h index 1440566..4f4d9b7 100644 --- a/sim/sh64/tconfig.h +++ b/sim/sh64/tconfig.h @@ -1,8 +1,5 @@ /* SH64 target configuration file. -*- C -*- */ -/* See sim-hload.c. We properly handle LMA. -- TODO: check this */ -#define SIM_HANDLES_LMA 1 - /* For MSPR support. FIXME: revisit. */ #define WITH_DEVICES 0 |