[RTL] Implement dynamic function tables for x64

This commit is contained in:
Timo Kreuzer 2022-06-10 18:44:51 +02:00
parent ef1311b7a4
commit 8521f6d7b5
6 changed files with 355 additions and 38 deletions

View file

@ -94,6 +94,7 @@ elseif(ARCH STREQUAL "amd64")
list(APPEND SOURCE
bitmap64.c
byteswap.c
amd64/dynfntbl.c
amd64/except.c
amd64/unwind.c
amd64/stubs.c