summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-elfvers/vers8.map
blob: c24fb107afee7e3b49650e5a7a2f2a5e1d61a5b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
VERSION {
	VERS_1.1 {
		 local:
			 hide_old*; 
			 hide_original*; 
			 hide_new*; 
	};
	
	VERS_1.2 {
	} VERS_1.1;
	
	VERS_2.0 {
			 show_bar1; show_bar2;
	} VERS_1.2;
}