diff options
author | Indu Bhagat <indu.bhagat@oracle.com> | 2024-01-15 01:00:51 -0800 |
---|---|---|
committer | Indu Bhagat <indu.bhagat@oracle.com> | 2024-01-15 03:31:35 -0800 |
commit | 5186cf88ac09eb81cac89de7483e91f9c5ed6252 (patch) | |
tree | 1a21ae7ae6a6369aeed6c4cbb0a806fdc8c1f0b1 /gas/NEWS | |
parent | c27e4f66fa764700a87b80abe94f0c28420ce122 (diff) | |
download | binutils-5186cf88ac09eb81cac89de7483e91f9c5ed6252.zip binutils-5186cf88ac09eb81cac89de7483e91f9c5ed6252.tar.gz binutils-5186cf88ac09eb81cac89de7483e91f9c5ed6252.tar.bz2 |
gas/NEWS: announce the new SCFI command line option
Diffstat (limited to 'gas/NEWS')
-rw-r--r-- | gas/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |