diff options
author | Indu Bhagat <indu.bhagat@oracle.com> | 2023-04-19 14:12:06 -0700 |
---|---|---|
committer | Indu Bhagat <indu.bhagat@oracle.com> | 2023-04-19 14:37:42 -0700 |
commit | 6e4724970e7316387d5ff28958c25906f283c592 (patch) | |
tree | 3bfa998fd87971e2db7857e0d3b67f6594ba5647 /gas/gen-sframe.c | |
parent | 1f7e2b39c6cfcb9a7ab7175451095c2371ab344b (diff) | |
download | gdb-6e4724970e7316387d5ff28958c25906f283c592.zip gdb-6e4724970e7316387d5ff28958c25906f283c592.tar.gz gdb-6e4724970e7316387d5ff28958c25906f283c592.tar.bz2 |
gas: sframe: fix comment
Diffstat (limited to 'gas/gen-sframe.c')
-rw-r--r-- | gas/gen-sframe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/gen-sframe.c b/gas/gen-sframe.c index 9e6a9d1..b0bf514 100644 --- a/gas/gen-sframe.c +++ b/gas/gen-sframe.c @@ -661,7 +661,7 @@ output_sframe_internal (void) out_one (fixed_bp_offset); /* Offset for the return address from CFA is fixed for some ABIs - (e.g., AMD64), output a zero otherwise. */ + (e.g., AMD64), output a SFRAME_CFA_FIXED_RA_INVALID otherwise. */ #ifdef sframe_ra_tracking_p if (!sframe_ra_tracking_p ()) fixed_ra_offset = sframe_cfa_ra_offset (); |