aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorIndu Bhagat <indu.bhagat@oracle.com>2023-04-19 14:12:06 -0700
committerIndu Bhagat <indu.bhagat@oracle.com>2023-04-19 14:37:42 -0700
commit6e4724970e7316387d5ff28958c25906f283c592 (patch)
tree3bfa998fd87971e2db7857e0d3b67f6594ba5647 /gas
parent1f7e2b39c6cfcb9a7ab7175451095c2371ab344b (diff)
downloadbinutils-6e4724970e7316387d5ff28958c25906f283c592.zip
binutils-6e4724970e7316387d5ff28958c25906f283c592.tar.gz
binutils-6e4724970e7316387d5ff28958c25906f283c592.tar.bz2
gas: sframe: fix comment
Diffstat (limited to 'gas')
-rw-r--r--gas/gen-sframe.c2
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 ();