mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
alpha: Re-enable export of the unwind functions, and relro detection.
This commit is contained in:
parent
8c7adf8e79
commit
93519140c0
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user