public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] gas: sframe: fix comment
@ 2023-04-19 21:59 Indu Bhagat
  0 siblings, 0 replies; only message in thread
From: Indu Bhagat @ 2023-04-19 21:59 UTC (permalink / raw)
  To: bfd-cvs

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 ();

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-19 21:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-19 21:59 [binutils-gdb] gas: sframe: fix comment Indu Bhagat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).