summaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)Author
2015-04-28elf.h SHF_EXCLUDE signed int 31 bit shift triggers undefined behaviour.Mark Wielaard
2015-04-17Avoid confusing compiler with dynamically impossible statically invalid deref...Roland McGrath
2015-04-17Fuller check for invalid NSID in _dl_open.Roland McGrath
2015-04-08pldd: Use struct scratch_buffer instead of extend_allocaFlorian Weimer
2015-03-31Add a testcase for copy reloc against protected dataH.J. Lu
2015-03-31Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu
2015-03-25powerpc __tls_get_addr call optimizationAlan Modra
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva
2015-03-11Fix ldconfig segmentation fault with corrupted cache (Bug 18093).Aurelien Jarno
2015-03-06Replace __attribute__((visibility("protected")))H.J. Lu
2015-03-04Avoid more C++ tests.Roland McGrath
2015-03-02Fix parallel build errorAndreas Schwab
2015-02-27Compile vismain with -fPIE and link with -pieH.J. Lu
2015-02-25sprof: Make an error message identical to two others, and more accurate.Benno Schulenberg
2015-02-23Fix failure of elf/tst-audit2 when compiled with GCC-5Andreas Schwab
2015-02-17Use alignment macros, pagesize and powerof2.Carlos O'Donell
2015-02-12Support after-link variable to run a final step on binaries.Roland McGrath
2015-02-06Clean up sysdep-dl-routines variable.Roland McGrath
2015-01-25Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram
2015-01-21Fix recursive dlopen.Carlos O'Donell
2015-01-09Remove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic-link.h.Chung-Lin Tang
2015-01-08Add -Wno-trampolines as neededRichard Henderson
2015-01-08Add Nios II definitions to elf/elf.h.Chung-Lin Tang
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-12-31Add support for MIPS O32 FPXX and .MIPS.abiflagsMatthew Fortune
2014-12-21Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu
2014-12-19Fix array bounds warnings in elf_get_dyanmic_info() on sparc with gcc-4.6David S. Miller
2014-12-16Fix warning in elf/tst-unique4lib.cc.Torvald Riegel
2014-12-11Constify string parametersAndreas Schwab
2014-12-02Fix elf/tst-unique4lib.cc warning.Joseph Myers
2014-11-29Expand comments in elf/ldconfig.c (search_dir)Carlos O'Donell
2014-11-28Resize DTV if the current DTV isn't big enoughH.J. Lu
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar
2014-11-24Remove IS_IN_ldconfigSiddhesh Poyarekar
2014-11-24Define IN_MODULE for translation units that define NOT_IN_libcSiddhesh Poyarekar
2014-11-24Remove IN_LIBSiddhesh Poyarekar
2014-11-21AArch64: Update relocations for ILP32Will Newton
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar
2014-11-06Run check-localpltk/textrel/execstack over ld.so.Carlos O'Donell
2014-11-05Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers
2014-11-05Modify several tests to use test-skeleton.cArjun Shankar
2014-11-05Don't use INTDEF/INTUSE with _dl_mcount (bug 14132).Joseph Myers
2014-11-04Don't use INTDEF/INTUSE with _dl_init (bug 14132).Joseph Myers
2014-11-04Don't use INTDEF/INTUSE with _dl_argv (bug 14132).Joseph Myers
2014-10-31Add a hook to enable load-time inspection of program headersMatthew Fortune
2014-10-28elf/dl-load.c: Use __strdup.Carlos O'Donell
2014-10-10Don't use INTVARDEF/INTUSE with __libc_enable_secure (bug 14132).Joseph Myers
2014-10-09remove nested functions from elf/dl-load.cKostya Serebryany