[V5,16/16] gas/NEWS: announce the new SCFI command line option

Message ID 20240111074820.2677826-17-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. 11, 2024, 7:48 a.m. UTC
  [Changes in V5]
  - Adapt text to indicate experimental support for SCFI.  Mention
    System V AMD64 ABI.

[No changes in V4, V3]
---
 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.