diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-03-02 09:59:03 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-03-02 09:59:03 +0000 |
commit | 65de2d72b0d0108a1d7f15266f195914e5085327 (patch) | |
tree | c2a616b76eb64fc126bb33a6b776a650809cf08e /config.h.in | |
parent | 4a22fa60cd42eba5ab1931547be33f7764ef6f73 (diff) | |
download | glibc-65de2d72b0d0108a1d7f15266f195914e5085327.zip glibc-65de2d72b0d0108a1d7f15266f195914e5085327.tar.gz glibc-65de2d72b0d0108a1d7f15266f195914e5085327.tar.bz2 |
* elf/check-textrel.c: Include config.h.
(AB(handle_file)): Don't fail if PF_X | PF_W on architectures known
to have executable writable PLT.
* sysdeps/powerpc/powerpc32/configure.in (HAVE_PPC_SECURE_PLT): New
test.
* sysdeps/powerpc/powerpc32/configure: Rebuilt.
* config.h.in (HAVE_PPC_SECURE_PLT): Add.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index bbe9d6c..da973f6 100644 --- a/config.h.in +++ b/config.h.in @@ -200,6 +200,9 @@ /* Define if your assembler and linker support R_PPC_REL16* relocs. */ #undef HAVE_ASM_PPC_REL16 +/* Define if your compiler defaults to -msecure-plt mode on ppc. */ +#undef HAVE_PPC_SECURE_PLT + /* Define if __stack_chk_guard canary should be randomized at program startup. */ #undef ENABLE_STACKGUARD_RANDOMIZE |