@@ -1365,7 +1365,7 @@ add_fp_unittest(
13651365 SRCS
13661366 exp_test.cpp
13671367 DEPENDS
1368- libc.src.errno.errno
1368+ libc.hdr.errno_macros
13691369 libc.src.math.exp
13701370 libc.src.__support.FPUtil.fp_bits
13711371)
@@ -1377,7 +1377,7 @@ add_fp_unittest(
13771377 SRCS
13781378 expf_test.cpp
13791379 DEPENDS
1380- libc.src.errno.errno
1380+ libc.hdr.errno_macros
13811381 libc.src.math.expf
13821382 libc.src.__support.FPUtil.fp_bits
13831383)
@@ -1391,7 +1391,6 @@ add_fp_unittest(
13911391 DEPENDS
13921392 libc.hdr.errno_macros
13931393 libc.hdr.fenv_macros
1394- libc.src.errno.errno
13951394 libc.src.math.expf16
13961395 libc.src.__support.FPUtil.cast
13971396)
@@ -1403,7 +1402,7 @@ add_fp_unittest(
14031402 SRCS
14041403 exp2_test.cpp
14051404 DEPENDS
1406- libc.src.errno.errno
1405+ libc.hdr.errno_macros
14071406 libc.src.math.exp2
14081407 libc.src.__support.FPUtil.fp_bits
14091408)
@@ -1415,7 +1414,7 @@ add_fp_unittest(
14151414 SRCS
14161415 exp2f_test.cpp
14171416 DEPENDS
1418- libc.src.errno.errno
1417+ libc.hdr.errno_macros
14191418 libc.src.math.exp2f
14201419 libc.src.__support.FPUtil.fp_bits
14211420)
@@ -1427,8 +1426,8 @@ add_fp_unittest(
14271426 SRCS
14281427 exp2f16_test.cpp
14291428 DEPENDS
1429+ libc.hdr.errno_macros
14301430 libc.hdr.fenv_macros
1431- libc.src.errno.errno
14321431 libc.src.math.exp2f16
14331432 libc.src.__support.FPUtil.cast
14341433)
@@ -1440,7 +1439,7 @@ add_fp_unittest(
14401439 SRCS
14411440 exp2m1f_test.cpp
14421441 DEPENDS
1443- libc.src.errno.errno
1442+ libc.hdr.errno_macros
14441443 libc.src.math.exp2m1f
14451444)
14461445
@@ -1451,8 +1450,8 @@ add_fp_unittest(
14511450 SRCS
14521451 exp2m1f16_test.cpp
14531452 DEPENDS
1453+ libc.hdr.errno_macros
14541454 libc.hdr.fenv_macros
1455- libc.src.errno.errno
14561455 libc.src.math.exp2m1f16
14571456 libc.src.__support.FPUtil.cast
14581457)
@@ -1464,7 +1463,7 @@ add_fp_unittest(
14641463 SRCS
14651464 exp10_test.cpp
14661465 DEPENDS
1467- libc.src.errno.errno
1466+ libc.hdr.errno_macros
14681467 libc.src.math.exp10
14691468 libc.src.__support.FPUtil.fp_bits
14701469)
@@ -1476,7 +1475,7 @@ add_fp_unittest(
14761475 SRCS
14771476 exp10f_test.cpp
14781477 DEPENDS
1479- libc.src.errno.errno
1478+ libc.hdr.errno_macros
14801479 libc.src.math.exp10f
14811480 libc.src.__support.FPUtil.fp_bits
14821481)
@@ -1488,8 +1487,8 @@ add_fp_unittest(
14881487 SRCS
14891488 exp10f16_test.cpp
14901489 DEPENDS
1490+ libc.hdr.errno_macros
14911491 libc.hdr.fenv_macros
1492- libc.src.errno.errno
14931492 libc.src.math.exp10f16
14941493 libc.src.__support.FPUtil.cast
14951494)
@@ -1501,8 +1500,8 @@ add_fp_unittest(
15011500 SRCS
15021501 exp10m1f16_test.cpp
15031502 DEPENDS
1503+ libc.hdr.errno_macros
15041504 libc.hdr.fenv_macros
1505- libc.src.errno.errno
15061505 libc.src.math.exp10m1f16
15071506 libc.src.__support.FPUtil.cast
15081507)
@@ -1514,7 +1513,7 @@ add_fp_unittest(
15141513 SRCS
15151514 exp10m1f_test.cpp
15161515 DEPENDS
1517- libc.src.errno.errno
1516+ libc.hdr.errno_macros
15181517 libc.src.math.exp10m1f
15191518)
15201519
@@ -4265,7 +4264,7 @@ add_fp_unittest(
42654264 SRCS
42664265 expm1_test.cpp
42674266 DEPENDS
4268- libc.src.errno.errno
4267+ libc.hdr.errno_macros
42694268 libc.src.math.expm1
42704269 libc.src.__support.FPUtil.fp_bits
42714270)
@@ -4277,7 +4276,7 @@ add_fp_unittest(
42774276 SRCS
42784277 expm1f_test.cpp
42794278 DEPENDS
4280- libc.src.errno.errno
4279+ libc.hdr.errno_macros
42814280 libc.src.math.expm1f
42824281 libc.src.__support.FPUtil.fp_bits
42834282)
@@ -4291,7 +4290,6 @@ add_fp_unittest(
42914290 DEPENDS
42924291 libc.hdr.errno_macros
42934292 libc.hdr.fenv_macros
4294- libc.src.errno.errno
42954293 libc.src.math.expm1f16
42964294 libc.src.__support.FPUtil.cast
42974295)
0 commit comments