aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-reloc.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-01Narrowing the visibility of libc-internal.h even further.Zack Weinberg1-1/+1
2017-02-03Bug 20915: Do not initialize DTV of other threads.Alexandre Oliva1-6/+0
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-09-21[PR19826] fix non-LE TLS in static programsAlexandre Oliva1-0/+6
2016-07-01Treat STV_HIDDEN and STV_INTERNAL symbols as STB_LOCALMaciej W. Rozycki1-1/+2
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-05-22Don't issue an error if DT_PLTRELSZ is missingH.J. Lu1-11/+3
2015-03-17Fix DTV race, assert, DTV_SURPLUS Static TLS limit, and nptl_db garbageAlexandre Oliva1-6/+0
2015-02-17Use alignment macros, pagesize and powerof2.Carlos O'Donell1-13/+15
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-09-29Correctly size profiling reloc table (bug 17411)Carlos O'Donell1-2/+6
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-3/+3
2014-02-06Revert "Async-signal safe TLS."Allan McRae1-43/+5
2014-01-03Async-signal safe TLS.Andrew Hunter1-5/+43
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-29Avoid crashing in LD_DEBUG when program name is unavailableSiddhesh Poyarekar1-3/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-06-01Remove use of INTDEF/INTUSE in stdio-commonAndreas Schwab1-3/+3
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2011-10-05Don't call ifunc functions in trace modeAndreas Schwab1-1/+2
2011-05-07static tls memory leak on TLS_DTV_AT_TP archsAlan Modra1-15/+11
2010-06-14Flush cache after solving TEXTRELs if arch requires it.Kirill A. Shutemov1-1/+5
2009-09-28Fix missing reloc dependencyUlrich Drepper1-6/+3
2009-07-28Fix bookkeeping of static TLS block for TLS_TCB_AT_TP architectures.Ulrich Drepper1-1/+4
2009-03-16[BZ #9733]Ulrich Drepper1-3/+5
2008-05-13Introduce TLS descriptors for i386 and x86_64.Ulrich Drepper1-23/+19
2008-01-17* include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper1-6/+10
2007-01-11[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper1-13/+11
2007-07-31.Jakub Jelinek1-11/+13
2006-10-27USE_TLS support is now default.Ulrich Drepper1-13/+11
2005-07-07* elf/dl-reloc.c [PROF] (_dl_relocate_object): DefineUlrich Drepper1-0/+5
2005-02-22* iconvdata/ibm930.h: Correct Yen mapping.Ulrich Drepper1-1/+0
2005-02-222005-02-21 Alan Modra <amodra@bigpond.net.au>Ulrich Drepper1-0/+2
2005-02-22* elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid usingUlrich Drepper1-3/+4
2005-01-06* csu/elf-init.c (__libc_csu_fini): Don't do anything here. Ulrich Drepper1-36/+29
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-37/+37
2007-07-122.5-18.1Jakub Jelinek1-37/+37
2004-03-07Update.Ulrich Drepper1-14/+18
2004-03-06Update.Ulrich Drepper1-23/+21
2004-03-05Update.Ulrich Drepper1-7/+8
2004-01-24(_dl_relocate_object): Move PT_GNU_RELRO protection into... (_dl_protect_relr...Ulrich Drepper1-13/+15
2004-01-13Update.Ulrich Drepper1-1/+19
2003-10-02Update.Ulrich Drepper1-2/+3
2003-09-30Update.Ulrich Drepper1-3/+4
2003-07-31(_dl_allocate_static_tls): Don't return any value, call dl_signal_error direc...Ulrich Drepper1-13/+39
2003-07-24Update.Ulrich Drepper1-9/+28
2003-04-27Update.Ulrich Drepper1-1/+3
2003-04-25Update.Ulrich Drepper1-1/+1
2003-04-24* elf/dl-reloc.c (_dl_allocate_static_tls): Add internal_function.Roland McGrath1-1/+2
2003-04-242003-04-24 Jakub Jelinek <jakub@redhat.com>Roland McGrath1-3/+3