Add support to GDB for the Renesas rl78 architecture.
[external/binutils.git] / sim / testsuite / sim / cris / asm / movecpc.ms
1 # mach: crisv3 crisv8 crisv10
2 # xerror:
3 # output: General register * PC is not implemented.\nprogram stopped with signal 5.\n
4
5 # We deliberately match both "read from" and "write to" above.
6
7  .include "testutils.inc"
8  startnostack
9  moveq -1,r3
10  move.b 0x42,pc
11  dumpr3
12
13  move.w 0x4321,pc
14  dumpr3
15
16  move.d 0x76543210,pc
17  dumpr3
18
19  quit