Commit eb51529
llext: Introduce AARCH64 relocation support
Adds support for all relocation type produced by GCC
on AARCH64 platform using partial linking (-r flag) or
shared link (-fpic and -shared flag).
Signed-off-by: Adam Wojasinski <[email protected]>1 parent a842b77 commit eb51529
File tree
5 files changed
+536
-2
lines changed- arch/arm64/core
- cmake/compiler/gcc
- doc/services/llext
- subsys/llext
5 files changed
+536
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments