grub/grub-core/boot
Vladimir Serbinenko 064360e667 Remove libgcc dependency.
libgcc for boot environment isn't always present and compatible.
libgcc is often absent if endianness or bit-size at boot is different
from running OS.
libgcc may use optimised opcodes that aren't available on boot time.
So instead of relying on libgcc shipped with the compiler, supply
the functions in GRUB directly.
Tests are present to ensure that those replacement functions behave the
way compiler expects them to.
2015-03-03 20:50:37 +01:00
..
decompressor Remove libgcc dependency. 2015-03-03 20:50:37 +01:00
i386 qemu: Switch to more portable .org 2015-02-21 20:13:58 +01:00
mips mips: Fix soft-float handling. 2015-02-23 22:33:28 +01:00
powerpc * grub-core/boot/powerpc/bootinfo.txt.in: Missing update from previous 2013-04-25 03:26:41 +02:00
sparc64/ieee1275 sparc64: Switch to more portable .org. 2015-02-21 20:32:03 +01:00