aboutsummaryrefslogtreecommitdiff
path: root/tools/system_libs.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/system_libs.py')
-rw-r--r--tools/system_libs.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/system_libs.py b/tools/system_libs.py
index 7e2b1f02..d6b44efb 100644
--- a/tools/system_libs.py
+++ b/tools/system_libs.py
@@ -199,6 +199,9 @@ def calculate(temp_files, in_temp, stdout, stderr):
'__cosdf.c',
'__sin.c',
'__sindf.c',
+ 'frexp.c',
+ 'frexpf.c',
+ 'frexpl.c',
'ilogb.c',
'ilogbf.c',
'ilogbl.c',
@@ -250,6 +253,7 @@ def calculate(temp_files, in_temp, stdout, stderr):
]],
['stdio', [
'__string_read.c',
+ 'asprintf.c',
'fwprintf.c',
'swprintf.c',
'vfwprintf.c',
@@ -258,8 +262,14 @@ def calculate(temp_files, in_temp, stdout, stderr):
'wprintf.c',
'fputwc.c',
'fputws.c',
+ 'fwrite.c',
+ 'sprintf.c',
'sscanf.c',
+ 'vasprintf.c',
+ 'vfprintf.c',
'vfscanf.c',
+ 'vsnprintf.c',
+ 'vsprintf.c',
'vsscanf.c',
]],
['stdlib', [