summaryrefslogtreecommitdiff
path: root/elf/check-textrel.c
AgeCommit message (Collapse)Author
2006-03-06 * elf/check-textrel.c: Don't include config.h.Jakub Jelinek
2006-03-02 * elf/check-textrel.c: Include config.h.Jakub Jelinek
(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.
2006-01-30Updated to fedora-glibc-20060130T0922Jakub Jelinek
2003-02-11Update.Ulrich Drepper
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 Drepper
2002-12-13Update.Ulrich Drepper
* stdlib/Makefile: Remove code to automatically import GMP.
2002-12-12Update.Ulrich Drepper
* elf/Makefile (tests): Add rules to build and run check-textrel. * elf/check-textrel.c: New file.