summaryrefslogtreecommitdiffstats
path: root/binutils-2.25/ld/testsuite/ld-elfvers/vers1.map
blob: 767915cd7f811ae1b6ce58b23883fef0d08e260f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;