[Bug target/85669] fail on s-case-cfn-macros: build/gencfn-macros: DEF_INTERNAL_FLT/INT_FN (%smth%) has no associated built-in functions

dougmencken at gmail dot com gcc-bugzilla@gcc.gnu.org
Fri Oct 26 00:28:00 GMT 2018


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85669

--- Comment #39 from Douglas Mencken <dougmencken at gmail dot com> ---
(In reply to Wilco from comment #38)

> You can have data in text sections, including bytes and half words. Even if
> instructions aligned automatically, the function label might be unaligned if
> it was preceded by a byte.

Ah, like in these old days of manual coding in ppc assembly... But when entry
of function is aligned on 2-byte but not 4-byte then code of such function
would not be understood by processor at all. Thus or .align 4, or ditch that
“can have data in text sections” completely


More information about the Gcc-bugs mailing list