On Tue, 26 Sep 2000, Chris Ruemmler wrote:
: > Yes, I'll investigate the as pa-risc2W.s warning.  -ldl is ok to use
: > with +DD64, and I believe it is required now that I see dlfcn being used
: > for 64-bit (which is good).
: >
: For the pa-risc2W.s warning, you can change line 1601 to be:
: 
:      .SUBSPA $LIT$,ACCESS=0x2c
: 
: and the warning will go away.   The warning happens because the
: C compiler is used to assemble the code and it must set the $LIT$
: subspace earlier.  When you use the assembler, you don't get the
: warning for the previous code.

bash-2.04$ cc -c pa-risc2.s
as: "pa-risc2.s", line 1614: warning 8: Subspace characteristics may not
be changed after first definition

Chris, I would guess it's safe to do the same for pa-risc2.s (line
1614)?

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

Reply via email to