Bump bpf-tools to v1.20

- Fix C standard library to include only reentrant versions of functions
- Use a version of solana_rbpf with fixed relocations handling
- Add a test of using C standard library functions in on-chain program
This commit is contained in:
Dmitri Makarov
2021-10-27 16:07:39 -07:00
committed by Dmitri Makarov
parent c24e30f689
commit bae5dae61d
4 changed files with 23 additions and 2 deletions

View File

@ -441,6 +441,7 @@ fn test_program_bpf_sanity() {
("sanity++", true),
("secp256k1_recover", true),
("sha", true),
("stdlib", true),
("struct_pass", true),
("struct_ret", true),
]);