P4 to Git Change 1137603 by bwicakso@opencl-hsa-stg-bwicakso on 2015/04/06 12:58:13
ECR #333755 - hide elftoolchain libelf symbols.
Issue: the libelf symbol statically linked to libamdocl is made global by default and leaking to HSA runtime library. This causes an issue if HSA runtime is linked against non-elftoolchain libelf, e.g.: elfutils libelf.
Review: http://ocltc/reviews/r/7271/
Affected files ...
... //depot/stg/opencl/drivers/opencl/api/opencl/amdocl/amdocl.map.in#13 edit
[ROCm/clr commit: 7d33be386e]
This commit is contained in:
@@ -82,6 +82,12 @@ global:
|
||||
#if defined(OPENCL_MAINLINE)
|
||||
local:
|
||||
*;
|
||||
#else
|
||||
local:
|
||||
elf32_*;
|
||||
elf64_*;
|
||||
elf_*;
|
||||
gelf_*;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user