mingw libc can link against ntdll

This commit is contained in:
Andrew Kelley 2019-07-15 18:25:13 -04:00
parent 49d1a4c562
commit 851a7288a9
No known key found for this signature in database
GPG key ID: 7C5F548F728501A9
4 changed files with 6287 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -571,6 +571,9 @@ static const MinGWDef mingw_def_list[] = {
{"shell32", "lib-common" OS_SEP "shell32.def", true},
{"user32", "lib-common" OS_SEP "user32.def.in", true},
{"kernel32", "lib-common" OS_SEP "kernel32.def.in", true},
{"ntdll", "libarm32" OS_SEP "ntdll.def", true},
{"ntdll", "lib32" OS_SEP "ntdll.def", true},
{"ntdll", "lib64" OS_SEP "ntdll.def", true},
};
struct LinkJob {