[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
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Jan 10 09:06:36 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215819
--- Comment #6 from Mark Millard <markmi at dsl-only.net> ---
Created attachment 178691
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=178691&action=edit
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(...) .
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-toolchain
mailing list