[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/21123] [PowerPC] tlbie instruction restricted to two-operand fo
From: |
amodra at gmail dot com |
Subject: |
[Bug gas/21123] [PowerPC] tlbie instruction restricted to two-operand form and incorrectly limits operand 2 |
Date: |
Tue, 14 Feb 2017 23:35:32 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=21123
--- Comment #3 from Alan Modra <amodra at gmail dot com> ---
No, -many won't enable more than one encoding for an instruction. -many was
invented (by me) to work around gcc -mcpu option handling bugs, and to silence
complaints from people who had written asm() for multiple cpus that no longer
worked when gas started to limit insns by cpu. It was probably not such a
brilliant idea and I most certainly do not want to extend -many functionality.
You really shouldn't use -many for assembly code as it circumvents most of the
assembler insn checking.
--
You are receiving this mail because:
You are on the CC list for the bug.