Date: Tue, 10 Jan 2017 09:06:36 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-toolchain@FreeBSD.org Subject: [Bug 215819] head r311147's clang 3.9.1 for powerpc64: locore.o generation messed up: generates R_PPC64_ADDR16_DS instead of R_PPC64_TOC16_DS with .toc Message-ID: <bug-215819-29464-iHglfRpPik@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-215819-29464@https.bugs.freebsd.org/bugzilla/> References: <bug-215819-29464@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=3D215819 --- Comment #6 from Mark Millard <markmi@dsl-only.net> --- Created attachment 178691 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D178691&action= =3Dedit Have TOC_REF(...) in instructions use @toc notation for clang Have TOC_REF(...) in instructions use @toc notation for clang 3.9.1 so that clang does the right thing. The one old use of TOC_REF in TOC_ENTRY does not get the @toc notation use also have a TOC_NAME_FOR_REF(...) that does not get the @toc notation. TOC_REF(...) in turn uses TOC_NAME_FOR_REF(...) . --=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-215819-29464-iHglfRpPik>