Merge branch 'master' into merge-job
[deliverable/binutils-gdb.git] / ld / testsuite / ld-arm / rel32-reject-pie.s
1 .text
2 .global main
3 main:
4 b main
5
6 .data
7 rel:
8 .word non_global - .
This page took 0.029307 seconds and 4 git commands to generate.