mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Let native elf class be registered earlier.
This commit is contained in:
parent
2b85629b2f
commit
8120ddb4c4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160367
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user