On Wed, 9 Feb 2011, Andy Polyakov wrote:

> > Hopefully there is a more portable way to do the assembler on ghash-x86.s
> 
> could you compile following snippet:
> 
> shor i=5;
> 
> generate assembler output with cc -S and submit it? a.

I'm guessing you mean short i=5;
..........
        .file   "x.c"
        .version        "01.01"
        .data
        .globl  i
        .align  2
i:
        .value  5
        .type   i,"object"
        .size   i,2
        .ident  "acomp: (CCS) 4.2  05/13/08 (uw714mp4.bl3h)"
/REGAL  0       EXTDEF  i       2
..........

-- 
Tim Rice                                Multitalents    
[email protected]


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [email protected]
Automated List Manager                           [email protected]

Reply via email to