summaryrefslogtreecommitdiffstats
path: root/StdLib
diff options
context:
space:
mode:
authorOlivier Martin <Olivier.Martin@arm.com>2015-07-30 09:50:43 +0000
committerlersek <lersek@Edk2>2015-07-30 09:50:43 +0000
commitb393333538ee3a6b16a3a1d25ab2372942c3aac7 (patch)
treef3391fa8684eb5e5afc7bc4f680fc34212e5f9ac /StdLib
parent5c13180cfc9827f11174995a5211d6dde2a1ef31 (diff)
downloadedk2-b393333538ee3a6b16a3a1d25ab2372942c3aac7.tar.gz
edk2-b393333538ee3a6b16a3a1d25ab2372942c3aac7.tar.bz2
edk2-b393333538ee3a6b16a3a1d25ab2372942c3aac7.zip
StdLib: Added BaseStackLib for ARM architectures
Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <Olivier.Martin@arm.com> Reviewed-by: Ronald Cron <Ronald.Cron@arm.com> Reviewed-by: Jaben Carsey <jaben.carsey@intel.com> Reviewed-by: Daryl McDaniel <edk2-lists@mc2research.org> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18115 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'StdLib')
-rw-r--r--StdLib/StdLib.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/StdLib/StdLib.inc b/StdLib/StdLib.inc
index 1b7fcf0bae..391c7c91e4 100644
--- a/StdLib/StdLib.inc
+++ b/StdLib/StdLib.inc
@@ -73,9 +73,15 @@
[LibraryClasses.ARM]
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
+ # Add support for GCC stack protector
+ NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
+
[LibraryClasses.AArch64]
NULL|ArmPkg/Library/CompilerIntrinsicsLib/CompilerIntrinsicsLib.inf
+ # Add support for GCC stack protector
+ NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf
+
[Components]
# BaseLib and BaseMemoryLib need to be built with the /GL- switch when using the Microsoft
# tool chain. This is required so that the library functions can be resolved during