* util/grub-mkimagexx.c (locate_sections): Support non-standard

ELF section gap.
	(load_image): Likewise.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-29 18:57:43 +01:00
parent f04a9a216c
commit 9d742bd431
2 changed files with 16 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-mkimagexx.c (locate_sections): Support non-standard
ELF section gap.
(load_image): Likewise.
2012-02-29 Vladimir Serbinenko <phcoder@gmail.com>
* configure.ac: Fix a typo in previous commit.