Have the linker's help text include the default setting of the --hash-style option...
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / emit-relocs-554-overflow.s
CommitLineData
e04ef022
RL
1 .global v1
2 .size v1, 4096
3 .global v2
4 .section .tdata,"awT",%progbits
5v1:
6 .zero 4096
7v2:
8 .word 0xcafecafe
9
10 .text
11 ldrsh x2, [x17, #:tprel_lo12:v2]
This page took 0.131074 seconds and 4 git commands to generate.