ada: add Interfaces.C

extensively in auto-generated bindings
This commit is contained in:
Johannes Kliemann 2019-02-25 13:08:12 +01:00 committed by Christian Helmuth
parent f30a82d599
commit fd6047f5d8
2 changed files with 4 additions and 1 deletions

View File

@ -9,12 +9,13 @@ SRC_ADS += system.ads \
s-stoele.ads \
s-unstyp.ads \
interfac.ads \
i-cexten.ads \
a-except.ads \
gnat.ads \
ada.ads \
ada_exceptions.ads
SRC_ADB += g-io.adb s-stalib.adb s-secsta.adb s-parame.adb
SRC_ADB += g-io.adb s-stalib.adb s-secsta.adb s-parame.adb i-c.adb
CUSTOM_ADA_FLAGS = --RTS=$(ADA_RTS) -c -gnatg -gnatp -gnatpg -gnatn2
# C runtime glue code
@ -34,6 +35,7 @@ vpath s-soflin.adb $(ADA_RUNTIME_DIR)
vpath s-stalib.adb $(ADA_RUNTIME_DIR)
vpath s-parame.adb $(ADA_RUNTIME_DIR)
vpath a-except.adb $(ADA_RUNTIME_DIR)
vpath i-c.adb $(ADA_RUNTIME_DIR)
vpath %.ads $(ADA_RTS_SOURCE)
vpath %.adb $(ADA_RTS_SOURCE)

View File

@ -14,6 +14,7 @@ MIRROR_FROM_ADA_RT_DIR := \
gnat.ads \
g-io.ads \
g-io.adb \
i-cexten.ads \
) \
ada-runtime/src \
ada-runtime/platform/genode.cc