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
Bu işleme şunda yer alıyor:
foreman
2015-04-06 13:10:22 -04:00
ebeveyn 2a344fe28d
işleme 7d33be386e
+6
Dosyayı Görüntüle
@@ -82,6 +82,12 @@ global:
#if defined(OPENCL_MAINLINE)
local:
*;
#else
local:
elf32_*;
elf64_*;
elf_*;
gelf_*;
#endif
};