[PATCH v2 0/2] sframe: Push binutils requirements to 2.45

claudiu.zissulescu-ianculescu@oracle.com claudiu.zissulescu-ianculescu@oracle.com
Thu Jul 17 10:05:08 GMT 2025


From: Claudiu Zissulescu <claudiu.zissulescu-ianculescu@oracle.com>

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                          |   6 +-
 config.make.in                |   1 -
 configure                     |  22 +++---
 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, 147 insertions(+), 65 deletions(-)

-- 
2.50.1



More information about the Libc-alpha mailing list