4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-03-03 13:35:46 +08:00
Jeff Johnston 5ac847c629 2013-12-23 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 2.1.0 info.
        * README: Ditto.
        * acinclude.m4: Change version number to 2.1.0.
        * aclocal.m4: Regenerated.
        * configure: Ditto.
        * 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_2.1
2013-12-23 20:45:10 +00:00

52 lines
361 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: *;
};