* grub-core/kern/dl.c: Unify section-finding algorithm. Saves 30 bytes

on core size.
This commit is contained in:
Vladimir Serbinenko 2013-11-01 15:20:14 +01:00
parent b61599aca4
commit 80e8b13ac4
2 changed files with 55 additions and 62 deletions

View file

@ -1,3 +1,8 @@
2013-11-01 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/dl.c: Unify section-finding algorithm. Saves 30 bytes
on core size.
2013-10-30 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/mm.c (grub_realloc): Don't copy more data than we have.