Re: Multiboot ELF segment handling patch

2018-04-13 Thread Alexander Boettcher
Hello, On 06.04.2018 14:28, Daniel Kiper wrote: > On Thu, Mar 29, 2018 at 11:20:37AM +0200, Alexander Boettcher wrote: > >> Can you please have a look and check regarding what should/could be >> changed to get it upstream? We did not test the dynamic relocation part, > > Sure thing, please take

[PATCH v3] grub-install: locale depends on nls

2018-04-13 Thread Olaf Hering
With --disable-nls no locales exist. Avoid runtime error by moving code that copies locales into its own function. Return early in case nls was disabled. That way the compiler will throw away unreachable code, no need to put preprocessor conditionals everywhere to avoid warnings about unused