summaryrefslogtreecommitdiff
path: root/ldso/ldso
AgeCommit message (Expand)Author
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
2018-06-29ldso/arc: fix LD_DEBUG segv when printing R_ARC_NONEVineet Gupta
2018-06-06remove unused assembler functions for armFlorian La Roche
2018-02-03bits/mman.h: consolidate header fileWaldemar Brodkorb
2018-01-21xtensa: fix R_XTENSA_TLSDESC_ARG handling in _dl_do_relocMax Filippov
2018-01-21xtensa: fix _dl_tlsdesc_dynamicMax Filippov
2018-01-06ld.so: Rewrite elf_machine_load_address using _DYNAMIC symbolWaldemar Brodkorb
2017-12-31m68k: add NPTL/TLS supportWaldemar Brodkorb
2017-12-28csky: add Copyright.Guo Ren
2017-11-19csky: port to uclibc-ngGuo Ren
2017-11-03fix multilib dirWaldemar Brodkorb
2017-08-06microblaze: handle R_MICROBLAZE_NONE for ld.so bootstrapWaldemar Brodkorb
2017-07-28aarch64: finetuning, sync with glibcWaldemar Brodkorb
2017-06-21remove the not useful disclaimerWaldemar Brodkorb
2017-06-21remove editor hints for viWaldemar Brodkorb
2017-05-14or1k: add NPTL/TLS supportWaldemar Brodkorb
2017-04-17aarch64: handle lazy relocation of TLSDESCWaldemar Brodkorb
2017-04-08Same iteration variable used for inner and outer loopCupertino Miranda
2017-04-08ldso: exit if zalloc can't alloc memoryVineet Gupta
2017-04-08ldso/arc: fix debug printsVineet Gupta
2017-04-01nios2: allow to hack on experimenting ld.so supportWaldemar Brodkorb
2017-04-01ldso: don't discard sysmbols for DODEBUG buildsVineet Gupta
2017-03-17Search the configured multilibAlexey Neyman
2017-02-01add experimental aarch64 supportWaldemar Brodkorb
2017-01-29use safe, even if possibly a few cycles slower, six-argument syscall implemen...mirabilos