commit | c678f25bc1ac5d5aad8f18779e2a578246febb8c | [log] [tgz] |
---|---|---|
author | Tom Burdick <thomas.burdick@intel.com> | Wed Oct 04 11:33:16 2023 -0500 |
committer | Fabio Baltieri <fabio.baltieri@gmail.com> | Fri Oct 13 16:47:02 2023 +0100 |
tree | 2688e1328587347cbb76212c509302c6e7ea8ca0 | |
parent | 7e8953ed7f2d3b17a9a2bb8420ed5331d8d97638 [diff] |
llext: Fix a bug in section linking When relocating section symbol addresses the value where the relocation is to be written is an offset into the section to load. Simply rewriting it with the section address is not enough, we need to write the address of the section with the offset into it. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>