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
update generated files
[binutils.git]
/
ld
/
testsuite
/
ld-elfvers
/
vers18.map
blob
eac2b0e3dcb94ef938a9b60bdca0aa35b5a37b29
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
} VERS_1.2;