xref: /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/cris/asm/movempc.ms (revision cb63e24e8d6aae7ddac1859a9015f48b1d8bd90e)
1# mach: crisv3 crisv8 crisv10
2# xerror:
3# output: General register write to PC is not implemented.\nprogram stopped with signal 5 (*).\n
4
5 .include "testutils.inc"
6 start
7 move.d _start,r12
8 move.d [r12],pc
9