Le 14 oct. 2015 6:50 AM, "Andrei Borzenkov" <address@hidden> a écrit :
10.10.2015 03:28, Vladimir 'φ-coder/phcoder' Serbinenko пишет:
On 09.10.2015 23:14, Vladimir 'φ-coder/phcoder' Serbinenko wrote:
On 13.09.2015 08:32, Andrei Borzenkov wrote:
08.09.2015 20:11, Vladimir 'φ-coder/phcoder' Serbinenko пишет:
On 23.08.2015 23:50, Mark H Weaver wrote:
Include -mabi=32 in CFLAGS_PLATFORM and CCASFLAGS_PLATFORM to compile
code for the O32 ABI when targetting MIPS, since the MIPS assembly
code
in GRUB assumes this.
Could you be more precise where we assume this? Why not fix the
assembly
instead?
If I understand it correctly, this is not only about assembly - ABIs
differ in sizes of types as well,
Only in obscure types long double and uint128_t. We use neither.
Correction: I was comparing o32 to n32. We still need to ensure that
either o32 or n32 is used. It's easier to just ensure that o32 is used,
so that we have less variability in the code but can be relaxed later if
need be.
I see that you committed my suggested patch but I find comments (and
commit message) a bit misleading. While grub main code is fixed, the
configure asm test not, and that was the first thing that failed.
Can you please elaborate on how am test fails? The only failure I have seen
was due to usage of $t4 and I replaced it with $t0