* grub-core/lib/ia64/longjmp.S: Fix the name of longjmp function.

* grub-core/lib/ia64/setjmp.S: Fix the name of setjmp function.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2013-03-02 15:31:17 +01:00
parent 396d4091e7
commit 7f8c105f61
4 changed files with 15 additions and 10 deletions

View file

@ -1,3 +1,8 @@
2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/lib/ia64/longjmp.S: Fix the name of longjmp function.
* grub-core/lib/ia64/setjmp.S: Fix the name of setjmp function.
2013-03-02 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/script/execute.c (gettext_append): Remove nested functions.