]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
stand/reloc_elf: Handle relative relocations for arm{,64} and riscv
authorD Scott Phillips <scottph@FreeBSD.org>
Mon, 21 Sep 2020 22:24:46 +0000 (22:24 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 01:15:59 +0000 (20:15 -0500)
commitb9696aebdb184108286f22e59a01dd60932b5ca9
treeb23e13784c8fc62829e855e3417bbea6d3c77fac
parentb87ad4f2db6dfc3b66464a689c399f666fa64d39
stand/reloc_elf: Handle relative relocations for arm{,64} and riscv

Extend the powerpc relative relocation handling from r240782 to a
handful of other architectures.  This is needed to properly read
dependency information from kernel modules.

(cherry picked from commit 987eabdc2ae1c0beba77e4d3b538155e81c7a7d5)
stand/common/reloc_elf.c