This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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. 3d68f91c0fb05b426e554004cabd3ded4c91f9c8


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  3d68f91c0fb05b426e554004cabd3ded4c91f9c8 (commit)
      from  fcbdedf866d777b3598cf8703737eb0f987c2aca (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=3d68f91c0fb05b426e554004cabd3ded4c91f9c8

commit 3d68f91c0fb05b426e554004cabd3ded4c91f9c8
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Thu Oct 9 13:16:53 2014 +0100

    This is a series of patches that add support for the SPARC M7 cpu to
    binutils.  They were discussed and approved here:
    
      https://sourceware.org/ml/binutils/2014-10/msg00038.html

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

Summary of changes:
 bfd/ChangeLog                        |    5 +
 bfd/elfxx-sparc.c                    |    7 +
 binutils/ChangeLog                   |    6 +
 binutils/readelf.c                   |   50 +-
 gas/ChangeLog                        |   41 +
 gas/config/tc-sparc.c                |  150 ++-
 gas/doc/c-sparc.texi                 |   43 +-
 gas/testsuite/ChangeLog              |   18 +
 gas/testsuite/gas/sparc/hpcvis3.d    |   10 +-
 gas/testsuite/gas/sparc/hpcvis3.s    |   10 +-
 gas/testsuite/gas/sparc/mcdper.d     |   15 +
 gas/testsuite/gas/sparc/mcdper.s     |    5 +
 gas/testsuite/gas/sparc/mwait.d      |   13 +
 gas/testsuite/gas/sparc/mwait.s      |    7 +
 gas/testsuite/gas/sparc/sparc.exp    |    4 +
 gas/testsuite/gas/sparc/sparc5vis4.d |   38 +
 gas/testsuite/gas/sparc/sparc5vis4.s |   31 +
 gas/testsuite/gas/sparc/xcrypto.d    |  105 ++
 gas/testsuite/gas/sparc/xcrypto.s    |   98 ++
 include/elf/ChangeLog                |   15 +
 include/elf/sparc.h                  |   25 +-
 include/opcode/ChangeLog             |   20 +
 include/opcode/sparc.h               |   20 +-
 opcodes/ChangeLog                    |   21 +
 opcodes/sparc-dis.c                  |    7 +-
 opcodes/sparc-opc.c                  | 2920 +++++++++++++++++-----------------
 26 files changed, 2171 insertions(+), 1513 deletions(-)
 create mode 100644 gas/testsuite/gas/sparc/mcdper.d
 create mode 100644 gas/testsuite/gas/sparc/mcdper.s
 create mode 100644 gas/testsuite/gas/sparc/mwait.d
 create mode 100644 gas/testsuite/gas/sparc/mwait.s
 create mode 100644 gas/testsuite/gas/sparc/sparc5vis4.d
 create mode 100644 gas/testsuite/gas/sparc/sparc5vis4.s
 create mode 100644 gas/testsuite/gas/sparc/xcrypto.d
 create mode 100644 gas/testsuite/gas/sparc/xcrypto.s


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]