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:
Diffstat (limited to 'newlib/libc/sys/linux')
-rw-r--r--newlib/libc/sys/linux/aclocal.m42
-rwxr-xr-xnewlib/libc/sys/linux/configure2
-rw-r--r--newlib/libc/sys/linux/machine/aclocal.m42
-rwxr-xr-xnewlib/libc/sys/linux/machine/configure2
-rw-r--r--newlib/libc/sys/linux/machine/i386/aclocal.m42
-rwxr-xr-xnewlib/libc/sys/linux/machine/i386/configure2
-rw-r--r--newlib/libc/sys/linux/shared.ld4
7 files changed, 10 insertions, 6 deletions
diff --git a/newlib/libc/sys/linux/aclocal.m4 b/newlib/libc/sys/linux/aclocal.m4
index 2d16695b0..ad4b48ec4 100644
--- a/newlib/libc/sys/linux/aclocal.m4
+++ b/newlib/libc/sys/linux/aclocal.m4
@@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(newlib, 1.10.0)
+AM_INIT_AUTOMAKE(newlib, 1.11.0)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/sys/linux/configure b/newlib/libc/sys/linux/configure
index 363c3dff3..3824265a7 100755
--- a/newlib/libc/sys/linux/configure
+++ b/newlib/libc/sys/linux/configure
@@ -994,7 +994,7 @@ test "$host_alias" != "$target_alias" &&
PACKAGE=newlib
-VERSION=1.10.0
+VERSION=1.11.0
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/sys/linux/machine/aclocal.m4 b/newlib/libc/sys/linux/machine/aclocal.m4
index 2d16695b0..ad4b48ec4 100644
--- a/newlib/libc/sys/linux/machine/aclocal.m4
+++ b/newlib/libc/sys/linux/machine/aclocal.m4
@@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(newlib, 1.10.0)
+AM_INIT_AUTOMAKE(newlib, 1.11.0)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/sys/linux/machine/configure b/newlib/libc/sys/linux/machine/configure
index 60cb7c170..ce0c0ff06 100755
--- a/newlib/libc/sys/linux/machine/configure
+++ b/newlib/libc/sys/linux/machine/configure
@@ -994,7 +994,7 @@ test "$host_alias" != "$target_alias" &&
PACKAGE=newlib
-VERSION=1.10.0
+VERSION=1.11.0
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/sys/linux/machine/i386/aclocal.m4 b/newlib/libc/sys/linux/machine/i386/aclocal.m4
index 2d16695b0..ad4b48ec4 100644
--- a/newlib/libc/sys/linux/machine/i386/aclocal.m4
+++ b/newlib/libc/sys/linux/machine/i386/aclocal.m4
@@ -105,7 +105,7 @@ AC_SUBST(newlib_basedir)
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE(newlib, 1.10.0)
+AM_INIT_AUTOMAKE(newlib, 1.11.0)
# FIXME: We temporarily define our own version of AC_PROG_CC. This is
# copied from autoconf 2.12, but does not call AC_PROG_CC_WORKS. We
diff --git a/newlib/libc/sys/linux/machine/i386/configure b/newlib/libc/sys/linux/machine/i386/configure
index c29ca47b4..4126bff5c 100755
--- a/newlib/libc/sys/linux/machine/i386/configure
+++ b/newlib/libc/sys/linux/machine/i386/configure
@@ -994,7 +994,7 @@ test "$host_alias" != "$target_alias" &&
PACKAGE=newlib
-VERSION=1.10.0
+VERSION=1.11.0
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
diff --git a/newlib/libc/sys/linux/shared.ld b/newlib/libc/sys/linux/shared.ld
index f51a2b1e6..6486f5920 100644
--- a/newlib/libc/sys/linux/shared.ld
+++ b/newlib/libc/sys/linux/shared.ld
@@ -1,3 +1,7 @@
VERS_1.10 {
global: *;
};
+
+VERS_1.11 {
+ global: *;
+};