[llvm-bugs] [Bug 43119] [MIPS][FreeBSD] non-ABS relocation in .mdebug.abi32

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Aug 27 06:48:22 PDT 2019


https://bugs.llvm.org/show_bug.cgi?id=43119

Kyle Evans <kevans at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #5 from Kyle Evans <kevans at FreeBSD.org> ---
This isn't a valid LLVM bug; we're not explicitly adding _mcount to any
section, so it's getting added to .mdebug.abi32 that's created at the
beginning. With GCC it ended up in .text, but we shouldn't rely on this- I will
be addressing this in FreeBSD.

-- 
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/20190827/95d9a7b8/attachment.html>


More information about the llvm-bugs mailing list