mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-30 02:50:25 +08:00
321b046c80
* NEWS: Update with 1.19.0 info. * README: Ditto. * MAINTAINERS: Update. * acinclude.m4: Change version number to 1.19.0. * aclocal.m4: Regenerated. * configure: Ditto. * Makefile.am: Fix stmp-targ-include target. * Makefile.in: Regenerated. * 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.19
40 lines
279 B
Plaintext
40 lines
279 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: *;
|
|
};
|