4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-01-17 20:09:21 +08:00
Jeff Johnston f2d223bd0f 2012-12-20 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 2.0.0 info.
        * README: Ditto.
        * acinclude.m4: Change version number to 2.0.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.0
2012-12-20 21:10:27 +00:00

48 lines
334 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: *;
};