[V3,13/13] gas/NEWS: announce the new command line option

Message ID 20231211060359.3561062-14-indu.bhagat@oracle.com
State New
Headers
Series Synthesize CFI for hand-written asm |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_binutils_build--master-arm success Testing passed
linaro-tcwg-bot/tcwg_binutils_build--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_binutils_check--master-aarch64 success Testing passed
linaro-tcwg-bot/tcwg_binutils_check--master-arm success Testing passed

Commit Message

Indu Bhagat Dec. 11, 2023, 6:03 a.m. UTC
  [No changes from V2]
---
 gas/NEWS | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/gas/NEWS b/gas/NEWS
index af03fd172cf..dd6a1bad27f 100644
--- a/gas/NEWS
+++ b/gas/NEWS
@@ -1,4 +1,6 @@ 
 -*- text -*-
+* New command line option --scfi[=all,none] to synthesize CFI for hand-written
+  asm.
 
 * On RISC-V macro instructions expanding to AUIPC and a load, store, or branch
   no longer accept x0 as an intermediate and/or destination register.