mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 23:08:31 +00:00
Get cosmo_dlopen() working better on System Five
Imported functions are now aspected with a trampoline that blocks signals and changes the thread-local storage register. This means bigger more complicated libraries can now be imported even though the whole technique remains fundamentally unsafe.
This commit is contained in:
parent
3a470ed356
commit
e4584ace81
6 changed files with 304 additions and 190 deletions
|
@ -176,7 +176,7 @@ struct ElfWriter *elfwriter_open(const char *path, int mode, int arch) {
|
|||
#elif defined(__riscv)
|
||||
arch = EM_RISCV;
|
||||
#elif defined(__s390x__)
|
||||
elf->ehdr->e_machine = EM_S390;
|
||||
arch = EM_S390;
|
||||
#else
|
||||
#error "unsupported architecture"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue