[llvm-bugs] [Bug 27311] New: Change mcount to _mcount on AArch64
via llvm-bugs
llvm-bugs at lists.llvm.org
Sun Apr 10 09:25:12 PDT 2016
https://llvm.org/bugs/show_bug.cgi?id=27311
Bug ID: 27311
Summary: Change mcount to _mcount on AArch64
Product: libraries
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: Backend: AArch64
Assignee: unassignedbugs at nondot.org
Reporter: renato.golin at linaro.org
CC: llvm-bugs at lists.llvm.org
Classification: Unclassified
Just like #23969 is about changing mcount to __gnu_mcount_nc on Linux/ARM
because it's a safer mcount implementation (and makes the kernel work with
Clang), we need the same fix for AArch64, in which case, the call is "_mcount"
instead.
--
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/20160410/7cae68dc/attachment.html>
More information about the llvm-bugs
mailing list