diff mbox series

[edk2,RFC,05/11] EmulatorPkg: annotate module entry points with EFI_ENTRYPOINT

Message ID 20180612152306.25998-6-ard.biesheuvel@linaro.org
State New
Headers show
Series GCC/X64: use hidden visibility for LTO PIE code | expand

Commit Message

Ard Biesheuvel June 12, 2018, 3:23 p.m. UTC
Annotate module entry points with EFI_ENTRYPOINT so we can classify
the resulting symbol as global explicitly at link time.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>

---
 EmulatorPkg/Sec/Sec.c | 1 +
 1 file changed, 1 insertion(+)

-- 
2.17.1

_______________________________________________
edk2-devel mailing list
edk2-devel@lists.01.org
https://lists.01.org/mailman/listinfo/edk2-devel
diff mbox series

Patch

diff --git a/EmulatorPkg/Sec/Sec.c b/EmulatorPkg/Sec/Sec.c
index 8a015682ddd0..266e57240a87 100644
--- a/EmulatorPkg/Sec/Sec.c
+++ b/EmulatorPkg/Sec/Sec.c
@@ -67,6 +67,7 @@  EFI_PEI_PPI_DESCRIPTOR  gPrivateDispatchTable[] = {
 **/
 VOID
 EFIAPI
+EFI_ENTRYPOINT
 _ModuleEntryPoint (
   IN EFI_SEC_PEI_HAND_OFF   *SecCoreData,
   IN EFI_PEI_PPI_DESCRIPTOR *PpiList