This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-56-g8720d06


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  8720d066387e463ad5f93bf4cfc871cc5a82928e (commit)
       via  51a1d39ce37ad798070d3ae1eb9c6fc748e0629b (commit)
      from  d3ed722566f42d3f614b1221a8e4f19092976531 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=8720d066387e463ad5f93bf4cfc871cc5a82928e

commit 8720d066387e463ad5f93bf4cfc871cc5a82928e
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sun Jan 8 07:44:18 2012 -0500

    gcc better don't use a signed type for size_t

diff --git a/ChangeLog b/ChangeLog
index 1770cbc..b132437 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
 
 	* configure.in: Remove last remnants of RANLIB.
+	No need to check for signed size_t anymore.
+
 	* aclocal.m4: Likewise.
 
 	* wcsmbs/mbrtoc16.c: Implement using towc function.
diff --git a/configure b/configure
index d9a7d25..075b57a 100755
--- a/configure
+++ b/configure
@@ -5634,30 +5634,6 @@ fi
 
 
 
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for signed size_t type" >&5
-$as_echo_n "checking for signed size_t type... " >&6; }
-if ${libc_cv_signed_size_t+:} false; then :
-  $as_echo_n "(cached) " >&6
-else
-  echo '#include <stddef.h>
-FOOBAR __SIZE_TYPE__ FOOBAR' > conftest.c
-if eval "$ac_cpp conftest.c 2>/dev/null" \
-| grep '^FOOBAR.*unsigned.*FOOBAR$' >/dev/null; then
-  libc_cv_signed_size_t=no
-else
-  libc_cv_signed_size_t=yes
-fi
-rm -f conftest*
-fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $libc_cv_signed_size_t" >&5
-$as_echo "$libc_cv_signed_size_t" >&6; }
-if test $libc_cv_signed_size_t = yes; then
-    cat >> confdefs.h <<\EOF
-#undef __SIZE_TYPE__
-#define __SIZE_TYPE__ unsigned
-EOF
-fi
-
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libc-friendly stddef.h" >&5
 $as_echo_n "checking for libc-friendly stddef.h... " >&6; }
 if ${libc_cv_friendly_stddef+:} false; then :
diff --git a/configure.in b/configure.in
index 4df0edc..a9d9502 100644
--- a/configure.in
+++ b/configure.in
@@ -1096,24 +1096,6 @@ AC_PATH_PROG(INSTALL_INFO, install-info, no,
 	     $PATH:/usr/local/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/bin:/sbin)
 AC_PATH_PROG(BISON, bison, no, $PATH:/usr/local/bin:/usr/bin:/bin)
 
-AC_CACHE_CHECK(for signed size_t type, libc_cv_signed_size_t, [dnl
-echo '#include <stddef.h>
-FOOBAR __SIZE_TYPE__ FOOBAR' > conftest.c
-if eval "$ac_cpp conftest.c 2>/dev/null" \
-| grep '^FOOBAR.*unsigned.*FOOBAR$' >/dev/null; then
-  libc_cv_signed_size_t=no
-else
-  libc_cv_signed_size_t=yes
-fi
-rm -f conftest*])
-if test $libc_cv_signed_size_t = yes; then
-  dnl Do this by hand instead of AC_DEFINE so can add #undef to avoid warnings.
-  cat >> confdefs.h <<\EOF
-#undef __SIZE_TYPE__
-#define __SIZE_TYPE__ unsigned
-EOF
-fi
-
 AC_CACHE_CHECK(for libc-friendly stddef.h, libc_cv_friendly_stddef, [dnl
 AC_TRY_COMPILE(dnl
 [#define __need_size_t

http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=51a1d39ce37ad798070d3ae1eb9c6fc748e0629b

commit 51a1d39ce37ad798070d3ae1eb9c6fc748e0629b
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sun Jan 8 07:31:58 2012 -0500

    Remove last remnants of RANLIB

diff --git a/ChangeLog b/ChangeLog
index 55d8069..1770cbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2012-01-08  Ulrich Drepper  <drepper@gmail.com>
 
+	* configure.in: Remove last remnants of RANLIB.
+	* aclocal.m4: Likewise.
+
 	* wcsmbs/mbrtoc16.c: Implement using towc function.
 	* wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
 	* wcsmbs/wcsmbsload.c: Likewise.
diff --git a/aclocal.m4 b/aclocal.m4
index d226e77..dafa972 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -11,7 +11,6 @@ AC_PROVIDE([_AS_ECHO_PREPARE])dnl
 AC_PROVIDE([_AS_CR_PREPARE])dnl
 AC_PROVIDE([_AS_TR_SH_PREPARE])dnl
 AC_PROVIDE([AC_PROG_INSTALL])dnl
-AC_PROVIDE([AC_PROG_RANLIB])dnl
 AC_PROVIDE([AC_PROG_CC])dnl
 AC_PROVIDE([AC_PROG_CPP])dnl
 AC_PROVIDE([_AS_PATH_SEPARATOR_PREPARE])dnl
diff --git a/configure b/configure
index c480284..d9a7d25 100755
--- a/configure
+++ b/configure
@@ -5317,9 +5317,6 @@ fi
 
 
 
-# ranlib is never necessary on Linux and Hurd systems
-RANLIB=:
-
 # Test if LD_LIBRARY_PATH contains the notation for the current directory
 # since this would lead to problems installing/building glibc.
 # LD_LIBRARY_PATH contains the current directory if one of the following
diff --git a/configure.in b/configure.in
index 24d3497..4df0edc 100644
--- a/configure.in
+++ b/configure.in
@@ -1027,9 +1027,6 @@ fi
 AC_SUBST(SYSINCLUDES)
 AC_SUBST(CXX_SYSINCLUDES)
 
-# ranlib is never necessary on Linux and Hurd systems
-RANLIB=:
-
 # Test if LD_LIBRARY_PATH contains the notation for the current directory
 # since this would lead to problems installing/building glibc.
 # LD_LIBRARY_PATH contains the current directory if one of the following

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog    |    5 +++++
 aclocal.m4   |    1 -
 configure    |   27 ---------------------------
 configure.in |   21 ---------------------
 4 files changed, 5 insertions(+), 49 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]