@@ -8,7 +8,7 @@ add_fp_unittest(
88 SRCS
99 cosf_test.cpp
1010 DEPENDS
11- libc.src.errno.errno
11+ libc.hdr.errno_macros
1212 libc.src.math.cosf
1313)
1414
@@ -19,7 +19,7 @@ add_fp_unittest(
1919 SRCS
2020 cosf16_test.cpp
2121 DEPENDS
22- libc.src.errno.errno
22+ libc.hdr.errno_macros
2323 libc.src.math.cosf16
2424)
2525
@@ -30,7 +30,7 @@ add_fp_unittest(
3030 SRCS
3131 cospif_test.cpp
3232 DEPENDS
33- libc.src.errno.errno
33+ libc.hdr.errno_macros
3434 libc.src.math.cospif
3535 libc.src.__support.CPP.array
3636 libc.src.__support.FPUtil.fp_bits
@@ -43,7 +43,7 @@ add_fp_unittest(
4343 SRCS
4444 cospif16_test.cpp
4545 DEPENDS
46- libc.src.errno.errno
46+ libc.hdr.errno_macros
4747 libc.src.math.cospif16
4848 libc.src.__support.FPUtil.cast
4949)
@@ -4540,7 +4540,7 @@ add_fp_unittest(
45404540 SRCS
45414541 coshf_test.cpp
45424542 DEPENDS
4543- libc.src.errno.errno
4543+ libc.hdr.errno_macros
45444544 libc.src.math.coshf
45454545 libc.src.__support.CPP.array
45464546 libc.src.__support.FPUtil.fp_bits
@@ -4553,8 +4553,8 @@ add_fp_unittest(
45534553 SRCS
45544554 coshf16_test.cpp
45554555 DEPENDS
4556+ libc.hdr.errno_macros
45564557 libc.hdr.fenv_macros
4557- libc.src.errno.errno
45584558 libc.src.math.coshf16
45594559 libc.src.__support.FPUtil.cast
45604560)
@@ -4616,7 +4616,7 @@ add_fp_unittest(
46164616 SRCS
46174617 atanhf_test.cpp
46184618 DEPENDS
4619- libc.src.errno.errno
4619+ libc.hdr.errno_macros
46204620 libc.src.math.atanhf
46214621 libc.src.__support.FPUtil.fp_bits
46224622)
@@ -4628,7 +4628,7 @@ add_fp_unittest(
46284628 SRCS
46294629 atanhf16_test.cpp
46304630 DEPENDS
4631- libc.src.errno.errno
4631+ libc.hdr.errno_macros
46324632 libc.src.math.atanhf16
46334633 libc.src.__support.FPUtil.cast
46344634)
@@ -4642,7 +4642,6 @@ add_fp_unittest(
46424642 atanpif16_test.cpp
46434643 DEPENDS
46444644 libc.src.math.atanpif16
4645- libc.src.errno.errno
46464645)
46474646
46484647add_fp_unittest(
@@ -4790,7 +4789,6 @@ add_fp_unittest(
47904789 SRCS
47914790 atanf_test.cpp
47924791 DEPENDS
4793- libc.src.errno.errno
47944792 libc.src.math.atanf
47954793 libc.src.__support.FPUtil.fp_bits
47964794)
@@ -4812,7 +4810,6 @@ add_fp_unittest(
48124810 SRCS
48134811 atanf16_test.cpp
48144812 DEPENDS
4815- libc.src.errno.errno
48164813 libc.src.math.atanf16
48174814)
48184815
@@ -4823,7 +4820,6 @@ add_fp_unittest(
48234820 SRCS
48244821 atan2f_test.cpp
48254822 DEPENDS
4826- libc.src.errno.errno
48274823 libc.src.math.atan2f
48284824 libc.src.__support.FPUtil.fp_bits
48294825)
0 commit comments