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