grub/grub-core/kern/powerpc
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
..
ieee1275 * grub-core/kern/powerpc/ieee1275/startup.S: Handle unaligned bss. 2013-07-16 07:41:53 +02:00
cache.S Merge mainline into newreloc. For now without boot tests 2010-08-25 03:25:18 +02:00
cache_flush.S Merge mainline into newreloc. For now without boot tests 2010-08-25 03:25:18 +02:00
compiler-rt.S Remove libgcc dependency. 2015-03-03 20:50:37 +01:00
dl.c * grub-core/kern/powerpc/dl_helper.c (grub_arch_dl_get_tramp_got_size): 2013-12-09 15:43:27 +01:00