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


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  aacf0b33aa8a55f935be02a6f6a3b3b62f60d14b (commit)
      from  2d5c3743a3a223dc6467ff022124b4f2f1844c91 (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=aacf0b33aa8a55f935be02a6f6a3b3b62f60d14b

commit aacf0b33aa8a55f935be02a6f6a3b3b62f60d14b
Author: Kyrylo Tkachov <kyrylo.tkachov@arm.com>
Date:   Wed Aug 20 16:49:53 2014 +0100

    [ARM] Fix vcmp with #0.0
    
    	* config/tc-arm.c (parse_ifimm_zero): New function.
    	(enum operand_parse_code): Add OP_RSVD_FI0 value.
    	(parse_operands): Handle OP_RSVD_FI0.
    	(asm_opcode_insns): Use RSVD_FI0 for second operand of vcmp, vcmpe.
    
    	* gas/arm/ual-vcmp.s: New file.
    	* gas/arm/ual-vcmp.d: Likewise.
    	* gas/arm/vcmp-zero-bad.s: Likewise.
    	* gas/arm/vcmp-zero-bad.d: Likewise.
    	* gas/arm/vcmp-zero-bad.l: Likewise.

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

Summary of changes:
 gas/ChangeLog                         |    7 +++++
 gas/config/tc-arm.c                   |   48 +++++++++++++++++++++++++++++++-
 gas/testsuite/ChangeLog               |    8 +++++
 gas/testsuite/gas/arm/ual-vcmp.d      |   24 ++++++++++++++++
 gas/testsuite/gas/arm/ual-vcmp.s      |   21 ++++++++++++++
 gas/testsuite/gas/arm/vcmp-zero-bad.d |    4 +++
 gas/testsuite/gas/arm/vcmp-zero-bad.l |    8 +++++
 gas/testsuite/gas/arm/vcmp-zero-bad.s |   12 ++++++++
 8 files changed, 130 insertions(+), 2 deletions(-)
 create mode 100644 gas/testsuite/gas/arm/ual-vcmp.d
 create mode 100644 gas/testsuite/gas/arm/ual-vcmp.s
 create mode 100644 gas/testsuite/gas/arm/vcmp-zero-bad.d
 create mode 100644 gas/testsuite/gas/arm/vcmp-zero-bad.l
 create mode 100644 gas/testsuite/gas/arm/vcmp-zero-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]