You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENUM_D_TAG_COMMON is missing an entry for DT_MIPS_XHASH. For reasons best known to the binutils maintainers this isn't defined in the common elf.h but is defined and used in elf.c (and present in compiled MIPS binaries):
ENUM_D_TAG_COMMON
is missing an entry forDT_MIPS_XHASH
. For reasons best known to the binutils maintainers this isn't defined in the commonelf.h
but is defined and used inelf.c
(and present in compiled MIPS binaries):https://sourceware.org/git/?p=binutils-gdb.git;a=blob;f=bfd/elf.c;h=7d3d2063130bd3d5bd988207ca68b15f76ac85c8;hb=HEAD#l1760
LLVM has the same definition:
The text was updated successfully, but these errors were encountered: