]> git.proxmox.com Git - mirror_edk2.git/blobdiff - StdLib/LibC/LibC.inf
StdLib: Add a runtime helper function for VC++ 64-bit right shift on Ia32 target...
[mirror_edk2.git] / StdLib / LibC / LibC.inf
index 4af3ffe45e182d11c1150d4b9e145ba893358fb9..d8704db90727e4e3a12752c94f4d5fe48605e55b 100644 (file)
@@ -1,7 +1,7 @@
 ## @file\r
 #  Standard C library: Miscelaneous implementations.\r
 #\r
-#  Copyright (c) 2010 - 2011, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2010 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
@@ -50,6 +50,7 @@
   # Compiler helper (C RunTime) functions\r
   CRT/Ia32/llmul.c          | MSFT    # __allmul\r
   CRT/Ia32/llshl.c          | MSFT    # __allshl\r
+  CRT/Ia32/llshr.c          | MSFT    # __allshr\r
   CRT/Ia32/ulldiv.c         | MSFT    # __aulldiv\r
   CRT/Ia32/ullrem.c         | MSFT    # __aullrem\r
   CRT/Ia32/ullshr.c         | MSFT    # __aullshr\r
@@ -60,6 +61,7 @@
 \r
   CRT/Ia32/llmul.c          | INTEL\r
   CRT/Ia32/llshl.c          | INTEL\r
+  CRT/Ia32/llshr.c          | INTEL\r
   CRT/Ia32/ulldiv.c         | INTEL\r
   CRT/Ia32/ullrem.c         | INTEL\r
   CRT/Ia32/ullshr.c         | INTEL\r
   BaseLib\r
   BaseMemoryLib\r
   MemoryAllocationLib\r
-  TimerLib\r
   LibStdLib\r
   LibStdio\r
   LibString\r
+  DevConsole\r
 \r
 ################################################################\r
 #\r