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. 827f64ffb56038b080f630c6487bd4c5dbf83985


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  827f64ffb56038b080f630c6487bd4c5dbf83985 (commit)
      from  c7faa97a858bc4eedfca029176fd54c6196c3248 (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=827f64ffb56038b080f630c6487bd4c5dbf83985

commit 827f64ffb56038b080f630c6487bd4c5dbf83985
Author: Will Newton <will.newton@linaro.org>
Date:   Thu Jan 16 10:08:45 2014 +0000

    gas: ARM: Fix encoding of VCVTr.s32.f64 instructions
    
    The direct rounding floating-point VCVT instructions introduced in
    ARMv8 encode the s32.f64 variant incorrectly. The op bit should be
    set to 1 for all signed conversions.
    
    gas/ChangeLog:
    
    2014-01-17  Will Newton  <will.newton@linaro.org>
    
    	* config/tc-arm.c (do_vfp_nsyn_cvt_fpv8): Set OP to 1
    	for the s32.f64 flavours of VCVT.
    
    gas/testsuite/ChangeLog:
    
    2014-01-17  Will Newton  <will.newton@linaro.org>
    
    	* gas/arm/armv8-a+fp.d: Correct encoding of vcvta.s32.f64.

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

Summary of changes:
 gas/ChangeLog                      |    5 +++++
 gas/config/tc-arm.c                |    2 +-
 gas/testsuite/ChangeLog            |    4 ++++
 gas/testsuite/gas/arm/armv8-a+fp.d |    8 ++++----
 4 files changed, 14 insertions(+), 5 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]