support for registering functions from modules (not tested yet)
This commit is contained in:
parent
daca6c5f45
commit
73911575dd
4 changed files with 54 additions and 13 deletions
|
@ -56,4 +56,12 @@ grub_arch_dl_get_tramp_size (const void *ehdr __attribute__ ((unused)),
|
|||
{
|
||||
return ~(grub_size_t)0;
|
||||
}
|
||||
|
||||
grub_err_t
|
||||
grub_arch_dl_allocate_gp (grub_dl_t mod __attribute__ ((unused)),
|
||||
const void *ehdr __attribute__ ((unused)))
|
||||
{
|
||||
return GRUB_ERR_BAD_MODULE;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue