nisse@lysator.liu.se (Niels Möller) writes:
- Declare _nettle_cpuid as having visibility hidden (then I think the call should not jump via the plt). Might need corresponding pseudo-ops also in x86_64/fat/cpuid.asm, I'm not sure.
I tried this idea first, and that allowed the _nettle_cpuid call to succeed. However, it then crashed in the call to 'memcmp' on the next line, again due to an uninitialized PLT entry.
More later...
Mark