aboutsummaryrefslogtreecommitdiffstats
path: root/roms/edk2/MdePkg/Library/BaseLib/ChkStkGcc.c
diff options
context:
space:
mode:
Diffstat (limited to 'roms/edk2/MdePkg/Library/BaseLib/ChkStkGcc.c')
-rw-r--r--roms/edk2/MdePkg/Library/BaseLib/ChkStkGcc.c18
1 files changed, 18 insertions, 0 deletions
diff --git a/roms/edk2/MdePkg/Library/BaseLib/ChkStkGcc.c b/roms/edk2/MdePkg/Library/BaseLib/ChkStkGcc.c
new file mode 100644
index 000000000..7f07ba2d6
--- /dev/null
+++ b/roms/edk2/MdePkg/Library/BaseLib/ChkStkGcc.c
@@ -0,0 +1,18 @@
+/** @file
+ Provides hack function for passng GCC build.
+
+ Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
+ SPDX-License-Identifier: BSD-2-Clause-Patent
+
+**/
+
+#include "BaseLibInternals.h"
+
+/**
+ Hack function for passing GCC build.
+**/
+VOID
+__chkstk()
+{
+}
+