diff options
author | Indu Bhagat <indu.bhagat@oracle.com> | 2022-12-16 22:02:11 -0800 |
---|---|---|
committer | Indu Bhagat <indu.bhagat@oracle.com> | 2022-12-16 22:02:11 -0800 |
commit | 6e09ae77a199fe3a8ed814355eec7bb105a42ed4 (patch) | |
tree | 077f96bb9c0af8d552e4c7fbe11c9a08744fd171 /libsframe/doc | |
parent | 5bec250b5a9257133f70098dced98dfe59c77401 (diff) | |
download | gdb-6e09ae77a199fe3a8ed814355eec7bb105a42ed4.zip gdb-6e09ae77a199fe3a8ed814355eec7bb105a42ed4.tar.gz gdb-6e09ae77a199fe3a8ed814355eec7bb105a42ed4.tar.bz2 |
sframe: doc: update spec for the mangled-RA bit in FRE
ChangeLog:
* libsframe/doc/sframe-spec.texi
Diffstat (limited to 'libsframe/doc')
-rw-r--r-- | libsframe/doc/sframe-spec.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libsframe/doc/sframe-spec.texi b/libsframe/doc/sframe-spec.texi index 0559d7c..fa66d80 100644 --- a/libsframe/doc/sframe-spec.texi +++ b/libsframe/doc/sframe-spec.texi @@ -566,8 +566,8 @@ The SFrame FRE info word is a bitfield split into four parts. From MSB to LSB: @multitable {Bit offset} {@code{fre_cfa_base_reg_id}} {Size of stack offsets in bytes. Valid values} @headitem Bit offset @tab Name @tab Description @item 7 -@tab @code{unused} -@tab Unused bit. +@tab @code{fre_mangled_ra_p} +@tab Indicate whether the return address is mangled with any authorization bits (signed RA). @item 5-6 @tab @code{fre_offset_size} |