From 4c261dff5179ee3d16b45f9346f9914d5a59bd07 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 15 Feb 2013 10:07:47 +0000 Subject: * gas/arm/neon-vmov-bad.d: New file. * gas/arm/neon-vmov-bad.s: Likewise. * gas/arm/neon-vmov-bad.l: Likewise. * config/tc-arm.c (do_neon_mov): Break on NS_NULL. --- gas/config/tc-arm.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gas/config') diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 7107bbd..c7e6f34 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -15494,6 +15494,11 @@ do_neon_mov (void) do_vfp_nsyn_opcode ("fmsrr"); break; + case NS_NULL: + /* neon_select_shape has determined that the instruction + shape is wrong and has already set the error message. */ + break; + default: abort (); } -- cgit v1.1