Szabolcs Nagy
2011-08-07 21:25:11 UTC
recent pcc fails to compile zlib
pcc -O -D_LARGEFILE64_SOURCE=1 -c -o crc32.o crc32.c
/tmp/ctm.POLX56: Assembler messages:
/tmp/ctm.POLX56:2086: Error: suffix or operands invalid for `movzbl'
make: *** [crc32.o] Error 1
the generated asm is
movzbl %eax,%eax
pcc -O -D_LARGEFILE64_SOURCE=1 -c -o crc32.o crc32.c
/tmp/ctm.POLX56: Assembler messages:
/tmp/ctm.POLX56:2086: Error: suffix or operands invalid for `movzbl'
make: *** [crc32.o] Error 1
the generated asm is
movzbl %eax,%eax