]> git.proxmox.com Git - mirror_edk2.git/commit
MdePkg/BaseLib: Remove the unnecessary '_' before library APIs in ASM/NASM
authorHao Wu <hao.a.wu@intel.com>
Mon, 17 Oct 2016 06:54:24 +0000 (14:54 +0800)
committerHao Wu <hao.a.wu@intel.com>
Tue, 18 Oct 2016 12:12:39 +0000 (20:12 +0800)
commitbfa97024df7c0c4bd94157a1e9c3eb5e89cba656
tree6026684fa12234966ed1fd50085578daecf231e4
parentd4a9b90fa7179f1c8c58c601160acf9ffc98f321
MdePkg/BaseLib: Remove the unnecessary '_' before library APIs in ASM/NASM

The leading underscore (i.e. '_') before the names of some BaseLib library
API in ASM/NASM files is unnecessary. It will cause link error with GCC
tool chains.

Cc: Liming Gao <liming.gao@intel.com>
Cc: Michael Kinney <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Hao Wu <hao.a.wu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.asm
MdePkg/Library/BaseLib/Ia32/CpuBreakpoint.nasm
MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.asm
MdePkg/Library/BaseLib/Ia32/EnableDisableInterrupts.nasm
MdePkg/Library/BaseLib/Ia32/EnableInterrupts.asm
MdePkg/Library/BaseLib/Ia32/EnableInterrupts.nasm
MdePkg/Library/BaseLib/Ia32/Invd.asm
MdePkg/Library/BaseLib/Ia32/Invd.nasm
MdePkg/Library/BaseLib/Ia32/WriteLdtr.asm
MdePkg/Library/BaseLib/Ia32/WriteLdtr.nasm