[binutils-gdb] gas: sframe: fix comment
Indu Bhagat
ibhagat@sourceware.org
Wed Apr 19 21:59:42 GMT 2023
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6e4724970e7316387d5ff28958c25906f283c592
commit 6e4724970e7316387d5ff28958c25906f283c592
Author: Indu Bhagat <indu.bhagat@oracle.com>
Date: Wed Apr 19 14:12:06 2023 -0700
gas: sframe: fix comment
Diff:
---
gas/gen-sframe.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gas/gen-sframe.c b/gas/gen-sframe.c
index 9e6a9d16a64..b0bf514be75 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 ();
More information about the Binutils-cvs
mailing list