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. f32d1b7f589d70c6f5e15f83b0f6f94ef18bb1dd


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  f32d1b7f589d70c6f5e15f83b0f6f94ef18bb1dd (commit)
      from  7b0278dcad72af1db86e6ecf91751dbc45e3b071 (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=f32d1b7f589d70c6f5e15f83b0f6f94ef18bb1dd

commit f32d1b7f589d70c6f5e15f83b0f6f94ef18bb1dd
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Mar 8 00:21:13 2014 -0500

    sim: msp430: start a test framework
    
    The current sim lacks any sort of tests.  Start a basic framework and
    add a simple one to test the add insn.

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

Summary of changes:
 sim/ChangeLog                          |    5 ++
 sim/configure                          |    1 +
 sim/configure.tgt                      |    1 +
 sim/testsuite/ChangeLog                |    4 ++
 sim/testsuite/configure                |    1 +
 sim/testsuite/sim/msp430/ChangeLog     |    3 +
 sim/testsuite/sim/msp430/add.s         |   20 +++++++++
 sim/testsuite/sim/msp430/allinsn.exp   |   15 +++++++
 sim/testsuite/sim/msp430/testutils.inc |   70 ++++++++++++++++++++++++++++++++
 9 files changed, 120 insertions(+), 0 deletions(-)
 create mode 100644 sim/testsuite/sim/msp430/ChangeLog
 create mode 100644 sim/testsuite/sim/msp430/add.s
 create mode 100644 sim/testsuite/sim/msp430/allinsn.exp
 create mode 100644 sim/testsuite/sim/msp430/testutils.inc


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]