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

VERS_1.2 {
		 foo2;
} VERS_1.1;

VERS_2.0 {
		 show_bar1; show_bar2;
} VERS_1.2;