Supply signed division to fix ARM compilation.
authorVladimir Serbinenko <phcoder@gmail.com>
Sun, 22 Feb 2015 16:24:28 +0000 (17:24 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Mon, 23 Feb 2015 03:12:04 +0000 (04:12 +0100)
commitf034fab6206173d411407fab6eb9a44c90e02dca
tree3e515d8b3cbbfedbc5aea19b444b7f74aa6e165a
parente1d4520bfb63aa669fc197f44623f6c9228f7757
Supply signed division to fix ARM compilation.

Previously we supplied only unsigned divisions on platforms that need software
division.
Yet compiler may itself use a signed division. A typical example would be a
difference between 2 pointers which involves division by object size.
gentpl.py
grub-core/Makefile.core.def
grub-core/kern/arm/misc.S
grub-core/kern/misc.c
grub-core/tests/div_test.c
include/grub/misc.h