Skip to content

Commit a842b77

Browse files
awojasinskicarlescufi
authored andcommitted
llext: Removed unused i386 relocation name symbols
Removed arch-specific symbols that are not used. They should be placed in arch-specific implementation for LLEXT subsystem that is currently missing. Signed-off-by: Adam Wojasinski <[email protected]>
1 parent 44782ad commit a842b77

File tree

1 file changed

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

1 file changed

+0
-16
lines changed

include/zephyr/llext/elf.h

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -393,22 +393,6 @@ struct elf64_rela {
393393
*/
394394
#define ELF64_R_TYPE(i) ((i) & 0xffffffff)
395395

396-
/**
397-
* Relocation names (should be moved to arch-specific files)
398-
* @cond ignore
399-
*/
400-
#define R_386_NONE 0
401-
#define R_386_32 1
402-
#define R_386_PC32 2
403-
#define R_386_GOT32 3
404-
#define R_386_PLT32 4
405-
#define R_386_COPY 5
406-
#define R_386_GLOB_DAT 6
407-
#define R_386_JMP_SLOT 7
408-
#define R_386_RELATIVE 8
409-
#define R_386_GOTOFF 9
410-
/** @endcond */
411-
412396
/**
413397
* Dynamic features currently not used by LLEXT
414398
* @cond ignore

0 commit comments

Comments
 (0)