solana/sdk/bpf
Dmitri Makarov 6b611e1c52 Bump bpf-tools to v1.25
- Tweak linker script
  Ensure that all read only sections end up in one segment, and
  everything else in other segments. Discard .eh_frame, .hash and
  .gnu.hash since they are unused.
- Don't create invalid string slices in stdout/stderr on Solana
- Report exceeded stack size as a warning if dynamic frames are off
- Native support for signed division in SBF
  Adds BPF_SDIV, which is enabled only for the SBF subtarget.
- Introduce dynamic stack frames and the SBFv2 flag
  Dynamic stack frames  are currently opt-in and enabled setting
  cpu=sbfv2. When sbfv2 is used, ELF files are flagged with
  e_flags=EF_SBF_V2 so the runtime can detect it and react
  accordingly.
2022-04-12 10:51:15 -07:00
..
c fix a typo (#24070) 2022-04-01 15:16:51 -07:00
scripts Bump bpf-tools to v1.25 2022-04-12 10:51:15 -07:00
.gitignore Add build script to extract a list of registered syscalls 2021-06-14 04:51:30 -07:00
env.sh Re-enable LTO (#22287) 2022-01-06 09:16:50 +11:00