* grub-core/kern/efi/mm.c: Limit allocations to 2GiB when not compiling

with -mcmodel=large.
This commit is contained in:
Vladimir Serbinenko 2013-11-22 13:03:19 +01:00
parent 1a5b7b404f
commit 189090cee9
2 changed files with 17 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2013-11-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/efi/mm.c: Limit allocations to 2GiB when not compiling
with -mcmodel=large.
2013-11-22 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/x86_64/dl.c (grub_arch_dl_relocate_symbols): Add