[edk2-devel] [PATCH v3 02/10] MdePkg: don't set visibility to hidden for BaseTools

Gerd Hoffmann kraxel at redhat.com
Thu Apr 13 08:53:05 UTC 2023


Setting visibility to hidden can cause linker errors when BaseTools are
linked against standard libraries.

Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
---
 MdePkg/Include/X64/ProcessorBind.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.h
index f0a4d00142b9..98673456aad0 100644
--- a/MdePkg/Include/X64/ProcessorBind.h
+++ b/MdePkg/Include/X64/ProcessorBind.h
@@ -21,7 +21,7 @@
   #pragma pack()
 #endif
 
-#if defined (__GNUC__) && defined (__pic__) && !defined (USING_LTO)  && !defined (__APPLE__)
+#if defined (__GNUC__) && defined (__pic__) && !defined (BASETOOLS) && !defined (USING_LTO)  && !defined (__APPLE__)
 //
 // Mark all symbol declarations and references as hidden, meaning they will
 // not be subject to symbol preemption. This allows the compiler to refer to
-- 
2.39.2



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#102935): https://edk2.groups.io/g/devel/message/102935
Mute This Topic: https://groups.io/mt/98236907/1813853
Group Owner: devel+owner at edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [edk2-devel-archive at redhat.com]
-=-=-=-=-=-=-=-=-=-=-=-




More information about the edk2-devel-archive mailing list