> It looks like the PIC changes to crypto/perlasm/x86unix.pl break
> on non gcc compilers.

First of all it's an assembler issue, not compiler. And I don't think
it's GNU vs. vendor assembler issue, ...

> UX:acomp: ERROR: "asm/dx86unix.cpp", line 122: invalid input token: 1f
> UX:acomp: ERROR: "asm/dx86unix.cpp", line 124: invalid input token: 1b
> 122:    call    1f
> 124:    addl    $_GLOBAL_OFFSET_TABLE_+[.-1b],%ebp

... because dynamic labels is not somthing GNU people thought of, it's
AT&T syntax. And it does work with Solaris WorkShop assembler. But yes,
it will be compensated for once 0.9.7 is out.

A.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to