projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f7e2b3
)
gas: sframe: fix comment
author
Indu Bhagat
<indu.bhagat@oracle.com>
Wed, 19 Apr 2023 21:12:06 +0000
(14:12 -0700)
committer
Indu Bhagat
<indu.bhagat@oracle.com>
Wed, 19 Apr 2023 21:37:42 +0000
(14:37 -0700)
gas/gen-sframe.c
patch
|
blob
|
history
diff --git
a/gas/gen-sframe.c
b/gas/gen-sframe.c
index 9e6a9d16a6423536eb60d68a754e4db11100b1be..b0bf514be75171ffbbb3c47f24d1536632ee4797 100644
(file)
--- 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 ();