grub/grub-core/kern/x86_64/efi
Vladimir Serbinenko 4e42521d8c * grub-core/kern/x86_64/efi/callwrap.S: Fix stack alignment.
Previously we misaligned stack by 8 in startup.S and compensated
	for it in callwrap.S. According to ABI docs (EFI and sysv amd64)
	right behaviour is to align stack in startup.S and keep it aligned
	in callwrap.S. startup.S part was committed few commits before. This
	takes care of callwrap.S.
	Reported by: Gary Lin.
2013-11-22 05:40:32 +01:00
..
callwrap.S * grub-core/kern/x86_64/efi/callwrap.S: Fix stack alignment. 2013-11-22 05:40:32 +01:00
startup.S * grub-core/kern/x86_64/efi/startup.S (_start): Align the stack to a 2013-11-19 14:31:40 +01:00