mirror of
https://github.com/bminor/binutils-gdb.git
synced 2026-02-05 12:31:29 +00:00
[SFrame-V3] gas: binutils: ld: NEWS: add SFrame v3 related announcements
Add NEWS entries related to the SFrame version 3 release. --- [New in V1. Not present in RFC] [Changes in V2] - Use --discard-sframe in ld/NEWS [Indu]. [End of changes in V2].
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
|
||||
* NaCl target support is removed.
|
||||
|
||||
* New versioned release of libsframe: libsframe.so.3. This release introduces
|
||||
versioned symbols with version node name LIBSFRAME_3.0.
|
||||
|
||||
* objdump and readelf now support displaying SFrame Version 3 information.
|
||||
The existing `--sframe` option can be used to display sections in the the new
|
||||
V3 format. Display of SFrame version 2 information continues to be supported
|
||||
(NB: Emission and linking of SFrame version 2 is discontinued).
|
||||
|
||||
Changes in 2.45:
|
||||
|
||||
* New versioned release of libsframe: libsframe.so.2. This release introduces
|
||||
|
||||
9
gas/NEWS
9
gas/NEWS
@@ -15,6 +15,15 @@
|
||||
* Add support for RISC-V standard extensions:
|
||||
sdtrig v1.0, ssstrict v1.0.
|
||||
|
||||
* The assembler now supports generating SFrame Version 3 format. This version
|
||||
supports `.text` > 2 GiB, support for marking outermost frames, support for
|
||||
marking signal trampolines, and support for `flexible` frames which have
|
||||
non-SP/FP based CFA, or save FP/RA in REG among other patterns.
|
||||
|
||||
* New command line option `--gsframe-3` causes GAS to emit SFrame section in
|
||||
version 3. SFrame version 3 is emitted by default with the existing option
|
||||
`--gsframe`.
|
||||
|
||||
Changes in 2.45:
|
||||
|
||||
* Add support to generate SFrame stack trace information (.sframe)
|
||||
|
||||
12
ld/NEWS
12
ld/NEWS
@@ -13,6 +13,18 @@
|
||||
|
||||
* NaCl target support is removed.
|
||||
|
||||
* New command line option `--discard-sframe` which disables the
|
||||
emission of `.sframe` output section in the linked output. This option also
|
||||
prohibits the creation of SFrame stack trace info for linker-generated
|
||||
sections like PLT. The existing linker option
|
||||
`--no-ld-generated-unwind-info` no longer controls creation of `.sframe` data
|
||||
for PLT.
|
||||
|
||||
* The linker now supports processing and merging SFrame Version 3 sections.
|
||||
The linker does not combine SFrame sections of older versions with SFrame
|
||||
version 3 sections. SFrame version 2 sections should not be enabled in the
|
||||
wild.
|
||||
|
||||
Changes in 2.45:
|
||||
|
||||
* On s390 64-bit (s390x), generate SFrame stack trace information (.sframe)
|
||||
|
||||
Reference in New Issue
Block a user