]> sourceware.org Git - glibc.git/commitdiff
alpha: Re-enable export of the unwind functions, and relro detection.
authorRichard Henderson <rth@twiddle.net>
Thu, 9 Feb 2012 19:15:22 +0000 (11:15 -0800)
committerRichard Henderson <rth@twiddle.net>
Thu, 9 Feb 2012 19:15:22 +0000 (11:15 -0800)
ChangeLog.alpha
sysdeps/alpha/preconfigure

index b82edba7101f62f07b9b39371bfdca5d7760e555..7c77c1abd3affa35514229ed1816decd641b30d0 100644 (file)
@@ -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.
index ad3dc69cf32031ea3060dc97d5b47b36823a2a2e..1a66d103f7566a819833b265e4adbede35eadfcc 100644 (file)
@@ -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
This page took 0.045774 seconds and 5 git commands to generate.