grub/grub-core/boot/decompressor
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
..
minilib.c Remove libgcc dependency. 2015-03-03 20:50:37 +01:00
none.c Avoid unnecessary copying on MIPS. 2011-05-17 21:40:35 +02:00
xz.c Allow compression algorithm specification 2010-09-21 20:30:28 +02:00