Re: [PATCH 2/2] Suport for bi-endianess in elf file

2015-06-30 Thread Paulo Flabiano Smorigo
On 2015-06-30 12:03, Andrei Borzenkov wrote: Did you intentionally ignore my comments to previous version? OH no, sorry, I will take a look. Отправлено с iPhone 30 июня 2015 г., в 15:56, Paulo Flabiano Smorigo написал(а): * grub-core/kern/elf.c: check and switch endianess with grub_{be,

Re: [PATCH 2/2] Suport for bi-endianess in elf file

2015-06-30 Thread Andrei Borzenkov
Did you intentionally ignore my comments to previous version? Отправлено с iPhone > 30 июня 2015 г., в 15:56, Paulo Flabiano Smorigo > написал(а): > > * grub-core/kern/elf.c: check and switch endianess with grub_{be,le}_to > cpu functions. > * grub-core/kern/elfXX.c: Likewise. > > Also-by: To

[PATCH 2/2] Suport for bi-endianess in elf file

2015-06-30 Thread Paulo Flabiano Smorigo
* grub-core/kern/elf.c: check and switch endianess with grub_{be,le}_to cpu functions. * grub-core/kern/elfXX.c: Likewise. Also-by: Tomohiro B Berry --- grub-core/kern/elf.c | 60 +++-- grub-core/kern/elfXX.c | 73