Have the linker's help text include the default setting of the --hash-style option...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / tls-relax-gd-le.s
CommitLineData
a06ea964
NC
1 .section .tdata
2var:
3 .word 2
4 .text
5 adrp x0, :tlsgd:var
6 add x0, x0, :tlsgd_lo12:var
7 bl __tls_get_addr
8 nop
9 ldr w0, [x0]
This page took 0.393191 seconds and 4 git commands to generate.