Commit d05991e
llext: Fix wrong literals placement in modules
Xtensa L32R instruction requires the literal it loads to be located
in memory before the L32R address. Such a requirement is usually satisfied
by linker script rules which put literals sections before text sections
in which they are used. LLEXT module builds do not use a linker script,
and so correct placement of literals is ensured by a compilation option.
Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>1 parent b8f3ccb commit d05991e
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
61 | 69 | | |
62 | 70 | | |
63 | 71 | | |
| |||
0 commit comments