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
/
vers1.map
blob
8fc37bcaf0fd19c38a9b182e701033122a409c75
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;