summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseLib/X64/Thunk16.S
AgeCommit message (Expand)Author
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter
2010-04-23Update the copyright notice formathhtian
2010-04-16Fixed GCC 4.4 build issue due to incorrect prefix. Now using ASM_PFX to corr...geekboy15a
2009-12-06Fixes for ARM build in the EdkCompatibilityPkg and a couple of Xcode fixes fo...AJFISH
2009-06-02Use rip relative addressing for x64 label for Thunk16.S to prevent GCC assemb...qhuang8
2009-05-26Correct one minor instruction to clear the lower 4 bits of r11.qhuang8
2009-05-26Fix the bug in x64 thunk code that it cannot handle the case when GDT is load...qhuang8
2009-05-20Replace .globl with ASM_GLOBALxli24
2009-04-17Save segment registers on stack in case the thunk code assembly calls CF9 sof...qhuang8
2009-04-10Fix some build issues encountered with ELFGCC.jljusten
2008-11-03Update to use DOS formatqhuang8
2008-07-31Gcc cleanuperic_tian
2008-01-24Update Thunk16.S of X64 for BaseLib.xli24
2008-01-22Check in implementation in GNU assembly for Thunk16.S in BaseLib.xli24
2007-07-021. Port X64, IPF and EBC arch for BaseLibvanjeff
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch
2006-11-17Add Thunk16.S -- needs to be ported from masm.bbahnsen