[V2,13/15] binutils/NEWS: add text for SFrame support

Message ID 20221017221612.495324-14-indu.bhagat@oracle.com
State Not Applicable
Headers
Series Definition and support for SFrame unwind format |

Checks

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

Commit Message

Indu Bhagat Oct. 17, 2022, 10:16 p.m. UTC
  [Changes in V2]
  - Adjust the message a bit.
[End of changes in V2]

ChangeLog:

	* binutils/NEWS: Add item for SFrame support.
---
 binutils/NEWS | 3 +++
 1 file changed, 3 insertions(+)
  

Patch

diff --git a/binutils/NEWS b/binutils/NEWS
index 83c73d0660a..732c3ae2a49 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -11,6 +11,9 @@ 
   not it generates deterministic output libraries.  If neither of these options
   are used the default is whatever was set when the binutils were configured.
   
+* readelf and objdump now have a newly added option --sframe which dumps the
+  SFrame section.
+
 Changes in 2.39:
 
 * Add --no-weak/-W option to nm to make it ignore weak symbols.