]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
doc: sframe: segregate the ABI/arch-specific components
authorIndu Bhagat <indu.bhagat@oracle.com>
Thu, 23 May 2024 21:18:23 +0000 (14:18 -0700)
committerIndu Bhagat <indu.bhagat@oracle.com>
Tue, 9 Jul 2024 17:23:31 +0000 (10:23 -0700)
commit6dacff8a2f4d2c24648fb96334fb272b67beff7c
tree784152d0101fe5863fd1c480669a5c81375c203c
parenteb7892c4019bd5d00175c0eb80eb0c5a47a42ca1
doc: sframe: segregate the ABI/arch-specific components

The recipe to interpret the SFrame FRE stack offsets is
ABI/arch-specific.

Although, there is other information in the specification that is
ABI-specific (like pauth_key usage in AArch64), those pieces of
information are now assimmilated in the SFrame specification in a way
that it is fairly difficult to carve then out into a ABI/arch-specific
section without confusing the readers.

For future though, the specification must strive to keep the generic
parts and ABI/arch-specific parts clearly laid out in separate sections.

libsframe/
* doc/sframe-spec.texi: Reorder and adapt the contents.
libsframe/doc/sframe-spec.texi