[PATCH 0/5] Reword to reflect SFrame is a stack trace format
Indu Bhagat
indu.bhagat@oracle.com
Tue Jan 31 23:34:24 GMT 2023
Hello,
This patchset amends the code comments and documentation around SFrame format
to correctly use the term "stack trace" instead of "unwind" information. We
had a brief dicussion on the gnu-gabi list
https://sourceware.org/pipermail/gnu-gabi/2023q1/000521.html.
SFrame format is for generating stack traces only; hence, the keyword "unwind"
is a bulkier and incorrect usage in context of SFrame. Fixing it.
Thanks,
Indu Bhagat (5):
libsframe/doc: use "stack trace" instead of "unwind" for SFrame
sframe: use "stack trace" instead of "unwind" for SFrame
gas: use "stack trace" instead of "unwind" for SFrame
bfd: use "stack trace" instead of "unwind" for SFrame
ld/doc: use "stack trace" instead of "unwind" for SFrame
bfd/elf-bfd.h | 2 +-
bfd/elf-sframe.c | 11 +++---
bfd/elf64-x86-64.c | 2 +-
bfd/elfxx-x86.c | 8 ++--
gas/as.c | 2 +-
gas/config/tc-aarch64.c | 4 +-
gas/config/tc-aarch64.h | 8 ++--
gas/config/tc-i386.c | 4 +-
gas/config/tc-i386.h | 6 +--
gas/gen-sframe.c | 28 +++++++-------
gas/gen-sframe.h | 2 +-
gas/testsuite/gas/cfi-sframe/common-empty-2.s | 2 +-
gas/testsuite/gas/cfi-sframe/common-empty-3.s | 2 +-
include/elf/common.h | 2 +-
include/sframe.h | 28 +++++++-------
ld/ld.texi | 2 +-
libsframe/doc/sframe-spec.texi | 37 ++++++++++---------
17 files changed, 77 insertions(+), 73 deletions(-)
--
2.39.0
More information about the Binutils
mailing list