|
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: 250 |
| 37 | +# CHECK: == Total TLI yes SDK yes: 253 |
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: 249 |
| 51 | +# WRONG_SUMMARY: == Total TLI yes SDK yes: 252 |
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 501 symbols, 268 available |
58 | | -# AVAIL-COUNT-268: {{^}} available |
| 57 | +# AVAIL: TLI knows 504 symbols, 271 available |
| 58 | +# AVAIL-COUNT-271: {{^}} available |
59 | 59 | # AVAIL-NOT: {{^}} available |
60 | 60 | # UNAVAIL-COUNT-233: not available |
61 | 61 | # UNAVAIL-NOT: not available |
@@ -862,6 +862,18 @@ DynamicSymbols: |
862 | 862 | Type: STT_FUNC |
863 | 863 | Section: .text |
864 | 864 | Binding: STB_GLOBAL |
| 865 | + - Name: sincos |
| 866 | + Type: STT_FUNC |
| 867 | + Section: .text |
| 868 | + Binding: STB_GLOBAL |
| 869 | + - Name: sincosf |
| 870 | + Type: STT_FUNC |
| 871 | + Section: .text |
| 872 | + Binding: STB_GLOBAL |
| 873 | + - Name: sincosl |
| 874 | + Type: STT_FUNC |
| 875 | + Section: .text |
| 876 | + Binding: STB_GLOBAL |
865 | 877 | - Name: sinh |
866 | 878 | Type: STT_FUNC |
867 | 879 | Section: .text |
|
0 commit comments