https://bugs.llvm.org/show_bug.cgi?id=42686
Bug ID: 42686
Summary: Stop interpreting ELF symbol type 0x10 as IFUNC
unconditionally
Product: tools
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: llvm-nm
Assignee: unassignedb...@nondot.org
Reporter: jh7370.2...@my.bristol.ac.uk
CC: llvm-bugs@lists.llvm.org
llvm-nm's sysv format interprets the symbol type 0x10 as "IFUNC"
unconditionally, but for non-GNU systems, this could be used for something
else, since it's in the reserved range. Even GNU nm doesn't print "IFUNC". It
prints "OS specific". We should probably change llvm-nm to do the same thing
here. Possibly, depending on the OS/ABI field, we could print IFUNC under some
circumstances, but it shouldn't always be the case.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs