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.biesheu...@linaro.org> --- UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.c | 1 + 1 file changed, 1 insertion(+) diff --git a/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.c b/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.c index ad3e9090c63f..3ca9ac64a0f8 100644 --- a/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.c +++ b/UefiCpuPkg/Library/PlatformSecLibNull/PlatformSecLibNull.c @@ -82,6 +82,7 @@ SecPlatformDisableTemporaryMemory ( **/ VOID EFIAPI +EFI_ENTRYPOINT _ModuleEntryPoint ( VOID ) -- 2.17.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel