the generated fips_premain_dso (as a part of openssl fips 1.2 build on
powerpc ) hanging is that the generated code is always jump to the same
function address :-
bash-3.00# gdb fips/fips_premain_dso
(gdb) r eee
Starting program: /ssl/openssl-fips-1.2/fips/fips_premain_dso eee <-- hangs
here now
This is coming down the specific compiler, changing compiler flags /
optimization produces different results.
Could someone please indicate which compiler is good/tested for compiling
openssl fips 1.2 for power pc ?
gcc 3.x 4.0.x 4.1.x or 4.2.x, 4.3.x Currently I am using 4.2.3 and having
problems