From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 7850) id CC07F3857C50; Mon, 15 Jan 2024 11:38:18 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC07F3857C50 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/NEWS: announce the new SCFI command line option X-Act-Checkin: binutils-gdb X-Git-Author: Indu Bhagat X-Git-Refname: refs/heads/master X-Git-Oldrev: c27e4f66fa764700a87b80abe94f0c28420ce122 X-Git-Newrev: 5186cf88ac09eb81cac89de7483e91f9c5ed6252 Message-Id: <20240115113818.CC07F3857C50@sourceware.org> Date: Mon, 15 Jan 2024 11:38:18 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jan 2024 11:38:20 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D5186cf88ac09= eb81cac89de7483e91f9c5ed6252 commit 5186cf88ac09eb81cac89de7483e91f9c5ed6252 Author: Indu Bhagat Date: Mon Jan 15 01:00:51 2024 -0800 gas/NEWS: announce the new SCFI command line option Diff: --- gas/NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gas/NEWS b/gas/NEWS index 74df7e61349..43662fa1360 100644 --- a/gas/NEWS +++ b/gas/NEWS @@ -1,4 +1,7 @@ -*- text -*- +* Experimental support in GAS to synthesize CFI for ABI-conformant, + hand-written asm using the new command line option --scfi=3Dexperimental= on + x86-64. Only System V AMD64 ABI is supported. =20 * Add support for 'armv8.9-a' and 'armv9.4-a' for -march in Arm GAS.