mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-17 20:09:21 +08:00
0615b4bb5f
* NEWS: Update with 2.2.0 info. * README: Ditto. * acinclude.m4: Change version number to 2.2.0. * libc/libc.texinfo: Ditto. * libm/libm.texinfo: Ditto. * configure: Regenerated. * Makefile.in: Regenerated. * doc/configure: Ditto. * libc/*/configure: Ditto. * libm/*/configure: Ditto. * libc/sys/linux/shared.ld: Add VERS_2.2
56 lines
388 B
Plaintext
56 lines
388 B
Plaintext
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: *;
|
|
};
|