]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ld-elfvers/vers8.map
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / ld / testsuite / ld-elfvers / vers8.map
1 VERSION {
2 VERS_1.1 {
3 global:
4 foo1;
5 local:
6 hide_old*;
7 hide_original*;
8 hide_new*;
9 };
10
11 VERS_1.2 {
12 foo2;
13 } VERS_1.1;
14
15 VERS_2.0 {
16 show_bar1; show_bar2;
17 } VERS_1.2;
18 }