-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
elflink: Don't statically initialise core_module.base_addr
The EFI firmware loader might place syslinux.efi anywhere in RAM, we can't assume that base addr of core_module is 0x0 to initialise it at runtime with the correct value. Also, using __dynsym_len doesn't seem to work properly with syslinux.efi so calculate the length at runtime. Signed-off-by: Matt Fleming <[email protected]>
- Loading branch information
Matt Fleming
committed
Dec 16, 2011
1 parent
400e21c
commit c2ac888
Showing
3 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters