Re: PR28827, assertion building LLVM 9 on powerpc64le-linux-gnu
[binutils-gdb.git] / ld / testsuite / ld-bpf / jump-1.d
1 #as: --EL
2 #source: baz.s
3 #source: bar.s
4 #objdump: -dr
5 #ld: -EL
6 #name: jump with disp16 reloc
7
8 .*: +file format .*bpf.*
9
10 Disassembly of section .text:
11
12 [0-9a-f]+ <.*>:
13 *[0-9a-f]+: b7 01 00 00 01 00 00 00 mov %r1,1
14 *[0-9a-f]+: b7 02 00 00 02 00 00 00 mov %r2,2
15 *[0-9a-f]+: b7 03 00 00 03 00 00 00 mov %r3,3
16 *[0-9a-f]+: 05 00 01 00 00 00 00 00 ja 1
17 *[0-9a-f]+: 95 00 00 00 00 00 00 00 exit
18
19 [0-9a-f]+ <bar>:
20 *[0-9a-f]+: bf 21 00 00 00 00 00 00 mov %r1,%r2
21 *[0-9a-f]+: bf 13 00 00 00 00 00 00 mov %r3,%r1
22 *[0-9a-f]+: 95 00 00 00 00 00 00 00 exit