Skip to content

Commit 62458fe

Browse files
awojasinskicarlescufi
authored andcommitted
llext: Remove xtensa relocation names from arch agnostic LLEXT
Symbols are defined in arch specific elf.c file. Signed-off-by: Adam Wojasinski <[email protected]>
1 parent 2ff7172 commit 62458fe

File tree

1 file changed

+0
-4
lines changed
  • include/zephyr/llext

1 file changed

+0
-4
lines changed

include/zephyr/llext/elf.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -435,10 +435,6 @@ struct elf64_rela {
435435
#define R_ARM_THM_MOVT_ABS 48
436436
#define R_ARM_THM_MOVW_PREL_NC 49
437437
#define R_ARM_THM_MOVT_PREL 50
438-
439-
#define R_XTENSA_NONE 0
440-
#define R_XTENSA_32 1
441-
#define R_XTENSA_SLOT0_OP 20
442438
/** @endcond */
443439

444440
/**

0 commit comments

Comments
 (0)