From 9fce57aaed76c9a7de8a66c212219f9889681da0 Mon Sep 17 00:00:00 2001 From: willnewton Date: Fri, 23 Aug 2013 07:16:56 +0000 Subject: gas/config/tc-arm.c: Improve validation of NEON addressing modes. NEON vector load and store instructions do not accept immediates or pre-indexed base plus offset addressing modes, so make sure that the assembler enforces this. gas/ChangeLog: 2013-08-23 Will Newton * config/tc-arm.c (do_neon_ldx_stx): Add extra constraints for pre-indexed addressing modes. * testsuite/gas/arm/neon-addressing-bad.l: Add test for VLDn and VSTn instructions. * testsuite/gas/arm/neon-addressing-bad.s: Likewise. gas/testsuite/ChangeLog: 2013-08-23 Will Newton * testsuite/gas/arm/neon-addressing-bad.l: Add test for VLDn and VSTn instructions. * testsuite/gas/arm/neon-addressing-bad.s: Likewise. --- gas/testsuite/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gas/testsuite/ChangeLog') diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 870158f8ee..219591a78e 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2013-08-23 Will Newton + + * testsuite/gas/arm/neon-addressing-bad.l: Add test for + VLDn and VSTn instructions. + * testsuite/gas/arm/neon-addressing-bad.s: Likewise. + 2013-08-19 Richard Sandiford * gas/mips/ase-errors-1.l, gas/mips/ase-errors-2.l, -- cgit v1.2.1