[COMMITTED,15/15] gas/NEWS: announce the new SCFI command line option

Message ID 20240115120729.29771-16-indu.bhagat@oracle.com
State Unresolved
Headers
Series Experimental support for synthesizing CFI for hand-written asm |

Checks

Context Check Description
snail/binutils-gdb-check warning Git am fail log

Commit Message

Indu Bhagat Jan. 15, 2024, 12:07 p.m. UTC
  ---
 gas/NEWS | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

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=experimental on
+  x86-64.  Only System V AMD64 ABI is supported.
 
 * Add support for 'armv8.9-a' and 'armv9.4-a' for -march in Arm GAS.