diff options
Diffstat (limited to 'sim/msp430/ChangeLog')
-rw-r--r-- | sim/msp430/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog index 88cf019..9ec71ec 100644 --- a/sim/msp430/ChangeLog +++ b/sim/msp430/ChangeLog @@ -1,3 +1,15 @@ +2015-02-24 Nick Clifton <nickc@redhat.com> + + * msp430-sim.c (sim_open): Allocate memory regions matching those + declared in the libgloss/msp430 linker scripts. + Allow sim_load_file to fail. + (get_op): Test the correct address bit when checking for out of + range addresses. + Include the address in the error message when an illegal access to + the hardware multiplier is detected. + (put_op): Test the correct address bit when checking for out of + range addresses. + 2014-08-19 Alan Modra <amodra@gmail.com> * configure: Regenerate. |