Closed peadar closed 2 years ago
Use gnu_hash in preference to the standard hash table, as it's more efficient, and fall back to the tranditional table if we can't find it.
This should fix problems on systems that do not provide the tranditional ELF hash table for symbols.
Fixes issue #18
Use gnu_hash in preference to the standard hash table, as it's more efficient, and fall back to the tranditional table if we can't find it.
This should fix problems on systems that do not provide the tranditional ELF hash table for symbols.