ldso: add __L4_ThreadSwitch to ldso symbol.map

This wasn't necessary before because we built an l4 library for
Pistachio and linked it against each application. With the new linker,
we compile the required files from within Genode and create a syscall
library that is only linked to ldso. If a program uses system calls
directly, for example, DDE kit's spinlock implementation, the required
symbols must be made globally accessible.

Fixes #1306
This commit is contained in:
Alexander Boettcher 2014-11-28 12:23:30 +01:00 committed by Christian Helmuth
parent 510efce3a1
commit 9c0ced0a85
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@
Kernel::*;
};
/* Pistachio */
__L4_ThreadSwitch;
local:
/*