libdyld: accepts R_ARM_ABS32 #158

Merged
sb10q merged 1 commits from pca006132/artiq-zynq:master into master 2021-12-30 10:30:33 +08:00

1 Commits (master)

Author SHA1 Message Date
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