repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2000-10-31 Philip Blundell <philb@gnu.org>
[binutils.git]
/
ld
/
testsuite
/
ld-elfvers
/
vers8.map
blob
26359559d9f95ba471f923d7343fe5cb62a58e26
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
}