commit | d676d469bd836a69a3a4be6f378aef3be0730724 | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com> | Wed Sep 25 15:00:18 2024 +0300 |
committer | Henrik Brix Andersen <henrik@brixandersen.dk> | Sun Sep 29 21:21:24 2024 +0200 |
tree | 78480ff9a2b1572cdeef8ee1b4e07b17ba50e3dc | |
parent | f04e646af02ca1a5dabea2e023559cc91dfe3a64 [diff] |
LLEXT: Xtensa: add support for L32R relocation When building LLEXT for Xtensa with custom sections the compiler can leave unresolved references in them. Then this has to be done by the LLEXT core during linking. This commit adds linking support for the L32R Xtensa instruction. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>