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

Message ID 20221030074450.1956074-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. 30, 2022, 7:44 a.m. UTC
  [No changes in V3]

[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 9ccf401027b..a383d481727 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -13,6 +13,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.