about summary refs log tree commit diff
path: root/elf/check-textrel.c
Commit message (Collapse)AuthorAgeFilesLines
* * elf/check-textrel.c: Don't include "config.h".Ulrich Drepper2006-03-021-1/+0
|
* 006-03-02 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper2006-03-021-0/+9
| | | | | | | | | | | | | | * 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. * config.h.in (HAVE_PPC_SECURE_PLT): Add. * malloc/malloc.c (MALLOC_ALIGNMENT): Set to __alignof__ (long double) if long double is more aligned than 2 * SIZE_SZ. (misaligned_chunk): Define. (public_rEALLOc, _int_free, _int_realloc): Use it.
* * elf/check-textrel.c: Add missing argument.Ulrich Drepper2006-01-121-1/+1
|
* (AB): Also check for writable and executable segments.Ulrich Drepper2006-01-091-6/+14
|
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-21/+5
|
* 2.5-18.1Jakub Jelinek2007-07-121-5/+21
|
* Update.Ulrich Drepper2003-02-111-3/+5
| | | | | | | | | 2003-02-10 Ulrich Drepper <drepper@redhat.com> * elf/Makefile (check-textrel-CFLAGS): Pass _XOPEN_SOURCE and _BSD_SOURCE to compiler. * elf/check-textrel.c (SWAP): Add parenthesis to avoid warnings. Patches by Alan Modra.
* (handle_file): Swap p_type.Ulrich Drepper2002-12-211-1/+1
|
* Update.Ulrich Drepper2002-12-131-4/+26
| | | | * stdlib/Makefile: Remove code to automatically import GMP.
* Update.Ulrich Drepper2002-12-121-0/+159
* elf/Makefile (tests): Add rules to build and run check-textrel. * elf/check-textrel.c: New file.