Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-12-17 23:41:44 +0300
committerJeff Johnston <jjohnstn@redhat.com>2009-12-17 23:41:44 +0300
commita39036812211810bf6d73e2f4f01cb41971e9fd8 (patch)
treebc75ff96beba7ade39c1797965bb17f3d5df284d /newlib/libc/sys/linux/shared.ld
parent296df5189a6b79e180239223f49036a1ddb6243d (diff)
2009-12-17 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 1.18.0 info. * README: Ditto. * acinclude.m4: Change version number to 1.18.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.18
Diffstat (limited to 'newlib/libc/sys/linux/shared.ld')
-rw-r--r--newlib/libc/sys/linux/shared.ld4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/shared.ld b/newlib/libc/sys/linux/shared.ld
index 9610d7f12..71992c6ff 100644
--- a/newlib/libc/sys/linux/shared.ld
+++ b/newlib/libc/sys/linux/shared.ld
@@ -29,3 +29,7 @@ VERS_1.16 {
VERS_1.17 {
global: *;
};
+
+VERS_1.18 {
+ global: *;
+};