aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-hwcaps.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-12-23elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcapsFlorian Weimer1-0/+1
2020-12-09elf: Fix incorrect comparison in sort_priorities_by_nameFlorian Weimer1-1/+1
2020-12-04elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer1-0/+78
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer1-18/+120
2020-10-09elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer1-6/+5
2020-05-28elf: Do not read hwcaps from the vDSO in ld.soFlorian Weimer1-110/+0
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
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-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar1-1/+1
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-28Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu1-6/+18
2017-08-31elf: Remove internal_function attributeFlorian Weimer1-1/+0
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar1-2/+9
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka1-1/+1
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-22Update comments in ldconfig.c and dl-hwcaps.c.Carlos O'Donell1-2/+2
2013-05-14Add comments to vDSO hwcap loading process.Carlos O'Donell1-1/+13
2013-03-01Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath1-2/+2
2013-02-05Replace an alloca use with a variable-length array.Roland McGrath1-3/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-10-05Move _dl_important_hwcaps to dl-hwcaps.cH.J. Lu1-0/+279