diff options
author | Indu Bhagat <indu.bhagat@oracle.com> | 2022-11-15 15:07:19 -0800 |
---|---|---|
committer | Indu Bhagat <indu.bhagat@oracle.com> | 2022-11-15 15:50:05 -0800 |
commit | 9968a11f9fd38f4e374eb4ee0035e23ea406c349 (patch) | |
tree | 492ed81024aac7664a3e7ef0b406ad51d3fbd7e4 /binutils | |
parent | e619dddb3a45780ae66d762756882a3b896b617d (diff) | |
download | gdb-9968a11f9fd38f4e374eb4ee0035e23ea406c349.zip gdb-9968a11f9fd38f4e374eb4ee0035e23ea406c349.tar.gz gdb-9968a11f9fd38f4e374eb4ee0035e23ea406c349.tar.bz2 |
binutils/NEWS: add text for SFrame support
ChangeLog:
* binutils/NEWS: Add item for SFrame support.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index b4978f5..5ff17f6 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -17,6 +17,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. |