>> In a previous message, I saw:

> Does the Bind Type WEAK indicate anything?

Grasping at straws here, but I had to patch one of the assembler
files in the past on Solaris.  The patch is below.

  me% cd /path/to/openssl/src/crypto/bn/asm

  me% patch < /tmp/sparcv9a-mont.pl.patch 
    Looks like a unified context diff.
  done

--
Karl Vogel / I don't speak for the USAF or my company

"Auntie Em:  hate you, hate Kansas, taking the dog."  -Dorothy
                                                --bumper sticker
--- sparcv9a-mont.pl.orig       2017-05-25 08:54:34.000000000 -0400
+++ sparcv9a-mont.pl    2017-10-13 22:34:19.073600500 -0400
@@ -124,6 +124,7 @@
 .section       ".text",#alloc,#execinstr
 
 .global $fname
+.weak $fname
 .align  32
 $fname:
        save    %sp,-$frame-$locals,%sp

Reply via email to