This patch addresses the change in the June Armv8.1-M Mainline specification, that...
[deliverable/binutils-gdb.git] / gas / testsuite / gas / pdp11 / pr14480.d
1 #name: PR 14480 - correct assembly of 'jsr pc, @(r0)'
2 #objdump: -dw
3
4 .*: +file format .*
5
6 Disassembly of section .text:
7
8 0+00 <start>:
9 [ ]+0:[ ]+15c0 0014[ ]+mov[ ]+\$24, r0
10 [ ]+4:[ ]+09c8[ ]+jsr[ ]+pc, \(r0\)
11 [ ]+6:[ ]+09f8 0000[ ]+jsr[ ]+pc, \*0\(r0\)
12 [ ]+a:[ ]+09f8 0000[ ]+jsr[ ]+pc, \*0\(r0\)
13 [ ]+e:[ ]+09f8 0002[ ]+jsr[ ]+pc, \*2\(r0\)
14 #pass
This page took 0.032831 seconds and 4 git commands to generate.