* grub-core/kern/emu/full.c (grub_arch_dl_get_tramp_got_size): Enable

on powerpc.
	Reported by: Lennart Sorensen
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-11 11:35:54 +01:00
parent e3ec28abcf
commit b77c2fb725
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2012-02-11 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/kern/emu/full.c (grub_arch_dl_get_tramp_got_size): Enable
on powerpc.
Reported by: Lennart Sorensen
2012-02-11 Vladimir Serbinenko <phcoder@gmail.com>
* gentpl.py: Add missing license header.

View file

@ -50,7 +50,7 @@ grub_emu_init (void)
grub_no_autoload = 1;
}
#ifdef __ia64__
#if defined (__ia64__) || defined (__powerpc__)
void grub_arch_dl_get_tramp_got_size (const void *ehdr __attribute__ ((unused)),
grub_size_t *tramp, grub_size_t *got)
{