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 binutils-2_24-branch updated. 05c4e689c3c66b22851b96fc99b9a5c6750d40c2


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, binutils-2_24-branch has been updated
       via  05c4e689c3c66b22851b96fc99b9a5c6750d40c2 (commit)
      from  a7b897de6bc3409e7b4c7d3d7a7e6effde650fff (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=05c4e689c3c66b22851b96fc99b9a5c6750d40c2

commit 05c4e689c3c66b22851b96fc99b9a5c6750d40c2
Author: Will Newton <will.newton@linaro.org>
Date:   Thu Oct 31 17:21:11 2013 -0700

    config/tc-aarch64.c: Avoid trying to parse a vector mov as immediate.
    
    Parsing a vector mov instruction currently leads to a phantom undefined
    symbol being added to the symbol table. e.g.:
    
           .text
           mov     x0, v0.D[0]
    
    Produces an undefined symbol called "v0.D".
    
    gas/ChangeLog:
    
    2013-11-05  Will Newton  <will.newton@linaro.org>
    
    	PR gas/16103
    	* config/tc-aarch64.c (parse_operands): Avoid trying to
    	parse a vector register as an immediate.
    
    gas/testsuite/ChangeLog:
    
    2013-11-05  Will Newton  <will.newton@linaro.org>
    
    	* gas/aarch64/advsimd-mov-bad.d: New file.
    	* gas/aarch64/advsimd-mov-bad.s: Likewise.

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

Summary of changes:
 gas/ChangeLog                               |    6 ++++++
 gas/config/tc-aarch64.c                     |    3 ++-
 gas/testsuite/ChangeLog                     |    5 +++++
 gas/testsuite/gas/aarch64/advsimd-mov-bad.d |   12 ++++++++++++
 gas/testsuite/gas/aarch64/advsimd-mov-bad.s |    2 ++
 5 files changed, 27 insertions(+), 1 deletions(-)
 create mode 100644 gas/testsuite/gas/aarch64/advsimd-mov-bad.d
 create mode 100644 gas/testsuite/gas/aarch64/advsimd-mov-bad.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]