Fixed a pcrel relocte miss between different section in the same module.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m32r / rela-1.s
1
2 .section .text
3 bl label
4 bl.l label
5 bl.s label
6 bnez r0,label
7 mv r0,r0
8 bl.s label
9
10 .section .text2, "ax"
11 nop
12 nop
13 nop
14 nop
15 label:
16 .end
17
18
This page took 0.030042 seconds and 4 git commands to generate.