[abi] jmp_buf size ABI transition, phase 1

This is the first step in a soft transition to change the size of
the jmp_buf type in the AArch64 Zircon libc ABI.  In phase 1,
libc-tests will accept either the old or new size.  In phase 2,
libc will change its ABI.  In phase 3, libc-tests will accept
only the new size.

Bug: ZX-1947 #comment begin soft transition for jmp_buf ABI
Change-Id: I551d51c452bdf777be543a0db5e070aaff8f86a7
1 file changed
tree: ee0445139996e6d1cb5df8c55593b05cce44546e
  1. meta/
  2. third_party/
  3. .clang-format
  4. .gitignore
  5. AUTHORS
  6. BUILD.gn
  7. LICENSE
  8. main.cc
  9. PATENTS
  10. README.md
README.md

Fuchsia libc tests

This repo contains tools for ensuring the correctness of Fuchsia's libc implementation.