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-57-g215f4bd


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  215f4bdc5faabb12b0290270bf699d744aed86bb (commit)
      from  8720d066387e463ad5f93bf4cfc871cc5a82928e (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=215f4bdc5faabb12b0290270bf699d744aed86bb

commit 215f4bdc5faabb12b0290270bf699d744aed86bb
Author: Ulrich Drepper <drepper@gmail.com>
Date:   Sun Jan 8 07:47:38 2012 -0500

    Remove more unnecessary Alpha and IA-64 configury

diff --git a/ChangeLog b/ChangeLog
index b132437..c8d8db7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
 	* configure.in: Remove last remnants of RANLIB.
 	No need to check for signed size_t anymore.
+	Don't set libc_commonpagesize and libc_relro_required here for Alpha
+	and IA-64.
 
 	* aclocal.m4: Likewise.
 
diff --git a/configure b/configure
index 075b57a..d43d251 100755
--- a/configure
+++ b/configure
@@ -6250,13 +6250,6 @@ case "$base_machine" in
     libc_commonpagesize=0x2000
     libc_relro_required=yes
     ;;
-  ia64*)
-    libc_commonpagesize=0x4000
-    ;;
-  alpha*)
-    libc_commonpagesize=0x10000
-    libc_relro_required=yes
-    ;;
 esac
 
 if test $libc_commonpagesize != no; then
diff --git a/configure.in b/configure.in
index a9d9502..84f059e 100644
--- a/configure.in
+++ b/configure.in
@@ -1498,13 +1498,6 @@ case "$base_machine" in
     libc_commonpagesize=0x2000
     libc_relro_required=yes
     ;;
-  ia64*)
-    libc_commonpagesize=0x4000
-    ;;
-  alpha*)
-    libc_commonpagesize=0x10000
-    libc_relro_required=yes
-    ;;
 esac
 
 if test $libc_commonpagesize != no; then

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

Summary of changes:
 ChangeLog    |    2 ++
 configure    |    7 -------
 configure.in |    7 -------
 3 files changed, 2 insertions(+), 14 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]