GMP problem on hppa64 platform (missing __gmpn_umul_ppmm)

Steve Ellcey sje at cup.hp.com
Thu Oct 5 20:18:46 CEST 2006


So I notice that all of the systems (except PA64) that have umul
assembly language files in mpn have 'PROLOGUE(mpn_umul_ppmm)'.
pa64/umul.asm is the only one that has 'PROLOGUE(mpn_umul_ppmm_r)'.  Is
this the problem?

[hpsje] $ pwd
/tmp/gmp/gmp-4.2.1/mpn
[hpsje] $ grep PROLOGUE */umul*
alpha/umul.asm:PROLOGUE(mpn_umul_ppmm)
mips32/umul.asm:PROLOGUE(mpn_umul_ppmm)
mips64/umul.asm:PROLOGUE(mpn_umul_ppmm)
pa64/umul.asm:PROLOGUE(mpn_umul_ppmm_r)
power/umul.asm:PROLOGUE(mpn_umul_ppmm)
powerpc32/umul.asm:PROLOGUE(mpn_umul_ppmm)
powerpc64/umul.asm:PROLOGUE(mpn_umul_ppmm)
sparc32/umul.asm:PROLOGUE(mpn_umul_ppmm)
x86/umul.asm:PROLOGUE(mpn_umul_ppmm)

Steve Ellcey
sje at cup.hp.com


More information about the gmp-discuss mailing list