summaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-elfvers/vers18.map
blob: eac2b0e3dcb94ef938a9b60bdca0aa35b5a37b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
VERS_1.1 {
	 global:
		 foo1;
	 local:
		 hide_old*; 
		 hide_original*; 
		 hide_new*; 
};

VERS_1.2 {
		 foo2;
} VERS_1.1;

VERS_2.0 {
} VERS_1.2;