OSDN Git Service

Explicitly load shared libraries with local visibility.
authorNicolas Capens <capn@google.com>
Mon, 2 Nov 2015 15:11:49 +0000 (10:11 -0500)
committerNicolas Capens <capn@google.com>
Mon, 2 Nov 2015 19:18:56 +0000 (19:18 +0000)
commit76394858dfe6256edfd29e378e93bfa7dc2c243c
tree02ad2b81d9cf8bd1a7f0bc2e6f140b1c820fc52f
parentb7e6c326983ab0377c4e2a4789fcf25125011d6b
Explicitly load shared libraries with local visibility.

On some platforms the default is undefined if neither RTLD_GLOBAL
nor RTLD_LOCAL is specified.

Bug 25282950

Change-Id: I0aea6a9f604afa0412a8f6d9c614b18987fbf514
Reviewed-on: https://swiftshader-review.googlesource.com/4190
Reviewed-by: Nicolas Capens <capn@google.com>
Tested-by: Nicolas Capens <capn@google.com>
src/Common/SharedLibrary.hpp