ld: Add $NOSANTIZE_CFLAGS to more linker tests
[binutils-gdb.git] / ld / testsuite / ld-elfvers / vers18.map
1 VERS_1.1 {
2 local:
3 hide_old*;
4 hide_original*;
5 hide_new*;
6 };
7
8 VERS_1.2 {
9 } VERS_1.1;
10
11 VERS_2.0 {
12 } VERS_1.2;