Page MenuHome GnuPG

mpi asm code of lshift fails to comile
Closed, ResolvedPublic

Description

Release: gnupg-1.4.3

Environment

i586-ncr-sysv4.3.03

Description

mpi assembly code fails to compile. It gives the following error

cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include -g -c _mpih-lshift.s
_mpih-lshift.s:41:invalid register for instruction: %cl in shldl
_mpih-lshift.s:41:invalid operand combination: shldl
_mpih-lshift.s:57:invalid register for instruction: %cl in shldl
_mpih-lshift.s:57:invalid operand combination: shldl
_mpih-lshift.s:58:invalid register for instruction: %cl in shldl
_mpih-lshift.s:58:invalid operand combination: shldl
_mpih-lshift.s:64:invalid register for instruction: %cl in shldl
_mpih-lshift.s:64:invalid operand combination: shldl
_mpih-lshift.s:65:invalid register for instruction: %cl in shldl
_mpih-lshift.s:65:invalid operand combination: shldl
_mpih-lshift.s:71:invalid register for instruction: %cl in shldl
_mpih-lshift.s:71:invalid operand combination: shldl
_mpih-lshift.s:72:invalid register for instruction: %cl in shldl
_mpih-lshift.s:72:invalid operand combination: shldl
_mpih-lshift.s:78:invalid register for instruction: %cl in shldl
_mpih-lshift.s:78:invalid operand combination: shldl
_mpih-lshift.s:79:invalid register for instruction: %cl in shldl
_mpih-lshift.s:79:invalid operand combination: shldl
_mpih-lshift.s:92:invalid register for instruction: %cl in shldl
_mpih-lshift.s:92:invalid operand combination: shldl
gmake: *** [mpih-lshift.o] Error 2

How To Repeat

just compile the software on a MP-RAS box

Fix

Unknown