Closed peadar closed 3 years ago
32-bit linux binaries don't use Elf32_Rela relocations, they generally just use Elf32_Rel and friends If we can't find the addend-enable relocs, fallback to the addend-free versions. This fixes the travis CI pipeline for Linux builds.
32-bit linux binaries don't use Elf32_Rela relocations, they generally just use Elf32_Rel and friends If we can't find the addend-enable relocs, fallback to the addend-free versions. This fixes the travis CI pipeline for Linux builds.