aboutsummaryrefslogtreecommitdiff
path: root/elf/check-textrel.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-01Do check-textrel test using readelf rather than a build-time C program.Roland McGrath1-198/+0
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2006-03-02* elf/check-textrel.c: Don't include "config.h".Ulrich Drepper1-1/+0
2006-03-02006-03-02 Jakub Jelinek <jakub@redhat.com>Ulrich Drepper1-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.
2006-01-12* elf/check-textrel.c: Add missing argument.Ulrich Drepper1-1/+1
2006-01-09(AB): Also check for writable and executable segments.Ulrich Drepper1-6/+14
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-21/+5
2007-07-122.5-18.1Jakub Jelinek1-5/+21
2003-02-11Update.Ulrich Drepper1-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.
2002-12-21(handle_file): Swap p_type.Ulrich Drepper1-1/+1
2002-12-13Update.Ulrich Drepper1-4/+26
* stdlib/Makefile: Remove code to automatically import GMP.
2002-12-12Update.Ulrich Drepper1-0/+159
* elf/Makefile (tests): Add rules to build and run check-textrel. * elf/check-textrel.c: New file.