about summary refs log tree commit diff
path: root/elf
Commit message (Expand)AuthorAgeFilesLines
* Align TCB offset to the maximum alignmentH.J. Lu2015-06-241-4/+1
* Don't issue errors on GDB Python filesH.J. Lu2015-06-241-1/+9
* [BZ 18034][AArch64] Lazy TLSDESC relocation data race fixSzabolcs Nagy2015-06-171-3/+5
* Prepare for restoration of .interp section in libpthread.soDmitry V. Levin2015-06-102-10/+4
* BZ#18383: Another test case, with TLS refs and defs in separate TUs.Roland McGrath2015-06-024-3/+113
* Make sure that calloc is called at least onceH.J. Lu2015-05-282-7/+22
* Localplt testing for vector math library and libmvec_hidden_* macro series.Andrew Senkevich2015-05-251-0/+3
* Don't issue an error if DT_PLTRELSZ is missingH.J. Lu2015-05-221-11/+3
* BZ#18383: Add test case for large alignment in TLS blocks.Roland McGrath2015-05-064-3/+102
* elf.h: Add section compression constants and structures.Mark Wielaard2015-05-011-0/+25
* elf.h SHF_EXCLUDE signed int 31 bit shift triggers undefined behaviour.Mark Wielaard2015-04-281-1/+1
* Avoid confusing compiler with dynamically impossible statically invalid deref...Roland McGrath2015-04-171-3/+13
* Fuller check for invalid NSID in _dl_open.Roland McGrath2015-04-171-3/+9
* pldd: Use struct scratch_buffer instead of extend_allocaFlorian Weimer2015-04-082-19/+37
* Add a testcase for copy reloc against protected dataH.J. Lu2015-03-316-0/+680
* Add ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA to x86H.J. Lu2015-03-311-1/+60
* powerpc __tls_get_addr call optimizationAlan Modra2015-03-252-4/+13
* Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva2015-03-174-50/+35
* Fix ldconfig segmentation fault with corrupted cache (Bug 18093).Aurelien Jarno2015-03-111-1/+3
* Replace __attribute__((visibility("protected")))H.J. Lu2015-03-063-3/+21
* Avoid more C++ tests.Roland McGrath2015-03-041-3/+2
* Fix parallel build errorAndreas Schwab2015-03-021-1/+1
* Compile vismain with -fPIE and link with -pieH.J. Lu2015-02-272-1/+9
* sprof: Make an error message identical to two others, and more accurate.Benno Schulenberg2015-02-251-1/+1
* Fix failure of elf/tst-audit2 when compiled with GCC-5Andreas Schwab2015-02-231-0/+2
* Use alignment macros, pagesize and powerof2.Carlos O'Donell2015-02-171-13/+15
* Support after-link variable to run a final step on binaries.Roland McGrath2015-02-121-0/+1
* Clean up sysdep-dl-routines variable.Roland McGrath2015-02-061-2/+2
* Fix segmentation fault when LD_LIBRARY_PATH contains only non-existings pathsBram2015-01-251-3/+3
* Fix recursive dlopen.Carlos O'Donell2015-01-213-14/+25
* Remove divide from _ELF_DYNAMIC_DO_RELOC in elf/dynamic-link.h.Chung-Lin Tang2015-01-091-2/+1
* Add -Wno-trampolines as neededRichard Henderson2015-01-081-0/+2
* Add Nios II definitions to elf/elf.h.Chung-Lin Tang2015-01-081-0/+53
* Update copyright dates not handled by scripts/update-copyrights.Joseph Myers2015-01-025-5/+5
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-0287-87/+87
* Add support for MIPS O32 FPXX and .MIPS.abiflagsMatthew Fortune2014-12-311-3/+100
* Add hidden __tls_get_addr/___tls_get_addr aliasH.J. Lu2014-12-211-0/+10
* Fix array bounds warnings in elf_get_dyanmic_info() on sparc with gcc-4.6David S. Miller2014-12-191-1/+10
* Fix warning in elf/tst-unique4lib.cc.Torvald Riegel2014-12-161-1/+1
* Constify string parametersAndreas Schwab2014-12-111-2/+2
* Fix elf/tst-unique4lib.cc warning.Joseph Myers2014-12-021-1/+1
* Expand comments in elf/ldconfig.c (search_dir)Carlos O'Donell2014-11-291-2/+24
* Resize DTV if the current DTV isn't big enoughH.J. Lu2014-11-281-41/+61
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-242-8/+2
* Remove IS_IN_rtldSiddhesh Poyarekar2014-11-244-4/+4
* Remove IS_IN_ldconfigSiddhesh Poyarekar2014-11-241-1/+1
* Define IN_MODULE for translation units that define NOT_IN_libcSiddhesh Poyarekar2014-11-241-0/+1
* Remove IN_LIBSiddhesh Poyarekar2014-11-242-2/+2
* AArch64: Update relocations for ILP32Will Newton2014-11-211-3/+17
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-192-1/+11