[llvm-bugs] [Bug 25177] New: [mips] .ent and .end do not set symbol type and size.
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Oct 14 05:56:47 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=25177
Bug ID: 25177
Summary: [mips] .ent and .end do not set symbol type and size.
Product: new-bugs
Version: 3.7
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: daniel.sanders at imgtec.com
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
.ent needs to implicitly set the symbol type to STT_FUNC.
.end needs to implicitly set the size.
This affects both Linux and FreeBSD but it seems to be more severe on FreeBSD
where it leads to a crash.
I'm currently testing a patch for this. Hopefully it will be fixed soon.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151014/df980ff5/attachment.html>
More information about the llvm-bugs
mailing list