38636aba74
Our assembly does not use the GOT to reference symbols, which means references to visible symbols will often require a TEXTREL. This is undesirable, so all assembly-referenced symbols should be hidden. CPU capabilities are the only such symbols defined in C. These symbols may be hidden by doing at least one of: 1. Build with -fvisibility=hidden 2. __attribute__((visibility("hidden"))) in C. 3. .extern + .hidden in some assembly file referencing the symbol. We have lots of consumers and can't always rely on (1) happening. We were doing (3) by way of |
||
---|---|---|
.. | ||
sha1-586.pl | ||
sha1-armv4-large.pl | ||
sha1-armv8.pl | ||
sha1-x86_64.pl | ||
sha256-586.pl | ||
sha256-armv4.pl | ||
sha512-586.pl | ||
sha512-armv4.pl | ||
sha512-armv8.pl | ||
sha512-x86_64.pl |