mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-15 11:00:04 +08:00
26b8429317
* NEWS: Update with 1.16.0 info. * README: Ditto. * acinclude.m4: Change version number to 1.16.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.16.
28 lines
195 B
Plaintext
28 lines
195 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: *;
|
|
};
|