Add 2 more tests for PR ld/21884
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / gc-plt-hidden.s
1 .text
2 .globl hidfn
3 .hidden hidfn
4 .type hidfn, %function
5 hidfn:
6 and x0, x0, x0
7 .size hidfn, . - hidfn
This page took 0.03087 seconds and 4 git commands to generate.