bug-gmp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gmp] SCO OpenServer and SCO UnixWare bug with gmp-3.1


From: Kevin Ryde
Subject: Re: [Bug-gmp] SCO OpenServer and SCO UnixWare bug with gmp-3.1
Date: 05 Aug 2000 07:58:22 +1000
User-agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.5

Boyd Lynn Gerber <address@hidden> writes:
>
> make[3]: Entering directory `/usr/zenez1/build/osr5/gmp-3.1/mpn'
> m4 -DPIC -DOPERATION_addmul_1 addmul_1.asm >tmp-addmul_1.s
> /bin/sh ../libtool --mode=compile gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. 
> -DOPERATION_addmul_1    -g -O -fomit-frame-pointer -mcpu=k6 -march=k6 
> tmp-addmul_1.s -o addmul_1.lo
> rm -f .libs/addmul_1.lo
> gcc -c -DHAVE_CONFIG_H -I. -I. -I.. -I.. -DOPERATION_addmul_1 -g -O 
> -fomit-frame-pointer -mcpu=k6 -march=k6 tmp-addmul_1.s  -fPIC -DPIC -o 
> .libs/addmul_1.lo
> tmp-addmul_1.s:268:syntax error at name: f
> tmp-addmul_1.s:270:syntax error at integer constant: 1
> ...

This is temporary labels failing I think.  gas, and solaris as, allow say

                jnc     1f
                ...
        1:
                ...

With labels "1" to "9" being re-used as many times as you like, and an
"f" or "b" indicating the one forward or backward of the current
instruction.

Does sco as have the same under some different syntax, or will we have
to avoid that feature?


reply via email to

[Prev in Thread] Current Thread [Next in Thread]