bug-gmp
[Top][All Lists]
Advanced

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

Re: GMP Build Problem on AIX


From: Minh Nguyen
Subject: Re: GMP Build Problem on AIX
Date: Mon, 4 Nov 2002 15:03:23 -0800 (PST)

 Kevin Ryde <address@hidden> wrote:

Minh Nguyen writes:
>
> tmp-umul.s: line 50: illegal VBYTE _expression_
> tmp-umul.s: line 50: Only .long should be used for relocatable expressions.
> tmp-umul.s: line 50: illegal VBYTE _expression_

> What does tmp-umul.s contain?

 I think tmp-umul.s is the intermediate file by compiling the file umul.asm. I'm attaching the file tmp-umul.s

> It looks like my assembler doesn't recognize the assembly code.

> Do other asm files compile (eg. cd mpn; make add_n.lo)?

No, they don't. I got the same error messages

> Included is the content of "config.log".

> All looks about right.

> Output from running ./config.guess: powerpc630-ibm-aix4.3.3.0

> I think we normally run a 630 in 64-bit mode. 32-bits ought to work
> though.



Do you Yahoo!?
HotJobs - Search new jobs daily now









































.machine        "ppc64"
        .toc
        
        .globl  __gmpn_umul_ppmm
        .globl  .__gmpn_umul_ppmm
        .csect  [DS],3
__gmpn_umul_ppmm:
        .llong  .__gmpn_umul_ppmm, TOC[tc0], 0
        .csect  [PR]
        .align  2
.__gmpn_umul_ppmm:

        
        
        

        mullw   0, 4, 5
        mulhwu  9, 4, 5
        stw     0, 0(3)
        mr      3, 9
        blr



reply via email to

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