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>2014-12-18 23:30:11 +0300
committerJeff Johnston <jjohnstn@redhat.com>2014-12-18 23:30:11 +0300
commit0615b4bb5f38a738377d4856aed167f0ab6aa52d (patch)
tree4817841fbc39f5ec85c5d3845cfa968835e7872d /newlib/libc/sys/linux/shared.ld
parentf94bbabd8916c6db615d4a0cf37381451951f00b (diff)
2014-12-18 Jeff Johnston <jjohnstn@redhat.com>
* NEWS: Update with 2.2.0 info. * README: Ditto. * acinclude.m4: Change version number to 2.2.0. * libc/libc.texinfo: Ditto. * libm/libm.texinfo: Ditto. * configure: Regenerated. * Makefile.in: Regenerated. * doc/configure: Ditto. * libc/*/configure: Ditto. * libm/*/configure: Ditto. * libc/sys/linux/shared.ld: Add VERS_2.2
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 f4512c848..11af884c6 100644
--- a/newlib/libc/sys/linux/shared.ld
+++ b/newlib/libc/sys/linux/shared.ld
@@ -49,3 +49,7 @@ VERS_2.0 {
VERS_2.1 {
global: *;
};
+
+VERS_2.2 {
+ global: *;
+};