mirror of
https://git.proxmox.com/git/mirror_edk2
synced 2026-02-06 00:45:41 +00:00
GCC_ASM_EXPORT() not only exports a symbol as a function, it also emits a .type <xxx>, %function directive, which is used by the ARM linker to decide whether to emit interworking branches. So replace the explicit .global with GCC_ASM_EXPORT(), or the code will not be callable from Thumb-2 code. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> Acked-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19329 6f19259b-4bc3-4df7-8a09-765794883524 |
||
|---|---|---|
| .. | ||
| Aarch64 | ||
| Arm | ||
| Ia32 | ||
| X64 | ||
| ArmXenHypercall.c | ||
| X86XenHypercall.c | ||
| XenHypercall.c | ||
| XenHypercallLib.inf | ||