> Does anybody have access to HP-UX Itanium machine? If so, could this you
Sorry about the typo: "this you" should have naturally been "[could] you
be [kind]"...
> kind enough to generate assembler output for below snippet and send it
> over (to list or me personally)?
>
> void bar(int *);
> int foo(void) { int i; bar(&i); return i; }
I've got personal reply and it answered my question.
For public reference, the question I was seeking answer to is following.
As you might know +DD32 run-time environment requires that effective
addresses are calculated with addp4 instruction, which kind of helps to
emulate legacy 32-bit HP-UX segmenting model. The question was does one
have to use addp4 when addressing stack or is the stack pointer value
already seeded properly. The answer is it's seeded already and one
doesn't have to addp4, therefore http://cvs.openssl.org/chngview?cn=19059.
Thanks for swift reply! A.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [email protected]
Automated List Manager [email protected]