This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: MSP430 SIM: Add support for hardware multiply


On Tue 19 Aug 2014 11:36:36 Nicholas Clifton wrote:
> > the global static vars really look like they should be part of the cpu or
> > sim state and not just global variables.  otherwise you can't easily
> > reset them ?
>
> Done:
> sim/msp430/ChangeLog
> 
> 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.

looks sane.  thanks!
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]