This is the mail archive of the gdb-cvs@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]

gdb and binutils branch master updated. 8969934d3180d80b4cb5da225e25379a880b5476


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gdb and binutils".

The branch, master has been updated
       via  8969934d3180d80b4cb5da225e25379a880b5476 (commit)
      from  999b995ddc4a8a2f146ebf9a46c9924c6a7c65a6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=8969934d3180d80b4cb5da225e25379a880b5476

commit 8969934d3180d80b4cb5da225e25379a880b5476
Author: Nick Clifton <nickc@redhat.com>
Date:   Thu May 8 08:53:16 2014 +0100

    Add support for emulating the MSP430 hardware multiply feature.
    
    	* msp430-sim.c (sim_open): Do not allocate memory over the
    	hardware multiply registers.
    	(get_op): Add support for reads from the hardware multiply
    	registers.
    	(put_op): Add support for writes to the hardware multiply
    	registers.
    	(msp430_step_once): Add support for the RETI instruction used by
    	the CPUX architecture.

-----------------------------------------------------------------------

Summary of changes:
 sim/msp430/ChangeLog    |   11 +++
 sim/msp430/msp430-sim.c |  204 +++++++++++++++++++++++++++++++++++++++++-----
 2 files changed, 192 insertions(+), 23 deletions(-)


hooks/post-receive
-- 
gdb and binutils


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