X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FX64%2FProcessorBind.h;fp=MdePkg%2FInclude%2FX64%2FProcessorBind.h;h=666cc8e8bd165c3eb35ad82783fd6a41932ac36d;hp=a4aad3e524e8e52497be50b2bc1d277368687206;hb=28ade7b802e0732cf9839017ee6e9cf78b842582;hpb=07783fdd67e40fa7cff3ebf34399c1ab65937802 diff --git a/MdePkg/Include/X64/ProcessorBind.h b/MdePkg/Include/X64/ProcessorBind.h index a4aad3e524..666cc8e8bd 100644 --- a/MdePkg/Include/X64/ProcessorBind.h +++ b/MdePkg/Include/X64/ProcessorBind.h @@ -29,12 +29,12 @@ #if defined(__GNUC__) && defined(__pic__) // -// Mark all symbol declarations and references as protected, meaning they will +// Mark all symbol declarations and references as hidden, meaning they will // not be subject to symbol preemption. This allows the compiler to refer to // symbols directly using relative references rather than via the GOT, which // contains absolute symbol addresses that are subject to runtime relocation. // -#pragma GCC visibility push (protected) +#pragma GCC visibility push (hidden) #endif #if defined(__INTEL_COMPILER)