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.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to