source: trunk/libs/newlib/src/newlib/libc/sys/linux/shared.ld

Last change on this file was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 388 bytes
Line 
1VERS_1.10 {
2        global: *;
3};
4
5VERS_1.11 {
6        global: *;
7};
8
9VERS_1.12 {
10        global: *;
11};
12
13VERS_1.13 {
14        global: *;
15};
16
17VERS_1.14 {
18        global: *;
19};
20
21VERS_1.15 {
22        global: *;
23};
24
25VERS_1.16 {
26        global: *;
27};
28
29VERS_1.17 {
30        global: *;
31};
32
33VERS_1.18 {
34        global: *;
35};
36
37VERS_1.19 {
38        global: *;
39};
40
41VERS_1.20 {
42        global: *;
43};
44
45VERS_2.0 {
46        global: *;
47};
48
49VERS_2.1 {
50        global: *;
51};
52
53VERS_2.2 {
54        global: *;
55};
Note: See TracBrowser for help on using the repository browser.