arm: fix u-boot port syscall interface va_arg handling
Commit c9cd02c
broke the u-boot syscall API for va_args that spill over
to the stack, causing the disk support to stop working. This patch
resolves the problem, while keeping the new, cleaner transition_space
handling.
This commit is contained in:
parent
31c0cd4362
commit
593865b907
2 changed files with 6 additions and 9 deletions
|
@ -1,3 +1,7 @@
|
|||
2013-11-16 Leif Lindholm <leif.lindholm@linaro.org>
|
||||
|
||||
* grub-core/kern/arm/uboot/startup.S: fix grub_uboot_syscall va_arg
|
||||
handling
|
||||
2013-11-16 Andrey Borzenkov <arvidjaar@gmail.com>
|
||||
|
||||
* configure.ac: Restore -nostdlib for libgcc symbols tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue