diff options
author | Daniel Gutson <dgutson@codesourcery.com> | 2010-01-04 23:31:04 +0000 |
---|---|---|
committer | Daniel Gutson <dgutson@codesourcery.com> | 2010-01-04 23:31:04 +0000 |
commit | 4316f0d240ccb4ad3a9def858f5e00d9c83341b9 (patch) | |
tree | ceaf5e3e7e1ff9da7fd34f466cf0e52319cee590 /gas/ChangeLog | |
parent | 878c79795ec5e2e72dde5b096aa647260007ee42 (diff) | |
download | gdb-4316f0d240ccb4ad3a9def858f5e00d9c83341b9.zip gdb-4316f0d240ccb4ad3a9def858f5e00d9c83341b9.tar.gz gdb-4316f0d240ccb4ad3a9def858f5e00d9c83341b9.tar.bz2 |
2010-01-04 Daniel Gutson <dgutson@codesourcery.com>
gas/
* config/tc-arm.c (do_neon_logic): Accept imm value
in the third operand too.
(operand_parse_code): OP_RNDQ_IMVNb renamed to
OP_RNDQ_Ibig.
(parse_operands): OP_NILO case removed, applied renaming.
(insns): Neon shape changed for some logic instructions.
gas/testsuite/
* gas/arm/neon-logic.d: New test case.
* gas/arm/neon-logic.s: New file.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f10e7d3..1b3438d 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,14 @@ 2010-01-04 Daniel Gutson <dgutson@codesourcery.com> + * config/tc-arm.c (do_neon_logic): Accept imm value + in the third operand too. + (operand_parse_code): OP_RNDQ_IMVNb renamed to + OP_RNDQ_Ibig. + (parse_operands): OP_NILO case removed, applied renaming. + (insns): Neon shape changed for some logic instructions. + +2010-01-04 Daniel Gutson <dgutson@codesourcery.com> + * config/tc-arm.c (do_neon_ldx_stx): Added validation for vector load/store insns. |