Build ifunc tests when non-native
[deliverable/binutils-gdb.git] / ld / testsuite / ld-aarch64 / func-sym-hash-opt.s
1 .text
2 .align 2
3 .global main
4 .type main, %function
5 main:
6 bl dec
7 ret
This page took 0.030192 seconds and 4 git commands to generate.