audk/MdePkg/Library/BaseLib
geekboy15a 4e57f24098 Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to correctly set the prefix.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10377 6f19259b-4bc3-4df7-8a09-765794883524
2010-04-16 22:37:03 +00:00
..
Arm Add Math64.S to reduce the number of compiler intrinsics that need to be supported. It turns out they seem to change from GCC generation to generation. 2010-03-17 02:21:18 +00:00
Ebc Fix file headers 2009-08-24 23:53:23 +00:00
Ia32 Disable interrupt when changing IDTR register. 2010-02-23 07:32:20 +00:00
Ipf Clean up MdePkg source to correct some coding style issues, etc. 2010-01-27 03:25:28 +00:00
X64 Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to correctly set the prefix. 2010-04-16 22:37:03 +00:00
ARShiftU64.c
BaseLib.inf Add Math64.S to reduce the number of compiler intrinsics that need to be supported. It turns out they seem to change from GCC generation to generation. 2010-03-17 02:21:18 +00:00
BaseLibInternals.h
BitField.c
CheckSum.c
ChkStkGcc.c
Cpu.c
CpuDeadLoop.c
DivS64x64Remainder.c
DivU64x32.c
DivU64x32Remainder.c
DivU64x64Remainder.c
GetPowerOfTwo32.c
GetPowerOfTwo64.c
HighBitSet32.c
HighBitSet64.c
LRotU32.c
LRotU64.c
LShiftU64.c
LinkedList.c 1) Add new BaseLib API GetPreviousNode() 2009-11-21 21:57:11 +00:00
LongJump.c
LowBitSet32.c
LowBitSet64.c
Math64.c
ModU64x32.c
MultS64x64.c
MultU64x32.c
MultU64x64.c
RRotU32.c
RRotU64.c
RShiftU64.c
SetJump.c
String.c Fix a bug in MdePkg BaseLib: StrnCat() and AsciiStrnCat() should NULL terminated the final destination string when Length is equal to the length of Source string 2009-12-23 01:50:10 +00:00
SwapBytes16.c
SwapBytes32.c
SwapBytes64.c
SwitchStack.c Fix file headers 2009-08-24 23:53:23 +00:00
Unaligned.c
X86DisablePaging32.c
X86DisablePaging64.c
X86EnablePaging32.c
X86EnablePaging64.c
X86FxRestore.c
X86FxSave.c
X86GetInterruptState.c
X86MemoryFence.c
X86Msr.c
X86ReadGdtr.c
X86ReadIdtr.c
X86Thunk.c
X86WriteGdtr.c
X86WriteIdtr.c