Date: Wed, 18 Jan 2017 03:42:43 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ppc@FreeBSD.org Subject: [Bug 215681] head -r310854: TARGET_ARCH=powerpc buildkernel via clang 3.9.1: sys/powerpc/aim/trap_subr32.S:409:2: error: too few operands for instruction Message-ID: <bug-215681-21-rmjaPFP2kn@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-215681-21@https.bugs.freebsd.org/bugzilla/> References: <bug-215681-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=3D215681 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: jhibbits Date: Wed Jan 18 03:42:21 UTC 2017 New revision: 312369 URL: https://svnweb.freebsd.org/changeset/base/312369 Log: Use the explicit expanded form of cmp. Clang apparently requires the explicit form of this instruction, and reje= cts uses which ignore the optional cmpD register. This was the only use of t= he shorthand form of the instruction, so just fix it up to match the others. PR: kern/215681 Submitted by: Mark Millard Reported by: Mark Millard <markmi _AT_ dsl-only.net> MFC after: 2 weeks Changes: head/sys/powerpc/aim/trap_subr32.S --=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-215681-21-rmjaPFP2kn>