[PATCH v3 0/2] sframe: Push binutils requirements to 2.45
claudiu.zissulescu-ianculescu@oracle.com
claudiu.zissulescu-ianculescu@oracle.com
Thu Jul 17 13:43:26 GMT 2025
From: Claudiu Zissulescu <claudiu.zissulescu-ianculescu@oracle.com>
What is new:
- clarifying NEWS line.
- reitroduce an error if someone wants to compile glibc with SFrame data support.
- Fix arg_enable for sframe to default NO.
Earlier text:
Earlier binutils version have proven to be unstable when used for
SFrame. Therefore, the upcoming binutils 2.45 should be considered the
minimum required version for SFrame backtracing. However, the binutils
2.45 includes an SFrame-related erratum that must also be applied to
ensure proper functionality of the SFrame stack backtracer.
This patch series includes the required bits in the configure file to
disable building with SFrame support, mark the option as beeing
experimental, and the SFrame erratum mods.
Thank you,
Claudiu
Claudiu Zissulescu (2):
configure: Disable SFrame backtracing
sframe: Add support for SFRAME_F_FDE_FUNC_START_PCREL flag
INSTALL | 9 +--
NEWS | 7 +-
config.make.in | 1 -
configure | 19 ++---
configure.ac | 16 ++---
manual/install.texi | 9 +--
sysdeps/generic/sframe-read.c | 128 ++++++++++++++++++++++++++--------
sysdeps/generic/sframe-read.h | 6 ++
sysdeps/generic/sframe.h | 15 +++-
9 files changed, 150 insertions(+), 60 deletions(-)
--
2.50.1
More information about the Libc-alpha
mailing list