AArch64: Revert setting of elf class in linker stub.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers27d1.c
1 #include "vers.h"
2
3 void
4 foo ()
5 {
6 }
7
8 FUNC_SYMVER(foo, foo@VERS.0);
This page took 0.028885 seconds and 4 git commands to generate.