* 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:
parent
e3ec28abcf
commit
b77c2fb725
2 changed files with 7 additions and 1 deletions
|
@ -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>
|
2012-02-11 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* gentpl.py: Add missing license header.
|
* gentpl.py: Add missing license header.
|
||||||
|
|
|
@ -50,7 +50,7 @@ grub_emu_init (void)
|
||||||
grub_no_autoload = 1;
|
grub_no_autoload = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __ia64__
|
#if defined (__ia64__) || defined (__powerpc__)
|
||||||
void grub_arch_dl_get_tramp_got_size (const void *ehdr __attribute__ ((unused)),
|
void grub_arch_dl_get_tramp_got_size (const void *ehdr __attribute__ ((unused)),
|
||||||
grub_size_t *tramp, grub_size_t *got)
|
grub_size_t *tramp, grub_size_t *got)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue