From: Indu Bhagat Date: Fri, 16 Jan 2026 00:43:46 +0000 (-0800) Subject: [SFrame-V3] gas: binutils: ld: NEWS: add SFrame v3 related announcements X-Git-Tag: binutils-2_46~251 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=530d779e2bfd47fa1d273ab44d6d8234b65f2de3;p=thirdparty%2Fbinutils-gdb.git [SFrame-V3] gas: binutils: ld: NEWS: add SFrame v3 related announcements Add NEWS entries related to the SFrame version 3 release. --- diff --git a/binutils/NEWS b/binutils/NEWS index fb98171aba4..d6cda99535f 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -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 diff --git a/gas/NEWS b/gas/NEWS index 35ae7b94273..2111dcc46f3 100644 --- a/gas/NEWS +++ b/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) diff --git a/ld/NEWS b/ld/NEWS index 3636714868f..2c7a42dea2a 100644 --- a/ld/NEWS +++ b/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)