summaryrefslogtreecommitdiff
path: root/elf/dl-reloc.c
Commit message (Expand)AuthorAgeFilesLines
* Prepare for radical source tree reorganization.zack/build-layout-experimentZack Weinberg2017-06-081-363/+0
* Narrowing the visibility of libc-internal.h even further.Zack Weinberg2017-03-011-1/+1
* Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva2017-02-031-6/+0
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* [PR19826] fix non-LE TLS in static programsAlexandre Oliva2016-09-211-0/+6
* Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki2016-07-011-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Don't issue an error if DT_PLTRELSZ is missingH.J. Lu2015-05-221-11/+3
* Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva2015-03-171-6/+0
* Use alignment macros, pagesize and powerof2.Carlos O'Donell2015-02-171-13/+15
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Correctly size profiling reloc table (bug 17411)Carlos O'Donell2014-09-291-2/+6
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-3/+3
* Revert "Async-signal safe TLS."Allan McRae2014-02-061-43/+5
* Async-signal safe TLS.Andrew Hunter2014-01-031-5/+43
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar2013-05-291-3/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Remove use of INTDEF/INTUSE in stdio-commonAndreas Schwab2012-06-011-3/+3
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Don't call ifunc functions in trace modeAndreas Schwab2011-10-051-1/+2
* static tls memory leak on TLS_DTV_AT_TP archsAlan Modra2011-05-071-15/+11
* Flush cache after solving TEXTRELs if arch requires it.Kirill A. Shutemov2010-06-141-1/+5
* Fix missing reloc dependencyUlrich Drepper2009-09-281-6/+3
* Fix bookkeeping of static TLS block for TLS_TCB_AT_TP architectures.Ulrich Drepper2009-07-281-1/+4
* [BZ #9733]Ulrich Drepper2009-03-161-3/+5
* Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper2008-05-131-23/+19
* * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper2008-01-171-6/+10
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-13/+11
* .Jakub Jelinek2007-07-311-11/+13
* USE_TLS support is now default.Ulrich Drepper2006-10-271-13/+11
* * elf/dl-reloc.c [PROF] (_dl_relocate_object): DefineUlrich Drepper2005-07-071-0/+5
* * iconvdata/ibm930.h: Correct Yen mapping.Ulrich Drepper2005-02-221-1/+0
* 2005-02-21 Alan Modra <amodra@bigpond.net.au>Ulrich Drepper2005-02-221-0/+2
* * elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid usingUlrich Drepper2005-02-221-3/+4
* * csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper2005-01-061-36/+29
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-37/+37
* 2.5-18.1Jakub Jelinek2007-07-121-37/+37
* Update.Ulrich Drepper2004-03-071-14/+18
* Update.Ulrich Drepper2004-03-061-23/+21
* Update.Ulrich Drepper2004-03-051-7/+8
* (_dl_relocate_object): Move PT_GNU_RELRO protection into... (_dl_protect_relr...Ulrich Drepper2004-01-241-13/+15
* Update.Ulrich Drepper2004-01-131-1/+19
* Update.Ulrich Drepper2003-10-021-2/+3
* Update.Ulrich Drepper2003-09-301-3/+4
* (_dl_allocate_static_tls): Don't return any value, call dl_signal_error direc...Ulrich Drepper2003-07-311-13/+39
* Update.Ulrich Drepper2003-07-241-9/+28
* Update.Ulrich Drepper2003-04-271-1/+3
* Update.Ulrich Drepper2003-04-251-1/+1
* * elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function.Roland McGrath2003-04-241-1/+2