summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl (unfollow)
Commit message (Expand)AuthorFilesLines
2023-09-26cpukit/aarch64: Resolve warnings with ILP32 ABIKinsey Moore1-2/+5
2023-09-15libdl: Use _CPU_Get_TLS_thread_pointer()Sebastian Huber1-67/+6
2023-09-12microblaze: Fix relocation targetsAlex White1-9/+10
2023-08-30microblaze: Add libdl supportAlex White2-1/+298
2023-08-28cpukit/libdl: Fix incorrect operator precedence access the nameChris Johns1-1/+2
2023-08-28cpukit/libdl: Correctly account for section alignmentsChris Johns1-19/+12
2023-08-27libdl: Realloc text memory if there are trampolinesChris Johns17-104/+356
2023-08-21libdl: Add support to import base image TLS symbolsChris Johns9-52/+366
2023-08-12cpukit/libdl: AARCH64 unwind uses DWARF 2 tablesChris Johns1-0/+17
2023-05-22libdl: Add support for LDST128_ABS_LO12_NCKinsey Moore1-0/+4
2023-04-05cpukit/libdl: Resolve size mismatch warningsKinsey Moore3-19/+20
2023-01-20cpukit/libdl: Add AArch64 TLS reloc supportKinsey Moore1-0/+38
2023-01-20cpukit/libdl: Print the missing AArch64 reloc typeKinsey Moore1-2/+2
2023-01-20cpukit/libdl: Use correct mask for reloc typeKinsey Moore1-1/+1
2022-08-08libdl: Refactor shared code in ARM and AArch64Ryan Long4-158/+113
2022-08-05libdl: Fix warnings on 64bit architecturesChris Johns4-7/+7
2022-07-29cpukit/libdl/rtl-sym.c: Fix increment of variableRyan Long1-1/+1
2022-07-29cpukit/libdl: Add support for AArch64Ryan Long1-0/+599
2022-07-29libdl/rtl-elf.h: Fix aarch64 defineRyan Long1-1/+1
2022-04-27libdl: Manually adding file headers and licensesRyan Long6-0/+210
2022-03-22cpukit/libdl: Manual file header reordering (SPDX, Doxygen, Copyright)Joel Sherrill35-300/+335
2022-03-22cpukit/libdl Change license to BSD-2Joel Sherrill35-105/+770
2022-03-22cpukit/libdl/rtl-alloc-check.py: Change to BSD-2 by handJoel Sherrill1-7/+25
2021-10-08libdl/rtl-mdreloc-h8300.c: Remove remnant of h8300 portJoel Sherrill1-212/+0
2021-04-08fastlz.c: Unused value (CID #1399751)Ryan Long1-1/+9
2020-08-20Fix -Wchar-subscripts warningsAschref Ben Thabet1-2/+2
2020-05-06libdl: Add allocator check scriptChris Johns1-0/+96
2020-05-05libdl/rap: Correctly check the return enum from rela callsChris Johns1-4/+13
2020-05-05libdl/obj-comp: Add trace prints when decompressingChris Johns1-0/+31
2020-05-05libdl/obj-cache: Fail if the read offset is past the file lengthChris Johns1-4/+5
2020-05-05libdl/obj: Fix RAP format call table.Chris Johns1-1/+0
2020-05-05libdl/sparc: Print trace message of reloc failture pathChris Johns1-1/+4
2020-05-05libdl: Fix comment.Chris Johns1-1/+1
2020-04-28libdl/mips: Fix MIPS16hi/lo relocation support.Chris Johns1-24/+45
2020-04-16Canonicalize config.h includeSebastian Huber20-20/+20
2019-11-12riscv: preliminarily support for libdlHesham Almatary2-1/+436
2019-08-12libdl/debugger: Fix the broken list delete when unloading an object module.Chris Johns2-15/+13
2019-08-04libdl/arm: Add support for ARM trampolinesChris Johns1-1/+18
2019-07-28libdl/arm: Fix ARM mode trampoline parsing of relocsChris Johns1-16/+16
2019-06-12libdl/rap: fix RAP file load error.zhengxiaojun1-2/+2
2019-05-22libdl: Sort object file symbols and use a binary search to findChris Johns2-9/+46
2019-05-14libdl: Fix size bug in loading symbols.Chris Johns1-2/+2
2019-05-14libdl: Fix loading symbol that reference unknown sections.Chris Johns1-56/+159
2019-05-03libdl: Do not access the ELF file while the allocator is locked.Chris Johns19-514/+1042
2019-03-22libdl: Add an archive commandChris Johns3-171/+946
2019-03-07libdl: Add small data support to the remaining PowerPC BSPs.Chris Johns1-0/+15
2019-02-20libdl/unresolved: Fix return value for rtems_rtl_unresolved_removeChris Johns1-2/+2
2019-02-20libdl/archive: Check for an overflow of the symbol table.Chris Johns1-3/+12
2019-02-20libdl/archive: Fix the config file string index while removing tailing white ...Chris Johns1-2/+2
2019-02-20libdl/archive: Return false on read failure.Chris Johns1-0/+1