diff options
author | Nick Clifton <nickc@redhat.com> | 2015-03-20 10:29:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-03-20 10:30:53 +0000 |
commit | 4819f490bd2bc88bccf636755abf3d50b7f3850f (patch) | |
tree | 824a00d02e0deefc4732e0f661df8259a4c6f669 /sim/rl78/ChangeLog | |
parent | e8ffc436d9d849eed52af64568d9f37aeaddbd9e (diff) | |
download | binutils-gdb-4819f490bd2bc88bccf636755abf3d50b7f3850f.tar.gz |
Fixes implementation of hardware multiply/divide peripheral in RL78 G13 cores.
* load.c (rl78_load): If the G10, G13 or G14 flag bits are set in
the ELF header use them to select the proper emulation mode.
* mem.c (mem_put_byte): Use mem_put_hi to store a value into the
MDB register.
(mem_get_byte): Use mem_get_hi to extract a value from the MDB
register.
Diffstat (limited to 'sim/rl78/ChangeLog')
-rw-r--r-- | sim/rl78/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/rl78/ChangeLog b/sim/rl78/ChangeLog index 3c92412031a..018b1ff77d0 100644 --- a/sim/rl78/ChangeLog +++ b/sim/rl78/ChangeLog @@ -1,3 +1,12 @@ +2015-03-20 Nick Clifton <nickc@redhat.com> + + * load.c (rl78_load): If the G10, G13 or G14 flag bits are set in + the ELF header use them to select the proper emulation mode. + * mem.c (mem_put_byte): Use mem_put_hi to store a value into the + MDB register. + (mem_get_byte): Use mem_get_hi to extract a value from the MDB + register. + 2015-03-16 Mike Frysinger <vapier@gentoo.org> * aclocal.m4, config.in, configure: Regenerate. |