aboutsummaryrefslogtreecommitdiff
path: root/elf/dl-hwcaps.c
AgeCommit message (Expand)Author
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-23elf: Account for glibc-hwcaps/ prefix in _dl_important_hwcapsFlorian Weimer
2020-12-09elf: Fix incorrect comparison in sort_priorities_by_nameFlorian Weimer
2020-12-04elf: Add glibc-hwcaps subdirectory support to ld.so cache processingFlorian Weimer
2020-12-04elf: Add glibc-hwcaps support for LD_LIBRARY_PATHFlorian Weimer
2020-10-09elf: Do not pass GLRO(dl_platform), GLRO(dl_platformlen) to _dl_important_hwcapsFlorian Weimer
2020-05-28elf: Do not read hwcaps from the vDSO in ld.soFlorian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-08-02Rename the glibc.tune namespace to glibc.cpuSiddhesh Poyarekar
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-11-28Properly compute offsets of note descriptor and next note [BZ #22370]H.J. Lu
2017-08-31elf: Remove internal_function attributeFlorian Weimer
2017-06-07tunables: Use glibc.tune.hwcap_mask tunable instead of _dl_hwcap_maskSiddhesh Poyarekar
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-05-22Update comments in ldconfig.c and dl-hwcaps.c.Carlos O'Donell
2013-05-14Add comments to vDSO hwcap loading process.Carlos O'Donell
2013-03-01Fix NEED_DL_SYSINFO_DSO conditionals.Roland McGrath
2013-02-05Replace an alloca use with a variable-length array.Roland McGrath
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-10-05Move _dl_important_hwcaps to dl-hwcaps.cH.J. Lu