foss-for-synopsys-dwc-arc-processors/toolchain

Relocation symbol ARC_32_ME_S is defined but not used

Closed this issue · 0 comments

A grep under binutils returns:

$ grep -ri "ARC_32_ME_S"
include/elf/arc-reloc.def:214:ARC_RELOC_HOWTO(ARC_32_ME_S, 105, \
include/elf/#arc-reloc.def#:214:ARC_RELOC_HOWTO(ARC_32_ME_S, 105, \
bfd/libbfd.h:1901:  "BFD_RELOC_ARC_32_ME_S",
bfd/bfd-in2.h:3308:  BFD_RELOC_ARC_32_ME_S,
bfd/reloc.c:3472:  BFD_RELOC_ARC_32_ME_S

All printed entries are for defining of the symbol, but it is never used nor is it present in the ABI.