diff options
author | Nick Clifton <nickc@redhat.com> | 2015-03-23 11:40:14 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2015-03-23 11:40:14 +0000 |
commit | 99067e2973a6bb1d3a52caafb479ebdc1a420580 (patch) | |
tree | 0a7e053952db47956ee1fcbde3590f76ae0f0f35 /sim/rl78/ChangeLog | |
parent | 49cd1634b2a59879329c5a285192ac581e64904c (diff) | |
download | gdb-99067e2973a6bb1d3a52caafb479ebdc1a420580.zip gdb-99067e2973a6bb1d3a52caafb479ebdc1a420580.tar.gz gdb-99067e2973a6bb1d3a52caafb479ebdc1a420580.tar.bz2 |
Fix thinko with previous delta to RL78 sim, by adding code to define the G10 and G13 mode options.
* cpu.c (rl78_g10_mode): Declare.
(g13_multiply): Declare.
* cpu.h (rl78_g10_mode): Export.
(g13_multiply): Export.
Diffstat (limited to 'sim/rl78/ChangeLog')
-rw-r--r-- | sim/rl78/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/rl78/ChangeLog b/sim/rl78/ChangeLog index 018b1ff..889c320 100644 --- a/sim/rl78/ChangeLog +++ b/sim/rl78/ChangeLog @@ -1,3 +1,10 @@ +2015-03-23 Nick Clifton <nickc@redhat.com> + + * cpu.c (rl78_g10_mode): Declare. + (g13_multiply): Declare. + * cpu.h (rl78_g10_mode): Export. + (g13_multiply): Export. + 2015-03-20 Nick Clifton <nickc@redhat.com> * load.c (rl78_load): If the G10, G13 or G14 flag bits are set in |