aboutsummaryrefslogtreecommitdiff
path: root/elf
AgeCommit message (Expand)AuthorFilesLines
2015-06-17[BZ 18034][AArch64] Lazy TLSDESC relocation data race fixSzabolcs Nagy1-3/+5
2015-06-10Prepare for restoration of .interp section in libpthread.soDmitry V. Levin2-10/+4
2015-06-02BZ#18383: Another test case, with TLS refs and defs in separate TUs.Roland McGrath4-3/+113
2015-05-28Make sure that calloc is called at least onceH.J. Lu2-7/+22
2015-05-25Localplt testing for vector math library and libmvec_hidden_* macro series.Andrew Senkevich1-0/+3
2015-05-22Don't issue an error if DT_PLTRELSZ is missingH.J. Lu1-11/+3
2015-05-06BZ#18383: Add test case for large alignment in TLS blocks.Roland McGrath4-3/+102
2015-05-01elf.h: Add section compression constants and structures.Mark Wielaard1-0/+25
2015-04-28elf.h SHF_EXCLUDE signed int 31 bit shift triggers undefined behaviour.Mark Wielaard1-1/+1
2015-04-17Avoid confusing compiler with dynamically impossible statically invalid deref...Roland McGrath1-3/+13
2015-04-17Fuller check for invalid NSID in _dl_open.Roland McGrath1-3/+9
2015-04-08pldd: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2-19/+37
2015-03-31Add a testcase for copy reloc against protected dataH.J. Lu6-0/+680
2015-03-31Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu1-1/+60
2015-03-25powerpc __tls_get_addr call optimizationAlan Modra2-4/+13
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva4-50/+35
2015-03-11Fix ldconfig segmentation fault with corrupted cache (Bug 18093).Aurelien Jarno1-1/+3
2015-03-06Replace __attribute__((visibility("protected")))H.J. Lu3-3/+21
2015-03-04Avoid more C++ tests.Roland McGrath1-3/+2
2015-03-02Fix parallel build errorAndreas Schwab1-1/+1
2015-02-27Compile vismain with -fPIE and link with -pieH.J. Lu2-1/+9
2015-02-25sprof: Make an error message identical to two others, and more accurate.Benno Schulenberg1-1/+1
2015-02-23Fix failure of elf/tst-audit2 when compiled with GCC-5Andreas Schwab1-0/+2
2015-02-17Use alignment macros, pagesize and powerof2.Carlos O'Donell1-13/+15
2015-02-12Support after-link variable to run a final step on binaries.Roland McGrath1-0/+1
2015-02-06Clean up sysdep-dl-routines variable.Roland McGrath1-2/+2
2015-01-25Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram1-3/+3
2015-01-21Fix recursive dlopen.Carlos O'Donell3-14/+25
2015-01-09Remove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic-link.h.Chung-Lin Tang1-2/+1
2015-01-08Add -Wno-trampolines as neededRichard Henderson1-0/+2
2015-01-08Add Nios II definitions to elf/elf.h.Chung-Lin Tang1-0/+53
2015-01-02Update copyright dates not handled by scripts/update-copyrights.Joseph Myers5-5/+5
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers87-87/+87
2014-12-31Add support for MIPS O32 FPXX and .MIPS.abiflagsMatthew Fortune1-3/+100
2014-12-21Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu1-0/+10
2014-12-19Fix array bounds warnings in elf_get_dyanmic_info() on sparc with gcc-4.6David S. Miller1-1/+10
2014-12-16Fix warning in elf/tst-unique4lib.cc.Torvald Riegel1-1/+1
2014-12-11Constify string parametersAndreas Schwab1-2/+2
2014-12-02Fix elf/tst-unique4lib.cc warning.Joseph Myers1-1/+1
2014-11-29Expand comments in elf/ldconfig.c (search_dir)Carlos O'Donell1-2/+24
2014-11-28Resize DTV if the current DTV isn't big enoughH.J. Lu1-41/+61
2014-11-24Remove NOT_IN_libcSiddhesh Poyarekar2-8/+2
2014-11-24Remove IS_IN_rtldSiddhesh Poyarekar4-4/+4
2014-11-24Remove IS_IN_ldconfigSiddhesh Poyarekar1-1/+1
2014-11-24Define IN_MODULE for translation units that define NOT_IN_libcSiddhesh Poyarekar1-0/+1
2014-11-24Remove IN_LIBSiddhesh Poyarekar2-2/+2
2014-11-21AArch64: Update relocations for ILP32Will Newton1-3/+17
2014-11-19Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2-1/+11
2014-11-06Run check-localpltk/textrel/execstack over ld.so.Carlos O'Donell1-1/+2
2014-11-05Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers3-10/+4