|
34 | 34 | #
|
35 | 35 | # CHECK: << Total TLI yes SDK no: 8
|
36 | 36 | # CHECK: >> Total TLI no SDK yes: 0
|
37 |
| -# CHECK: == Total TLI yes SDK yes: 235 |
| 37 | +# CHECK: == Total TLI yes SDK yes: 238 |
38 | 38 | #
|
39 | 39 | # WRONG_DETAIL: << TLI yes SDK no : '_ZdaPv' aka operator delete[](void*)
|
40 | 40 | # WRONG_DETAIL: >> TLI no SDK yes: '_ZdaPvj' aka operator delete[](void*, unsigned int)
|
41 | 41 | # WRONG_DETAIL-COUNT-8: << TLI yes SDK no : {{.*}}__hot_cold_t
|
42 | 42 | # WRONG_SUMMARY: << Total TLI yes SDK no: 9{{$}}
|
43 | 43 | # WRONG_SUMMARY: >> Total TLI no SDK yes: 1{{$}}
|
44 |
| -# WRONG_SUMMARY: == Total TLI yes SDK yes: 234 |
| 44 | +# WRONG_SUMMARY: == Total TLI yes SDK yes: 237 |
45 | 45 | #
|
46 | 46 | ## The -COUNT suffix doesn't care if there are too many matches, so check
|
47 | 47 | ## the exact count first; the two directives should add up to that.
|
48 | 48 | ## Yes, this means additions to TLI will fail this test, but the argument
|
49 | 49 | ## to -COUNT can't be an expression.
|
50 |
| -# AVAIL: TLI knows 479 symbols, 243 available |
51 |
| -# AVAIL-COUNT-243: {{^}} available |
| 50 | +# AVAIL: TLI knows 479 symbols, 246 available |
| 51 | +# AVAIL-COUNT-246: {{^}} available |
52 | 52 | # AVAIL-NOT: {{^}} available
|
53 |
| -# UNAVAIL-COUNT-236: not available |
| 53 | +# UNAVAIL-COUNT-233: not available |
54 | 54 | # UNAVAIL-NOT: not available
|
55 | 55 |
|
56 | 56 | ## This is a large file so it's worth telling lit to stop here.
|
@@ -347,6 +347,18 @@ DynamicSymbols:
|
347 | 347 | Type: STT_FUNC
|
348 | 348 | Section: .text
|
349 | 349 | Binding: STB_GLOBAL
|
| 350 | + - Name: erf |
| 351 | + Type: STT_FUNC |
| 352 | + Section: .text |
| 353 | + Binding: STB_GLOBAL |
| 354 | + - Name: erff |
| 355 | + Type: STT_FUNC |
| 356 | + Section: .text |
| 357 | + Binding: STB_GLOBAL |
| 358 | + - Name: erfl |
| 359 | + Type: STT_FUNC |
| 360 | + Section: .text |
| 361 | + Binding: STB_GLOBAL |
350 | 362 | - Name: exp
|
351 | 363 | Type: STT_FUNC
|
352 | 364 | Section: .text
|
|
0 commit comments