ldso: Refactor dynamic linker

Issue #1349
This commit is contained in:
Sebastian Sumpf
2015-03-10 11:16:03 +01:00
committed by Christian Helmuth
parent c94145f74d
commit 36e01b720e
17 changed files with 1266 additions and 999 deletions

View File

@ -4,7 +4,8 @@ DIR = $(REP_DIR)/src/lib/ldso
include $(BASE_DIR)/mk/base-libs.mk
LIBS = $(BASE_LIBS)
SRC_CC = main.cc test.cc file.cc
SRC_CC = main.cc test.cc exception.cc file.cc dependency.cc debug.cc \
shared_object.cc
SRC_S = jmp_slot.s
INC_DIR += $(DIR)/include
LD_OPT += -Bsymbolic-functions --version-script=$(DIR)/symbol.map