Make bfd.link_next field a union
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-309.s
1 # R_AARCH64_GOT_LD_PREL19 must satisfy condition:
2 #
3 # -2^20 <= G(S) - P < 2^20
4 #
5
6 .comm src,1,8
7
8 .global _start
9
10 .text
11
12 _start:
13 nop
14 ldr x0, :got:src
This page took 0.029569 seconds and 4 git commands to generate.