Let native elf class be registered earlier.

This commit is contained in:
Jung-uk Kim 2006-07-14 22:39:18 +00:00
parent 2b85629b2f
commit 8120ddb4c4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160367

View File

@ -307,7 +307,7 @@ link_elf_init(void* arg)
(void)link_elf_link_common_finish(linker_kernel_file);
}
SYSINIT(link_elf, SI_SUB_KLD, SI_ORDER_SECOND, link_elf_init, 0);
SYSINIT(link_elf, SI_SUB_KLD, SI_ORDER_THIRD, link_elf_init, 0);
static int
link_elf_preload_parse_symbols(elf_file_t ef)