The ia64 kernel is now linked dynamically so parse its _DYNAMIC structure.
This commit is contained in:
parent
d117cb4e19
commit
de1792cbb8
@ -179,11 +179,7 @@ link_elf_init(void* arg)
|
||||
linker_add_class(&link_elf_class);
|
||||
|
||||
#ifdef __ELF__
|
||||
#ifndef __ia64__
|
||||
dp = (Elf_Dyn*) &_DYNAMIC;
|
||||
#else
|
||||
dp = 0;
|
||||
#endif
|
||||
modname = NULL;
|
||||
modptr = preload_search_by_type("elf kernel");
|
||||
if (modptr)
|
||||
|
@ -179,11 +179,7 @@ link_elf_init(void* arg)
|
||||
linker_add_class(&link_elf_class);
|
||||
|
||||
#ifdef __ELF__
|
||||
#ifndef __ia64__
|
||||
dp = (Elf_Dyn*) &_DYNAMIC;
|
||||
#else
|
||||
dp = 0;
|
||||
#endif
|
||||
modname = NULL;
|
||||
modptr = preload_search_by_type("elf kernel");
|
||||
if (modptr)
|
||||
|
Loading…
x
Reference in New Issue
Block a user