Add __dso_handle to bootloader and kernel
Clang references these when building for x86_64.
This commit is contained in:
parent
ecf79f7430
commit
6a2fd3a50e
@ -26,6 +26,9 @@
|
||||
#endif
|
||||
|
||||
|
||||
void *__dso_handle;
|
||||
|
||||
|
||||
extern "C" int
|
||||
main(stage2_args *args)
|
||||
{
|
||||
|
@ -65,6 +65,9 @@
|
||||
# define TRACE(x...) ;
|
||||
#endif
|
||||
|
||||
|
||||
void *__dso_handle;
|
||||
|
||||
bool gKernelStartup = true;
|
||||
bool gKernelShutdown = false;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user