[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/22123] m68 colfire missing emac opcodes from mac
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug gas/22123] m68 colfire missing emac opcodes from mac |
Date: |
Tue, 26 Sep 2017 09:37:08 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22123
--- Comment #3 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The master branch has been updated by Nick Clifton <address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=58a0b827444d0d6baad47f5fd010f33e541ed16e
commit 58a0b827444d0d6baad47f5fd010f33e541ed16e
Author: Nick Clifton <address@hidden>
Date: Tue Sep 26 10:33:32 2017 +0100
Allow the macw and macl instructions to be used on CPUs that have emacs
support.
From PR 22123:
The common opcodes of emac and mac seem to be only implemented for mac.
To reproduce:
echo "macw %d3l,%a0l" > /tmp/dummy.S
m68k-unknown-elf-as -m5208 /tmp/dummy.S
Outputs something like:
/tmp/dummy.S: Assembler messages:
/tmp/dummy.S:1: Error: operands mismatch -- statement `macw %d3l,%a0l'
ignored
This behavior occurs only if the CPU supports only emac but not
explicitly mac (but emac is a superset of mac).
--
You are receiving this mail because:
You are on the CC list for the bug.