artiq-zynq/src/libdyld/src
pca006132 efe315c21d libdyld: accepts R_ARM_ABS32
Somehow this relocation type is emitted by nac3.
According to table 4-9 of ARM ELF ABI and discussion in ld bugzilla
(https://sourceware.org/bugzilla/show_bug.cgi?id=16163), this behaves
the same as R_ARM_GLOB_DAT and R_ARM_JUMP_SLOT.
2021-12-30 00:05:47 +08:00
..
elf.rs dyld: keep EXIDX section data through program header entry 2020-06-24 00:18:34 +02:00
file.rs dyld: obtain EXIDX offsets from section headers 2020-07-27 01:58:42 +02:00
image.rs fixed new compiler warnings 2021-01-15 17:55:58 +08:00
lib.rs dyld: remove KERNEL_EXIDX_START/END globals, move dl_unwind_find_exidx() into runtime::kernel::core1 2020-07-27 19:56:06 +02:00
reloc.rs libdyld: accepts R_ARM_ABS32 2021-12-30 00:05:47 +08:00