mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* 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.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||||
|
|
||||||
|
* config/tc-arm.c (do_neon_mov): Break on NS_NULL.
|
||||||
|
|
||||||
2013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
2013-02-15 Sebastian Huber <sebastian.huber@embedded-brains.de>
|
||||||
|
|
||||||
* configure.tgt: Add nios2-*-rtems*.
|
* configure.tgt: Add nios2-*-rtems*.
|
||||||
|
@ -15494,6 +15494,11 @@ do_neon_mov (void)
|
|||||||
do_vfp_nsyn_opcode ("fmsrr");
|
do_vfp_nsyn_opcode ("fmsrr");
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case NS_NULL:
|
||||||
|
/* neon_select_shape has determined that the instruction
|
||||||
|
shape is wrong and has already set the error message. */
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
abort ();
|
abort ();
|
||||||
}
|
}
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2013-02-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
|
||||||
|
|
||||||
|
* gas/arm/neon-vmov-bad.d: New file.
|
||||||
|
* gas/arm/neon-vmov-bad.s: Likewise.
|
||||||
|
* gas/arm/neon-vmov-bad.l: Likewise.
|
||||||
|
|
||||||
2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
|
2013-02-14 Yufeng Zhang <yufeng.zhang@arm.com>
|
||||||
|
|
||||||
* gas/aarch64/system.s: Add tests.
|
* gas/aarch64/system.s: Add tests.
|
||||||
|
3
gas/testsuite/gas/arm/neon-vmov-bad.d
Normal file
3
gas/testsuite/gas/arm/neon-vmov-bad.d
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# name: Bad shape for vmov
|
||||||
|
# as: -mfpu=neon
|
||||||
|
# error-output: neon-vmov-bad.l
|
2
gas/testsuite/gas/arm/neon-vmov-bad.l
Normal file
2
gas/testsuite/gas/arm/neon-vmov-bad.l
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
[^:]*: Assembler messages:
|
||||||
|
[^:]*:3: Error: invalid instruction shape -- `vmov Q0,d0'
|
3
gas/testsuite/gas/arm/neon-vmov-bad.s
Normal file
3
gas/testsuite/gas/arm/neon-vmov-bad.s
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
.syntax unified
|
||||||
|
.arm
|
||||||
|
vmov Q0, d0
|
Reference in New Issue
Block a user