mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-21 05:49:19 +08:00
0217078f77
* NEWS: Update with 1.14.0 info. * README: Ditto. * acinclude.m4: Change version number to 1.14.0. * aclocal.m4: Regenerated. * configure: Ditto. * doc/aclocal.m4: Ditto. * doc/configure: Ditto. * libc/*/aclocal.m4: Ditto. * libc/*/configure: Ditto. * libc/libc.texinfo: Ditto. * libm/*/aclocal.m4: Ditto. * libm/*/configure: Ditto. * libm/libm.texinfo: Ditto. * libc/sys/linux/shared.ld: Add VERS_1.14.
20 lines
139 B
Plaintext
20 lines
139 B
Plaintext
VERS_1.10 {
|
|
global: *;
|
|
};
|
|
|
|
VERS_1.11 {
|
|
global: *;
|
|
};
|
|
|
|
VERS_1.12 {
|
|
global: *;
|
|
};
|
|
|
|
VERS_1.13 {
|
|
global: *;
|
|
};
|
|
|
|
VERS_1.14 {
|
|
global: *;
|
|
};
|