mirror of
https://github.com/Fennix-Project/Userspace.git
synced 2025-08-25 12:55:03 +00:00
Fix elf interpreter
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
/* This function is a mess and needs to be cleaned up. */
|
||||
/*
|
||||
bool ELFDynamicReallocation(void *ElfFile, void *MemoryImage)
|
||||
{
|
||||
debug("ELF dynamic reallocation for image at %#lx.", ElfFile);
|
||||
@@ -177,9 +176,7 @@ bool ELFDynamicReallocation(void *ElfFile, void *MemoryImage)
|
||||
}
|
||||
return true;
|
||||
}
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
ELFDynamicReallocation(ElfFile, MemoryImage);
|
||||
|
||||
@@ -250,4 +247,4 @@ bool ELFDynamicReallocation(void *ElfFile, void *MemoryImage)
|
||||
}
|
||||
|
||||
ELFAddLazyResolverToGOT(ElfFile, MemoryImage, LibsForLazyResolver);
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user