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. 0b6be415509b6dc5de80cb4e151b4a7439734b53


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  0b6be415509b6dc5de80cb4e151b4a7439734b53 (commit)
       via  d9490cd487215bb3cd28b4235efbb97fed840197 (commit)
      from  8bd978587880bff236f2b3c20df703c88899be5f (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=0b6be415509b6dc5de80cb4e151b4a7439734b53

commit 0b6be415509b6dc5de80cb4e151b4a7439734b53
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Wed Oct 15 08:46:54 2014 +0200

    opcodes, elf: annotate instructions with HWCAP2_VIS3B.
    
    This patch annotates the following SPARC instructions as VIS3B
    instructions: ldx *, %efsr, fpadd64, fpsub64, fpcmpule8, fpcmpune8,
    fpcmpugt8, fpcmpueq8.  It also improves the documentation of the VIS3B
    capability in several headers.
    
    Tested in sparc64-unknown-linux-gnu and sparc-unknown-linux-gnu.
    No visible regressions.
    
    opcodes/ChangeLog:
    
      2014-10-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
    
    	* sparc-opc.c (sparc-opcodes): Annotate several instructions with
    	the HWCAP2_VIS3B hwcap.
    
    include/opcodes/ChangeLog:
    
      2014-10-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
    
    	* sparc.h (HWCAP2_VIS3B): Documentation improved.
    
    include/elf/ChangeLog:
    
      2014-10-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
    
    	* sparc.h (ELF_SPARC_HWCAP2_VIS3B): Documentation improved.

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

commit d9490cd487215bb3cd28b4235efbb97fed840197
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Fri Oct 17 21:56:41 2014 +0200

    opcodes: fix several misplaced hwcap entries.
    
    This patch fixes the hwcap entries in `sparc-opcodes' (which were
    incorrectly located in the flags field) for the following
    instructions:
    
      wr r,r,%sys_tick
      wr r,i,%sys_tick
      wr r,r,%sys_tick_cmpr
      wr r,i,%sys_tick_cmpr
      edge8n edge8ln edge16n edge16ln edge32n edge32ln
      bmask bshuffle siam
    
    Tested in sparc-unknown-linux-gnu and sparc64-unknown-linux-gnu.
    No visible regressions.
    
    opcodes/ChangeLog:
    
      2014-10-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
    
    	* sparc-opc.c (sparc-opcodes): Fix several misplaced hwcap
    	entries.

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

Summary of changes:
 include/elf/ChangeLog    |    4 +++
 include/elf/sparc.h      |    2 +-
 include/opcode/ChangeLog |    4 +++
 include/opcode/sparc.h   |    2 +-
 opcodes/ChangeLog        |    6 +++++
 opcodes/sparc-opc.c      |   50 +++++++++++++++++++++++-----------------------
 6 files changed, 41 insertions(+), 27 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]