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. 180eb0634cd876d759f3cbd5bdce24d363f9f2f1


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  180eb0634cd876d759f3cbd5bdce24d363f9f2f1 (commit)
      from  34abf635b3edf9d70b24aa655ffd7d4696d48cde (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=180eb0634cd876d759f3cbd5bdce24d363f9f2f1

commit 180eb0634cd876d759f3cbd5bdce24d363f9f2f1
Author: Nick Clifton <nickc@redhat.com>
Date:   Tue Aug 19 11:34:14 2014 +0100

    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.

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

Summary of changes:
 sim/msp430/ChangeLog    |    8 +++
 sim/msp430/msp430-sim.c |  138 ++++++++++++++++++++++++----------------------
 sim/msp430/msp430-sim.h |   18 ++++++
 3 files changed, 98 insertions(+), 66 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]