1064790dc6
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.
33 lines
1.2 KiB
Text
33 lines
1.2 KiB
Text
GRUB 2 would not be what it is today without the invaluable help of
|
|
everybody who was kind enough to spend time testing it and reporting
|
|
bugs.
|
|
|
|
The following people made especially gracious contributions of their
|
|
time and energy in helping to track down bugs, add new features, and
|
|
generally assist in the GRUB 2 maintainership process:
|
|
|
|
Bibo Mao <bibo.mao@intel.com>
|
|
Guillem Jover <guillem@hadrons.org>
|
|
Harley D. Eades III <hde@foobar-qux.org>
|
|
Hollis Blanchard <hollis@penguinppc.org>
|
|
Jeroen Dekkers <jeroen@dekkers.cx>
|
|
Johan Rydberg <jrydberg@gnu.org>
|
|
Marco Gerards <metgerards@student.han.nl>
|
|
NIIBE Yutaka <gniibe@m17n.org>
|
|
Omniflux <omniflux@omniflux.com>
|
|
Robert Bihlmeyer <robbe@orcus.priv.at>
|
|
Roger Leigh <rleigh@whinlatter.ukfsn.org>
|
|
Ruslan Nikolaev <nruslan@mail.com>
|
|
Timothy Baldwin <T.E.Baldwin99@members.leeds.ac.uk>
|
|
Tomas Ebenlendr <ebik@ucw.cz>
|
|
Tsuneyoshi Yasuo <tuneyoshi@naic.co.jp>
|
|
Vesa Jaaskelainen <chaac@nic.fi>
|
|
Vincent Guffens <guffens@inma.ucl.ac.be>
|
|
Vincent Pelletier <subdino2004@yahoo.fr>
|
|
Vladimir Serbinenko <phcoder@gmail.com>
|
|
|
|
Also, we thank the projects GNU Automake and LZO. Some code
|
|
was stolen from them.
|
|
|
|
This project was supported by Information-technology Promotion Agency,
|
|
Japan.
|