@@ -10,7 +10,7 @@ add_fp_unittest(
10
10
HDRS
11
11
sdcomp26094.h
12
12
DEPENDS
13
- libc.src.errno.errno
13
+ libc.hdr.errno_macros
14
14
libc.src.math.cosf
15
15
libc.src.__support.CPP.array
16
16
libc.src.__support.FPUtil.fp_bits
@@ -49,7 +49,7 @@ add_fp_unittest(
49
49
HDRS
50
50
sdcomp26094.h
51
51
DEPENDS
52
- libc.src.errno.errno
52
+ libc.hdr.errno_macros
53
53
libc.src.math.cospif
54
54
libc.src.__support.CPP.array
55
55
libc.src.__support.FPUtil.fp_bits
@@ -90,7 +90,7 @@ add_fp_unittest(
90
90
HDRS
91
91
sdcomp26094.h
92
92
DEPENDS
93
- libc.src.errno.errno
93
+ libc.hdr.errno_macros
94
94
libc.src.math.sinf
95
95
libc.src.__support.CPP.array
96
96
libc.src.__support.FPUtil.fp_bits
@@ -117,7 +117,7 @@ add_fp_unittest(
117
117
HDRS
118
118
sdcomp26094.h
119
119
DEPENDS
120
- libc.src.errno.errno
120
+ libc.hdr.errno_macros
121
121
libc.src.math.sinpif
122
122
libc.src.__support.CPP.array
123
123
libc.src.__support.FPUtil.fp_bits
@@ -156,7 +156,7 @@ add_fp_unittest(
156
156
HDRS
157
157
sdcomp26094.h
158
158
DEPENDS
159
- libc.src.errno.errno
159
+ libc.hdr.errno_macros
160
160
libc.src.math.sincosf
161
161
libc.src.__support.CPP.array
162
162
libc.src.__support.FPUtil.fp_bits
@@ -184,7 +184,7 @@ add_fp_unittest(
184
184
HDRS
185
185
sdcomp26094.h
186
186
DEPENDS
187
- libc.src.errno.errno
187
+ libc.hdr.errno_macros
188
188
libc.src.math.tanf
189
189
libc.src.__support.CPP.array
190
190
libc.src.__support.FPUtil.fp_bits
@@ -1110,7 +1110,6 @@ add_fp_unittest(
1110
1110
SRCS
1111
1111
exp_test.cpp
1112
1112
DEPENDS
1113
- libc.src.errno.errno
1114
1113
libc.src.math.exp
1115
1114
libc.src.__support.FPUtil.fp_bits
1116
1115
)
@@ -1147,7 +1146,6 @@ add_fp_unittest(
1147
1146
SRCS
1148
1147
exp2_test.cpp
1149
1148
DEPENDS
1150
- libc.src.errno.errno
1151
1149
libc.src.math.exp2
1152
1150
libc.src.__support.FPUtil.fp_bits
1153
1151
)
@@ -1209,7 +1207,6 @@ add_fp_unittest(
1209
1207
SRCS
1210
1208
exp10_test.cpp
1211
1209
DEPENDS
1212
- libc.src.errno.errno
1213
1210
libc.src.math.exp10
1214
1211
libc.src.__support.FPUtil.fp_bits
1215
1212
)
@@ -1970,7 +1967,6 @@ add_fp_unittest(
1970
1967
SRCS
1971
1968
expm1_test.cpp
1972
1969
DEPENDS
1973
- libc.src.errno.errno
1974
1970
libc.src.math.expm1
1975
1971
libc.src.__support.FPUtil.fp_bits
1976
1972
)
@@ -2007,7 +2003,6 @@ add_fp_unittest(
2007
2003
SRCS
2008
2004
log_test.cpp
2009
2005
DEPENDS
2010
- libc.src.errno.errno
2011
2006
libc.src.math.log
2012
2007
libc.src.__support.FPUtil.fp_bits
2013
2008
)
@@ -2020,7 +2015,6 @@ add_fp_unittest(
2020
2015
SRCS
2021
2016
logf_test.cpp
2022
2017
DEPENDS
2023
- libc.src.errno.errno
2024
2018
libc.src.math.logf
2025
2019
libc.src.__support.FPUtil.fp_bits
2026
2020
)
@@ -2044,7 +2038,6 @@ log2_test
2044
2038
SRCS
2045
2039
log2_test.cpp
2046
2040
DEPENDS
2047
- libc.src.errno.errno
2048
2041
libc.src.math.log2
2049
2042
libc.src.__support.FPUtil.fp_bits
2050
2043
)
@@ -2081,7 +2074,6 @@ add_fp_unittest(
2081
2074
SRCS
2082
2075
log10_test.cpp
2083
2076
DEPENDS
2084
- libc.src.errno.errno
2085
2077
libc.src.math.log10
2086
2078
libc.src.__support.FPUtil.fp_bits
2087
2079
)
@@ -2094,7 +2086,6 @@ add_fp_unittest(
2094
2086
SRCS
2095
2087
log10f_test.cpp
2096
2088
DEPENDS
2097
- libc.src.errno.errno
2098
2089
libc.src.math.log10f
2099
2090
libc.src.__support.FPUtil.fp_bits
2100
2091
)
@@ -2118,7 +2109,6 @@ log1p_test
2118
2109
SRCS
2119
2110
log1p_test.cpp
2120
2111
DEPENDS
2121
- libc.src.errno.errno
2122
2112
libc.src.math.log1p
2123
2113
libc.src.__support.FPUtil.fp_bits
2124
2114
)
@@ -2131,7 +2121,6 @@ add_fp_unittest(
2131
2121
SRCS
2132
2122
log1pf_test.cpp
2133
2123
DEPENDS
2134
- libc.src.errno.errno
2135
2124
libc.src.math.log1pf
2136
2125
libc.src.__support.FPUtil.fp_bits
2137
2126
)
@@ -2145,7 +2134,7 @@ add_fp_unittest(
2145
2134
HDRS
2146
2135
FModTest.h
2147
2136
DEPENDS
2148
- libc.src.errno.errno
2137
+ libc.hdr.errno_macros
2149
2138
libc.src.math.fmodf
2150
2139
libc.src.__support.FPUtil.basic_operations
2151
2140
libc.src.__support.FPUtil.nearest_integer_operations
@@ -2162,7 +2151,7 @@ add_fp_unittest(
2162
2151
HDRS
2163
2152
FModTest.h
2164
2153
DEPENDS
2165
- libc.src.errno.errno
2154
+ libc.hdr.errno_macros
2166
2155
libc.src.math.fmod
2167
2156
libc.src.__support.FPUtil.basic_operations
2168
2157
libc.src.__support.FPUtil.nearest_integer_operations
@@ -2196,7 +2185,7 @@ add_fp_unittest(
2196
2185
HDRS
2197
2186
sdcomp26094.h
2198
2187
DEPENDS
2199
- libc.src.errno.errno
2188
+ libc.hdr.errno_macros
2200
2189
libc.src.math.coshf
2201
2190
libc.src.__support.CPP.array
2202
2191
libc.src.__support.FPUtil.fp_bits
@@ -2223,7 +2212,7 @@ add_fp_unittest(
2223
2212
HDRS
2224
2213
sdcomp26094.h
2225
2214
DEPENDS
2226
- libc.src.errno.errno
2215
+ libc.hdr.errno_macros
2227
2216
libc.src.math.sinhf
2228
2217
libc.src.__support.CPP.array
2229
2218
libc.src.__support.FPUtil.fp_bits
@@ -2271,7 +2260,7 @@ add_fp_unittest(
2271
2260
SRCS
2272
2261
atanhf_test.cpp
2273
2262
DEPENDS
2274
- libc.src.errno.errno
2263
+ libc.hdr.errno_macros
2275
2264
libc.src.math.atanhf
2276
2265
libc.src.__support.FPUtil.fp_bits
2277
2266
)
@@ -2336,7 +2325,6 @@ add_fp_unittest(
2336
2325
SRCS
2337
2326
asinhf_test.cpp
2338
2327
DEPENDS
2339
- libc.src.errno.errno
2340
2328
libc.src.math.asinhf
2341
2329
libc.src.__support.FPUtil.fp_bits
2342
2330
)
@@ -2360,7 +2348,7 @@ add_fp_unittest(
2360
2348
SRCS
2361
2349
acoshf_test.cpp
2362
2350
DEPENDS
2363
- libc.src.errno.errno
2351
+ libc.hdr.errno_macros
2364
2352
libc.src.math.acoshf
2365
2353
libc.src.__support.FPUtil.fp_bits
2366
2354
)
@@ -2384,7 +2372,7 @@ add_fp_unittest(
2384
2372
SRCS
2385
2373
asinf_test.cpp
2386
2374
DEPENDS
2387
- libc.src.errno.errno
2375
+ libc.hdr.errno_macros
2388
2376
libc.src.math.asinf
2389
2377
libc.src.__support.FPUtil.fp_bits
2390
2378
)
@@ -2430,7 +2418,7 @@ add_fp_unittest(
2430
2418
SRCS
2431
2419
acosf_test.cpp
2432
2420
DEPENDS
2433
- libc.src.errno.errno
2421
+ libc.hdr.errno_macros
2434
2422
libc.src.math.acosf
2435
2423
libc.src.__support.FPUtil.fp_bits
2436
2424
)
@@ -2476,7 +2464,6 @@ add_fp_unittest(
2476
2464
SRCS
2477
2465
atanf_test.cpp
2478
2466
DEPENDS
2479
- libc.src.errno.errno
2480
2467
libc.src.math.atanf
2481
2468
libc.src.__support.FPUtil.fp_bits
2482
2469
)
0 commit comments