Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-01-02 | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 | |
2012-02-09 | Replace FSF snail mail address with URLs. | Paul Eggert | 1 | -3/+2 | |
2011-06-20 | Add an elf_ifunc_invoke interface so that architectures can implement | David S. Miller | 1 | -1/+8 | |
the ifunc resolver calls however they wish. | |||||
2009-06-15 | libc part of prelink IFUNC support. | Jakub Jelinek | 1 | -1/+1 | |
The dl-lookup.c changes are needed for prelink (support in prelink checked into SVN, tested for both i?86 and x86-64), dl-irel.h just something I discovered by code inspection. | |||||
2009-06-01 | Better error message for invalid relocatio in static binary. | Ulrich Drepper | 1 | -1/+2 | |
2009-05-31 | Finish IFUNC support for x86 and x86-64. | Ulrich Drepper | 1 | -0/+44 | |
Add support for the IRELAIVE relocation and IFUNC in static executables. |