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]

Community source repository for glibc add-on ports branch, master, updated. glibc-2.15-47-g9351914


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 "Community source repository for glibc add-on ports".

The branch, master has been updated
       via  93519140c05d66197eb8ba3479cd4ceeae321c3a (commit)
      from  8c7adf8e7921c02c5cdb27841dd204b0ec0be56f (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-ports.git;a=commitdiff;h=93519140c05d66197eb8ba3479cd4ceeae321c3a

commit 93519140c05d66197eb8ba3479cd4ceeae321c3a
Author: Richard Henderson <rth@twiddle.net>
Date:   Thu Feb 9 11:15:22 2012 -0800

    alpha: Re-enable export of the unwind functions, and relro detection.

diff --git a/ChangeLog.alpha b/ChangeLog.alpha
index b82edba..7c77c1a 100644
--- a/ChangeLog.alpha
+++ b/ChangeLog.alpha
@@ -1,3 +1,8 @@
+2012-02-09  Richard Henderson  <rth@twiddle.net>
+
+	* sysdeps/alpha/preconfigure (libc_cv_gcc_unwind_find_fde): New.
+	(libc_commonpagesize, libc_relro_required): New.
+
 2012-02-08  Richard Henderson  <rth@twiddle.net>
 
 	* sysdeps/alpha/ldsodefs.h: New file.
diff --git a/sysdeps/alpha/preconfigure b/sysdeps/alpha/preconfigure
index ad3dc69..1a66d10 100644
--- a/sysdeps/alpha/preconfigure
+++ b/sysdeps/alpha/preconfigure
@@ -1,3 +1,10 @@
 case "$machine" in
 alpha*)		base_machine=alpha machine=alpha/$machine ;;
 esac
+
+# We did historically export the unwinder from glibc.
+libc_cv_gcc_unwind_find_fde=yes
+
+# Parameters to allow auto-detection of -z relro.
+libc_commonpagesize=0x2000
+libc_relro_required=yes

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

Summary of changes:
 ChangeLog.alpha            |    5 +++++
 sysdeps/alpha/preconfigure |    7 +++++++
 2 files changed, 12 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Community source repository for glibc add-on ports


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