aboutsummaryrefslogtreecommitdiffhomepage
path: root/builder
diff options
context:
space:
mode:
Diffstat (limited to 'builder')
-rw-r--r--builder/picolibc.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/builder/picolibc.go b/builder/picolibc.go
index 91ad27be6..ab49ba5ad 100644
--- a/builder/picolibc.go
+++ b/builder/picolibc.go
@@ -337,6 +337,12 @@ var picolibcSourcesLarge = []string{
"libm/common/math_err_may_uflow.c",
"libm/common/math_err_check_uflow.c",
"libm/common/math_err_check_oflow.c",
+ "libm/common/math_errf_divzerof.c",
+ "libm/common/math_errf_invalidf.c",
+ "libm/common/math_errf_may_uflowf.c",
+ "libm/common/math_errf_oflowf.c",
+ "libm/common/math_errf_uflowf.c",
+ "libm/common/math_errf_with_errnof.c",
"libm/common/math_inexact.c",
"libm/common/math_inexactf.c",
"libm/common/log.c",