summaryrefslogtreecommitdiff
path: root/ldso/ldso
AgeCommit message (Expand)Author
3 daysx86: Add vDSO support.HEADmasterDmitry Chestnykh
6 daysaarch64: Apply relocations to use TLS GD access model.Dmitry Chestnykh
6 daysAdd vDSO support for aarch64.Dmitry Chestnykh
6 daysGeneralize vDSO code.Dmitry Chestnykh
6 daysFix vDSO support for all supported architectures.Dmitry Chestnykh
2024-03-20riscv32: sync with riscv64Waldemar Brodkorb
2024-03-19riscv64: sync with glibc, fix all TLS errors in uClibc-ng-testWaldemar Brodkorb
2024-03-03riscv32: add ldso support, enable time64.Waldemar Brodkorb
2024-02-20ldso: add null-pointer checkFrank Mehnert
2024-02-20fix c6x toolchain compileWaldemar Brodkorb
2024-02-07ld.so: Add support of DT_RELR relocation format.Dmitry Chestnykh
2023-12-12elf: support ELF binaries in noMMUGreg Ungerer
2023-09-23aarch64: disable lazy relocationsWaldemar Brodkorb
2023-08-14vdso support missing filelordrasmus
2023-08-14add vsdo supportlordrasmus
2022-12-19add getauxval() implementationramin
2022-09-27arc: add support for ARCv3 32-bit processorsSergey Matyukevich
2022-09-27arc: add asm macrosSergey Matyukevich
2022-09-27ldso: arc: add compiler option checkSergey Matyukevich
2022-09-21xtensa: add static pie supportMax Filippov
2022-09-21xtensa: drop ARCH_NEEDS_BOOTSTRAP_RELOCSMax Filippov
2022-09-21xtensa: ldso: make GOT protection adjustment conditionalMax Filippov
2022-09-21ldso: clean up PERFORM_BOOTSTRAP_GOT ifdeferryMax Filippov
2022-09-07Added support for creation of Static Position-Independent Executables (PIE) o...linted
2022-03-10dl-elf: Supress adding double '/' in library pathnameDaniel Dorau
2021-06-04powerpc: fix PIE/PIC builds with newer gcc/binutils which use secureplt by de...Yann Sionneau
2021-02-08riscv64: sync ldso relocations with or1k, fixes 5 testsuite errorsWaldemar Brodkorb
2020-10-02kvx: add support for kvx arch to uClibc-ngYann Sionneau
2020-09-22Fix unused variable warning in dl-startup.cYann Sionneau
2020-04-01or1k: fix some TLS issuesYann Sionneau
2020-02-03csky: add statx conditionalsWaldemar Brodkorb
2019-11-08riscv64: implement NPTL/TLSWaldemar Brodkorb
2019-11-06riscv64: lazy relocations do not work like sparc/m68kWaldemar Brodkorb
2019-11-01riscv64: add shared library supportWaldemar Brodkorb
2019-04-14Fix build with SUPPORT_LD_DEBUG_EARLY enabledKonstantin Vasin
2018-12-31csky: Add EM_CSKY for ldsoGuo Ren
2018-11-01Add support for Thumb-only processors.Christophe Lyon
2018-10-27ARC: Accommodate TLS fix in BinutilsEvgeniy Didin
2018-08-10rtld: Avoid crash on R_ARM_NONE relocationChristophe Lyon
2018-08-10rtld: Initialize _dl_error_catch_tsd without FUNCDESC relocationChristophe Lyon
2018-08-10rtld: Use ELF_RTYPE_CLASS_DLSYMChristophe Lyon
2018-08-10rtld: Compile with -fno-unwind-tables -fno-asynchronous-unwind-tablesChristophe Lyon
2018-08-10rtld: Add lazy binding supportChristophe Lyon
2018-08-10TLS: fix relocation computationChristophe Lyon
2018-08-10Fix bug in _dl_pread when using pread64 syscallChristophe Lyon
2018-08-10rtld: Add startup codeChristophe Lyon
2018-08-10rtld: Avoid FUNCDESC relocation on _startChristophe Lyon
2018-08-10rtld: Add FDPIC code for armChristophe Lyon
2018-08-10rtld: Add #if defined (__FDPIC__)Christophe Lyon
2018-08-10rtld: Do not protect RELRO segments when we don't use an MMU.Christophe Lyon