diff options
author | Nick Clifton <nickc@redhat.com> | 2013-02-15 10:07:47 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2013-02-15 10:07:47 +0000 |
commit | 4c261dff5179ee3d16b45f9346f9914d5a59bd07 (patch) | |
tree | 6f9766338b301579cbfe4d952a0c27f4dce0e489 /gas/config | |
parent | f5911ea11965af3dc626c1c6278e45e214fc640c (diff) | |
download | gdb-4c261dff5179ee3d16b45f9346f9914d5a59bd07.zip gdb-4c261dff5179ee3d16b45f9346f9914d5a59bd07.tar.gz gdb-4c261dff5179ee3d16b45f9346f9914d5a59bd07.tar.bz2 |
* 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.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-arm.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 (); } |