]> git.proxmox.com Git - mirror_edk2.git/commit - MdePkg/Include/Arm/ProcessorBind.h
MdePkg Base.h: Always define ASM_PFX
authorJordan Justen <jordan.l.justen@intel.com>
Mon, 1 Sep 2014 17:23:10 +0000 (17:23 +0000)
committerjljusten <jljusten@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 1 Sep 2014 17:23:10 +0000 (17:23 +0000)
commit02eef553114dea1e4d55071e91398a0625e4e18c
treeb06b4ff8b471931a3596d01b171c9fe18dc41e84
parentb3f9cdaebb8a136c0ff8add4291a8b77dbf4721a
MdePkg Base.h: Always define ASM_PFX

Some compilers may define __USER_LABEL_PREFIX__ to determine the
prefix used with ASM_PFX. Otherwise, IA32 will use a single underscore
'_' character, and all other architectures will use an empty prefix.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16019 6f19259b-4bc3-4df7-8a09-765794883524
MdePkg/Include/AArch64/ProcessorBind.h
MdePkg/Include/Arm/ProcessorBind.h
MdePkg/Include/Base.h
MdePkg/Include/Ebc/ProcessorBind.h
MdePkg/Include/Ia32/ProcessorBind.h
MdePkg/Include/Ipf/ProcessorBind.h
MdePkg/Include/X64/ProcessorBind.h