Branch instructions that depend on target distance
Andreas Schwab
schwab@suse.de
Mon Feb 24 11:29:00 GMT 2020
On Feb 24 2020, Petr Tesarik wrote:
> This works great ... until there's some inline asm() statement, for
> which gcc cannot keep track of the length attribute, so it is probably
> taken as zero.
GCC computes it by counting the number of asm insns. You can use
ADJUST_INSN_LENGTH to adjust this as needed.
Andreas.
--
Andreas Schwab, SUSE Labs, schwab@suse.de
GPG Key fingerprint = 0196 BAD8 1CE9 1970 F4BE 1748 E4D4 88E3 0EEA B9D7
"And now for something completely different."
More information about the Gcc
mailing list