Re: [PATCH] Avoid NULL pointer dereference in progress module.

2015-09-21 Thread Dann Frazier
On Fri, Aug 21, 2015 at 8:24 AM, Dann Frazier wrote: > On Thu, Aug 20, 2015 at 11:55 AM, Andrei Borzenkov > wrote: >> 18.08.2015 00:57, dann frazier пишет: >>> >>> grub_net_fs_open() saves off a copy of the file structure it gets passed >>> and >>> uses it to create a bufio structure. It then ov

Re: [PATCH] Ensure that MIPS target code is compiled for the O32 ABI.

2015-09-21 Thread Mark H Weaver
Andrei Borzenkov writes: > 14.09.2015 02:37, Mark H Weaver пишет: >> >> The little-endian-option test fails with GCC 5.2.0. The relevant errors >> from config.log are: >> >>gcc: error: unrecognized command line option '-target' >>gcc: error: unrecognized command line option '-mlittle-end

Re: [PATCH] Ensure that MIPS target code is compiled for the O32 ABI.

2015-09-21 Thread Andrei Borzenkov
Did you also test cross-compile (building for BE MIPS in your case)? Отправлено с iPhone > 21 сент. 2015 г., в 18:09, Mark H Weaver написал(а): > > Andrei Borzenkov writes: > >> 14.09.2015 02:37, Mark H Weaver пишет: >>> >>> The little-endian-option test fails with GCC 5.2.0. The relevant e