|
34 | 34 | # |
35 | 35 | # CHECK: << Total TLI yes SDK no: 18 |
36 | 36 | # CHECK: >> Total TLI no SDK yes: 0 |
37 | | -# CHECK: == Total TLI yes SDK yes: 265 |
| 37 | +# CHECK: == Total TLI yes SDK yes: 268 |
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) |
|
48 | 48 | # WRONG_DETAIL: << TLI yes SDK no : 'fminimum_numl' |
49 | 49 | # WRONG_SUMMARY: << Total TLI yes SDK no: 19{{$}} |
50 | 50 | # WRONG_SUMMARY: >> Total TLI no SDK yes: 1{{$}} |
51 | | -# WRONG_SUMMARY: == Total TLI yes SDK yes: 264 |
| 51 | +# WRONG_SUMMARY: == Total TLI yes SDK yes: 267 |
52 | 52 | # |
53 | 53 | ## The -COUNT suffix doesn't care if there are too many matches, so check |
54 | 54 | ## the exact count first; the two directives should add up to that. |
55 | 55 | ## Yes, this means additions to TLI will fail this test, but the argument |
56 | 56 | ## to -COUNT can't be an expression. |
57 | | -# AVAIL: TLI knows 516 symbols, 283 available |
58 | | -# AVAIL-COUNT-283: {{^}} available |
| 57 | +# AVAIL: TLI knows 519 symbols, 286 available |
| 58 | +# AVAIL-COUNT-286: {{^}} available |
59 | 59 | # AVAIL-NOT: {{^}} available |
60 | 60 | # UNAVAIL-COUNT-233: not available |
61 | 61 | # UNAVAIL-NOT: not available |
@@ -390,6 +390,18 @@ DynamicSymbols: |
390 | 390 | Type: STT_FUNC |
391 | 391 | Section: .text |
392 | 392 | Binding: STB_GLOBAL |
| 393 | + - Name: tgamma |
| 394 | + Type: STT_FUNC |
| 395 | + Section: .text |
| 396 | + Binding: STB_GLOBAL |
| 397 | + - Name: tgammaf |
| 398 | + Type: STT_FUNC |
| 399 | + Section: .text |
| 400 | + Binding: STB_GLOBAL |
| 401 | + - Name: tgammal |
| 402 | + Type: STT_FUNC |
| 403 | + Section: .text |
| 404 | + Binding: STB_GLOBAL |
393 | 405 | - Name: exp |
394 | 406 | Type: STT_FUNC |
395 | 407 | Section: .text |
|
0 commit comments