From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7850) id DAF5B3858433; Wed, 19 Apr 2023 21:59:42 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DAF5B3858433 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Indu Bhagat To: bfd-cvs@sourceware.org Subject: [binutils-gdb] gas: sframe: fix comment X-Act-Checkin: binutils-gdb X-Git-Author: Indu Bhagat X-Git-Refname: refs/heads/master X-Git-Oldrev: 1f7e2b39c6cfcb9a7ab7175451095c2371ab344b X-Git-Newrev: 6e4724970e7316387d5ff28958c25906f283c592 Message-Id: <20230419215942.DAF5B3858433@sourceware.org> Date: Wed, 19 Apr 2023 21:59:42 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2023 21:59:43 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D6e4724970e73= 16387d5ff28958c25906f283c592 commit 6e4724970e7316387d5ff28958c25906f283c592 Author: Indu Bhagat 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); =20 /* 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 =3D sframe_cfa_ra_offset ();