]> git.ipfire.org Git - thirdparty/grub.git/commit
2006-08-04 Yoshinori K. Okuji <okuji@enbug.org>
authorokuji <okuji@localhost>
Fri, 4 Aug 2006 19:23:28 +0000 (19:23 +0000)
committerokuji <okuji@localhost>
Fri, 4 Aug 2006 19:23:28 +0000 (19:23 +0000)
commit1064790dc61f0812eb721f21d5189e7aa7c08b80
treef4c0b03a4117fa8fa115b478f9cace1d7b1eab88
parent29dda3ed747b9add7206d205a16b7a2b8362b2c7
2006-08-04  Yoshinori K. Okuji  <okuji@enbug.org>

        Move the prototypes of grub_setjmp and grub_longjmp to
        cpu/setjmp.h, so that each architecture may specify different
        attributes.

        * include/grub/i386/setjmp.h (grub_setjmp): New prototype.
        (grub_longjmp): Likewise.
        * include/grub/powerpc/setjmp.h (grub_setjmp): Likewise..
        (grub_longjmp): Likewise.
        * include/grub/sparc64/setjmp.h (grub_setjmp): Likewise..
        (grub_longjmp): Likewise.

        * include/grub/setjmp.h [!GRUB_UTIL] (grub_setjmp): Removed.
        [!GRUB_UTIL] (grub_longjmp): Removed.
ChangeLog
THANKS
include/grub/i386/setjmp.h
include/grub/powerpc/setjmp.h
include/grub/setjmp.h
include/grub/sparc64/setjmp.h