fix two bugs in the command setkey and start.S.

This commit is contained in:
okuji 2000-10-09 16:32:59 +00:00
parent aa7121490f
commit 14b7a703a9
4 changed files with 37 additions and 18 deletions

View file

@ -1,3 +1,17 @@
2000-10-10 OKUJI Yoshinori <okuji@gnu.org>
* stage2/start.S (copy_buffer): Use pusha and popa instead of
pushing and poping %di and %si individually, to reduce the code
size and save %cx as well. Reported by Herbert Nachtnebel
<nachtneb@iaee.tuwien.ac.at>.
2000-10-10 OKUJI Yoshinori <okuji@gnu.org>
From Daniel Pittman <daniel@rimspace.net>:
* stage2/builtins.c (setkey_func): Check if
KEYSYM_TABLE[I].UNSHIFTED_NAME and KEYSYM_TABLE[I].SHIFTED_NAME
are not NULLs, before calling grub_strcmp.
2000-10-08 OKUJI Yoshinori <okuji@gnu.org>
* util/grub-install.in (grub_prefix): New variable. The default