[0/5] Reword to reflect SFrame is a stack trace format

Message ID 20230131233429.3708328-1-indu.bhagat@oracle.com
Headers
Series Reword to reflect SFrame is a stack trace format |

Message

Indu Bhagat Jan. 31, 2023, 11:34 p.m. UTC
  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(-)
  

Comments

Nick Clifton Feb. 1, 2023, 9:42 a.m. UTC | #1
Hi Indu,

> 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.

Patch set approved (in its entirety).  Please apply.

Cheers
   Nick