summaryrefslogtreecommitdiff
path: root/cpukit/libdl (follow)
AgeCommit message (Expand)Author
2023-09-26cpukit/aarch64: Resolve warnings with ILP32 ABIKinsey Moore
2023-09-15libdl: Use _CPU_Get_TLS_thread_pointer()Sebastian Huber
2023-09-12microblaze: Fix relocation targetsAlex White
2023-08-30microblaze: Add libdl supportAlex White
2023-08-28cpukit/libdl: Fix incorrect operator precedence access the nameChris Johns
2023-08-28cpukit/libdl: Correctly account for section alignmentsChris Johns
2023-08-27libdl: Realloc text memory if there are trampolinesChris Johns
2023-08-21libdl: Add support to import base image TLS symbolsChris Johns
2023-08-12cpukit/libdl: AARCH64 unwind uses DWARF 2 tablesChris Johns
2023-05-22libdl: Add support for LDST128_ABS_LO12_NCKinsey Moore
2023-04-05cpukit/libdl: Resolve size mismatch warningsKinsey Moore
2023-01-20cpukit/libdl: Add AArch64 TLS reloc supportKinsey Moore
2023-01-20cpukit/libdl: Print the missing AArch64 reloc typeKinsey Moore
2023-01-20cpukit/libdl: Use correct mask for reloc typeKinsey Moore
2022-08-08libdl: Refactor shared code in ARM and AArch64Ryan Long
2022-08-05libdl: Fix warnings on 64bit architecturesChris Johns
2022-07-29cpukit/libdl/rtl-sym.c: Fix increment of variableRyan Long
2022-07-29cpukit/libdl: Add support for AArch64Ryan Long
2022-07-29libdl/rtl-elf.h: Fix aarch64 defineRyan Long
2022-04-27libdl: Manually adding file headers and licensesRyan Long
2022-03-22cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright)Joel Sherrill
2022-03-22cpukit/libdl Change license to BSD-2Joel Sherrill
2022-03-22cpukit/libdl/rtl-alloc-check.py: Change to BSD-2 by handJoel Sherrill
2021-10-08libdl/rtl-mdreloc-h8300.c: Remove remnant of h8300 portJoel Sherrill
2021-04-08fastlz.c: Unused value (CID #1399751)Ryan Long
2020-08-20Fix -Wchar-subscripts warningsAschref Ben Thabet
2020-05-06libdl: Add allocator check scriptChris Johns
2020-05-05libdl/rap: Correctly check the return enum from rela callsChris Johns
2020-05-05libdl/obj-comp: Add trace prints when decompressingChris Johns
2020-05-05libdl/obj-cache: Fail if the read offset is past the file lengthChris Johns
2020-05-05libdl/obj: Fix RAP format call table.Chris Johns
2020-05-05libdl/sparc: Print trace message of reloc failture pathChris Johns
2020-05-05libdl: Fix comment.Chris Johns
2020-04-28libdl/mips: Fix MIPS16hi/lo relocation support.Chris Johns
2020-04-16Canonicalize config.h includeSebastian Huber
2019-11-12riscv: preliminarily support for libdlHesham Almatary
2019-08-12libdl/debugger: Fix the broken list delete when unloading an object module.Chris Johns
2019-08-04libdl/arm: Add support for ARM trampolinesChris Johns
2019-07-28libdl/arm: Fix ARM mode trampoline parsing of relocsChris Johns
2019-06-12libdl/rap: fix RAP file load error.zhengxiaojun
2019-05-22libdl: Sort object file symbols and use a binary search to findChris Johns
2019-05-14libdl: Fix size bug in loading symbols.Chris Johns
2019-05-14libdl: Fix loading symbol that reference unknown sections.Chris Johns
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns
2019-03-22libdl: Add an archive commandChris Johns
2019-03-07libdl: Add small data support to the remaining PowerPC BSPs.Chris Johns
2019-02-20libdl/unresolved: Fix return value for rtems_rtl_unresolved_removeChris Johns
2019-02-20libdl/archive: Check for an overflow of the symbol table.Chris Johns
2019-02-20libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns
2019-02-20libdl/archive: Return false on read failure.Chris Johns