mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
More additions
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9834 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -66,9 +66,8 @@ static const char * const KnownExternalFunctions[] = {
|
|||||||
"ioctl",
|
"ioctl",
|
||||||
|
|
||||||
// Low-level stdc library functions
|
// Low-level stdc library functions
|
||||||
"abort",
|
"abort", "exit",
|
||||||
"getenv",
|
"getenv", "putenv",
|
||||||
"putenv",
|
|
||||||
|
|
||||||
// Standard IO functions
|
// Standard IO functions
|
||||||
"printf",
|
"printf",
|
||||||
@@ -115,6 +114,7 @@ static const char * const KnownExternalFunctions[] = {
|
|||||||
"strncpy",
|
"strncpy",
|
||||||
"strncmp",
|
"strncmp",
|
||||||
"strcmp",
|
"strcmp",
|
||||||
|
"strtok",
|
||||||
"__strcoll_l",
|
"__strcoll_l",
|
||||||
"__strxfrm_l",
|
"__strxfrm_l",
|
||||||
"__strftime_l",
|
"__strftime_l",
|
||||||
@@ -125,6 +125,7 @@ static const char * const KnownExternalFunctions[] = {
|
|||||||
"__strtof_l",
|
"__strtof_l",
|
||||||
"__strtod_l",
|
"__strtod_l",
|
||||||
"__strtold_l",
|
"__strtold_l",
|
||||||
|
"isalpha",
|
||||||
|
|
||||||
// Math functions
|
// Math functions
|
||||||
"exp", "sqrt", "cbrt", "hypot",
|
"exp", "sqrt", "cbrt", "hypot",
|
||||||
|
Reference in New Issue
Block a user