diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2017-12-14 17:06:34 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2017-12-14 17:06:34 +0000 |
commit | 847ce87541972f72ba7dfee743b65ebed06ebaf4 (patch) | |
tree | 3033297618e8c096cab7c554ae2c994d5df66163 /lib/libkvm/shlib_version | |
parent | c248540ee09eeb4a1daefdd1cc61490ceecafaf8 (diff) |
Add Symbols.map to explicitly define the ABIs, hiding linker defined symbols.
Use hidden aliases for internal invocations of exported symbols to avoid PLT.
ok deraadt@ kettenis@ jca@
Diffstat (limited to 'lib/libkvm/shlib_version')
-rw-r--r-- | lib/libkvm/shlib_version | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkvm/shlib_version b/lib/libkvm/shlib_version index cd2907e093d..ffdd3d2d569 100644 --- a/lib/libkvm/shlib_version +++ b/lib/libkvm/shlib_version @@ -1,2 +1,2 @@ -major=16 -minor=2 +major=17 +minor=0 |