Revision: 18115
          http://sourceforge.net/p/edk2/code/18115
Author:   lersek
Date:     2015-07-30 09:50:43 +0000 (Thu, 30 Jul 2015)
Log Message:
-----------
StdLib: Added BaseStackLib for ARM architectures

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Olivier Martin <[email protected]>
Reviewed-by: Ronald Cron <[email protected]>
Reviewed-by: Jaben Carsey <[email protected]>
Reviewed-by: Daryl McDaniel <[email protected]>

Modified Paths:
--------------
    trunk/edk2/StdLib/StdLib.inc

Modified: trunk/edk2/StdLib/StdLib.inc
===================================================================
--- trunk/edk2/StdLib/StdLib.inc        2015-07-30 06:40:36 UTC (rev 18114)
+++ trunk/edk2/StdLib/StdLib.inc        2015-07-30 09:50:43 UTC (rev 18115)
@@ -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


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to