aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-reloc.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-11-27elf: In _dl_relocate_object, skip processing if object is relocatedFlorian Weimer1-3/+3
2023-09-01elf: Fix slow tls access after dlopen [BZ #19924]Szabolcs Nagy1-3/+3
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-05-23elf/dl-reloc.c: Copyright The GNU Toolchain AuthorsFangrui Song1-0/+1
2022-05-23elf: Rewrite long RESOLVE_MAP macro to an always_inline static functionNicholas Guriev1-22/+34
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-12-28elf: Avoid unnecessary slowdown from profiling with audit (BZ#15533)Adhemerval Zanella1-2/+18
2021-10-07elf: Avoid nested functions in the loader [BZ #27220]Fangrui Song1-30/+27
2021-09-15elf: Replace most uses of THREAD_GSCOPE_IN_TCBSergey Bugaev1-2/+2
2021-05-17elf: Move static TLS size and alignment into _rtld_global_roFlorian Weimer1-3/+3
2021-05-05elf, nptl: Initialize static TLS directly in ld.soFlorian Weimer1-2/+3
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-07-08rtld: Avoid using up static TLS surplus for optimizations [BZ #25051]Szabolcs Nagy1-9/+28
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-21Introduce DL_LOOKUP_FOR_RELOCATE flag for _dl_lookup_symbol_xFlorian Weimer1-1/+2
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-09-25Fix ifunc support with DT_TEXTREL segments (BZ#20480)Adhemerval Zanella1-12/+8
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-08-31elf: Remove internal_function attributeFlorian Weimer1-4/+3
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