Don't generate PLT relocations for now binding
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / gc-plt-hidden.s
CommitLineData
edb2fa9a
MS
1 .text
2 .globl hidfn
3 .hidden hidfn
4 .type hidfn, %function
5hidfn:
6 and x0, x0, x0
7 .size hidfn, . - hidfn
This page took 0.103574 seconds and 4 git commands to generate.