|
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: 245 |
| 37 | +# CHECK: == Total TLI yes SDK yes: 248 |
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: 244 |
| 44 | +# WRONG_SUMMARY: == Total TLI yes SDK yes: 247 |
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 486 symbols, 253 available |
51 | | -# AVAIL-COUNT-253: {{^}} available |
| 50 | +# AVAIL: TLI knows 489 symbols, 256 available |
| 51 | +# AVAIL-COUNT-256: {{^}} available |
52 | 52 | # AVAIL-NOT: {{^}} available |
53 | 53 | # UNAVAIL-COUNT-233: not available |
54 | 54 | # UNAVAIL-NOT: not available |
@@ -703,6 +703,18 @@ DynamicSymbols: |
703 | 703 | Type: STT_FUNC |
704 | 704 | Section: .text |
705 | 705 | Binding: STB_GLOBAL |
| 706 | + - Name: nan |
| 707 | + Type: STT_FUNC |
| 708 | + Section: .text |
| 709 | + Binding: STB_GLOBAL |
| 710 | + - Name: nanf |
| 711 | + Type: STT_FUNC |
| 712 | + Section: .text |
| 713 | + Binding: STB_GLOBAL |
| 714 | + - Name: nanl |
| 715 | + Type: STT_FUNC |
| 716 | + Section: .text |
| 717 | + Binding: STB_GLOBAL |
706 | 718 | - Name: nearbyint |
707 | 719 | Type: STT_FUNC |
708 | 720 | Section: .text |
|
0 commit comments