mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 16:31:06 +00:00
47ef3bb1cb
The generic parent_cap.cc overwrote the beginning of the data segment with to much. Reserved are solely 16 byte, for 64bit we use however 32byte. Actually, the parent_cap copying is not required at all. The parent cap selector is at a fixed define place, so that no exported symbols are required for determination of the parent_cap. Remove it.
6 lines
162 B
Makefile
6 lines
162 B
Makefile
SRC_CC = parent_cap.cc binary_name.cc
|
|
LIBS = ldso_crt0
|
|
|
|
vpath parent_cap.cc $(REP_DIR)/src/lib/ldso/arch/nova
|
|
vpath binary_name.cc $(REP_DIR)/src/lib/ldso/arch
|