Don't generate PLT relocations for now binding
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers22a.c
1 #include "vers.h"
2
3 SYMVER(_old_bar, bar@VERS.0);
4
5 void
6 _old_bar ()
7 {
8 }
This page took 0.028716 seconds and 4 git commands to generate.