diff options
author | Nick Clifton <nickc@redhat.com> | 2014-08-19 11:34:14 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2014-08-19 11:34:14 +0100 |
commit | 180eb0634cd876d759f3cbd5bdce24d363f9f2f1 (patch) | |
tree | 7f5d250cc852a634bbc15d16043d593a0ed34a86 /sim/msp430/ChangeLog | |
parent | 34abf635b3edf9d70b24aa655ffd7d4696d48cde (diff) | |
download | binutils-gdb-180eb0634cd876d759f3cbd5bdce24d363f9f2f1.tar.gz |
Replace static variables in the MSP430 simulator with fields in the cpu state structure.
* msp430-sim.c: Move static hardware multiply support variables
from here...
* msp430-sim.h (msp430_cpu_state): ... into here ...
* msp430-sim.c (get_op, put_op): ... and update references to use
the msp430_cpu_state structure.
Diffstat (limited to 'sim/msp430/ChangeLog')
-rw-r--r-- | sim/msp430/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sim/msp430/ChangeLog b/sim/msp430/ChangeLog index 732f135347d..4b6858cd44c 100644 --- a/sim/msp430/ChangeLog +++ b/sim/msp430/ChangeLog @@ -1,3 +1,11 @@ +2014-08-19 Nick Clifton <nickc@redhat.com> + + * msp430-sim.c: Move static hardware multiply support variables + from here... + * msp430-sim.h (msp430_cpu_state): ... into here ... + * msp430-sim.c (get_op, put_op): ... and update references to use + the msp430_cpu_state structure. + 2014-08-15 Roland McGrath <mcgrathr@google.com> * configure: Regenerate. |