mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-19 07:38:28 +00:00
ldso: Make truly self relocatable
On Linux the linker can now be loaded at arbitrary addresses, this became necessary for newer kernel versions. The 'linux_arm' target is not supported. Issue #1728
This commit is contained in:
committed by
Christian Helmuth
parent
e74b53d5dd
commit
41b9f6bd03
@ -19,6 +19,12 @@
|
||||
|
||||
extern "C" int raw_write_str(const char *str);
|
||||
|
||||
/**
|
||||
* Define context area
|
||||
*/
|
||||
Genode::addr_t _context_area_start;
|
||||
|
||||
|
||||
enum { verbose_atexit = false };
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user