CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/06/03 18:09:34
Modified files:
sys/arch/amd64/stand/efiboot: eficall.h
sys/arch/amd64/stand/efiboot/bootx64: Makefile
sys/arch/arm64/stand/efiboot: eficall.h
sys/arch/armv7/stand/efiboot: eficall.h
sys/arch/riscv64/stand/efiboot: eficall.h
sys/stand/efi/include/amd64: efibind.h
Log message:
yasuoka@ pointed out that amd64 clang now understands
'__attribute((ms_abi))', removing the need for the EFI_CALL
abstraction.
Nuke the amd64 EFI_CALL dance from all copies of eficall.h,
remove eficall.S from the build.
ok kettenis@ yasuoka@