bebbo / binutils-gdb

Unofficial mirror of sourceware binutils-gdb repository. Updated daily.
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git
GNU General Public License v2.0
3 stars 3 forks source link

cmpiw.l instruction error with -m68080 #34

Closed RMortenB closed 1 year ago

RMortenB commented 1 year ago

The error I get is: /tmp/ccculHX2.s:936: Error: Unknown operator -- statement `cmpiw.l bebbo/gcc#7,d4' ignored Compiler options are: m68k-amigaos-gcc -std=c99 -Ofast -fomit-frame-pointer -m68080 -Wall -Wno-unused-function -DAMIGA=1 -I ../../include -c -o zbuffer.o zbuffer.c

Everything compiles ok with -m68060 or lower.