From: Andy Polyakov <ap...@openssl.org> Date: Fri, 28 Sep 2012 11:47:09 +0200
> It's adapted for Sun compiler. Most essential difference is that > latter doesn't handle ## correctly, It was hard for me to figure out what exactly this problem is since no specific details have been provided. So I asked someone on a Solaris system to try: ==================== #define foo(x) insn %##x, xyzzy foo(g1) ==================== and with SunPRO it gives. cc -E /tmp/foo | grep insn insn % g1 , xyzzy Is that space causing a problem? From my testing GNU as is perfectly fine with things like: or % g1, 0, % g1 Does the SunPRO assembler reject these kinds of things? If you are terse on the details of the problems which crop up on Solaris, I will be unable to help suggest alternatives. So please do provide them in the future. Thank you. ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org