The ia64 kernel is now linked dynamically so parse its _DYNAMIC structure.

This commit is contained in:
Doug Rabson 2001-09-15 11:02:10 +00:00
parent d117cb4e19
commit de1792cbb8
2 changed files with 0 additions and 8 deletions

View File

@ -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)

View File

@ -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)