Date: Tue, 12 Apr 2016 21:55:49 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 207599] fixes for kernel built with clang failing to boot on ppc64 qemu Message-ID: <bug-207599-21-LuZGoyFdkB@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-207599-21@https.bugs.freebsd.org/bugzilla/> References: <bug-207599-21@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D207599 --- Comment #2 from Kenneth Salerno <kennethsalerno@yahoo.com> --- (In reply to Mark Millard from comment #1) Thanks, Mark. I looked through the LLVM ticket and didn't find anything relevant to this issue on powerpc64 clang. Seems to be hanging at branch to counter register (when I compared to the a= sm generated by GCC, that code had instead a branch to link register). I even tried building the kernel modules with GCC where -mlongcall was need= ed and clang for everything else, though soft-float is a missing option in cla= ng that I'm not sure is necessary or not. I noticed building with altivec supp= ort kills the kernel load even sooner so maybe soft-float is a necessary switch clang needs for powerpc64 to build a working kernel? --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-207599-21-LuZGoyFdkB>