summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-elfvers/vers18.map
blob: 8dcff39b6f03be2c1b9418e96d1bffd67e89a738 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
VERS_1.1 {
	 local:
		 hide_old*; 
		 hide_original*; 
		 hide_new*; 
};

VERS_1.2 {
} VERS_1.1;

VERS_2.0 {
} VERS_1.2;