|
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: 239 |
| 37 | +# CHECK: == Total TLI yes SDK yes: 242 |
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: 238 |
| 44 | +# WRONG_SUMMARY: == Total TLI yes SDK yes: 241 |
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 480 symbols, 247 available |
51 | | -# AVAIL-COUNT-247: {{^}} available |
| 50 | +# AVAIL: TLI knows 483 symbols, 250 available |
| 51 | +# AVAIL-COUNT-250: {{^}} available |
52 | 52 | # AVAIL-NOT: {{^}} available |
53 | 53 | # UNAVAIL-COUNT-233: not available |
54 | 54 | # UNAVAIL-NOT: not available |
@@ -763,6 +763,18 @@ DynamicSymbols: |
763 | 763 | Type: STT_FUNC |
764 | 764 | Section: .text |
765 | 765 | Binding: STB_GLOBAL |
| 766 | + - Name: remquo |
| 767 | + Type: STT_FUNC |
| 768 | + Section: .text |
| 769 | + Binding: STB_GLOBAL |
| 770 | + - Name: remquof |
| 771 | + Type: STT_FUNC |
| 772 | + Section: .text |
| 773 | + Binding: STB_GLOBAL |
| 774 | + - Name: remquol |
| 775 | + Type: STT_FUNC |
| 776 | + Section: .text |
| 777 | + Binding: STB_GLOBAL |
766 | 778 | - Name: rewind |
767 | 779 | Type: STT_FUNC |
768 | 780 | Section: .text |
|
0 commit comments