Welcome to mirror list, hosted at ThFree Co, Russian Federation.

shared.ld « linux « sys « libc « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 11af884c66ee546331501c6392dd05cb6ecab88c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
VERS_1.10 {
	global: *;
};

VERS_1.11 {
	global: *;
};

VERS_1.12 {
	global: *;
};

VERS_1.13 {
	global: *;
};

VERS_1.14 {
	global: *;
};

VERS_1.15 {
	global: *;
};

VERS_1.16 {
	global: *;
};

VERS_1.17 {
	global: *;
};

VERS_1.18 {
	global: *;
};

VERS_1.19 {
	global: *;
};

VERS_1.20 {
	global: *;
};

VERS_2.0 {
	global: *;
};

VERS_2.1 {
	global: *;
};

VERS_2.2 {
	global: *;
};