blob: b4cc2c473f545624976f9e105daedc06d1e2c89d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# relaxation test for callr
.globl text1
.section text1, "ax", @progbits
call func
call func1
.section text2, "ax", @progbits
func:
nop
br func1
nop
nop
nop
func1:
nop
|