]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* grub-core/lib/setjmp.S [__ia64__]: Include ./ia64/longjmp.S.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 23 Oct 2011 21:34:30 +0000 (23:34 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 23 Oct 2011 21:34:30 +0000 (23:34 +0200)
ChangeLog
grub-core/lib/setjmp.S

index 637fa622b125468c2051e6ec62172f4057fab997..6daca72140e64274bbb0ad610256f57b82662460 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-10-23  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * grub-core/lib/setjmp.S [__ia64__]: Include ./ia64/longjmp.S.
+
 2011-10-23  Vladimir Serbinenko  <phcoder@gmail.com>
 
        Fine grainely disable warnings on lexer. Remove Wno-error on it.
index b04fd7439b58bbb9a38ffbbe9ecd64e8ab9d2600..fb7f94767dc51d9f1a0a7a3cf9681ec8841561ff 100644 (file)
@@ -10,6 +10,7 @@
 #include "./powerpc/setjmp.S"
 #elif defined(__ia64__)
 #include "./ia64/setjmp.S"
+#include "./ia64/longjmp.S"
 #else
 #error "Unknown target cpu type"
 #endif