* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[deliverable/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 }
This page took 0.03062 seconds and 4 git commands to generate.