public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Reword to reflect SFrame is a stack trace format
@ 2023-01-31 23:34 Indu Bhagat
  2023-01-31 23:34 ` [PATCH 1/5] libsframe/doc: use "stack trace" instead of "unwind" for SFrame Indu Bhagat
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Indu Bhagat @ 2023-01-31 23:34 UTC (permalink / raw)
  To: binutils; +Cc: Indu Bhagat

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-02-01  9:42 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-31 23:34 [PATCH 0/5] Reword to reflect SFrame is a stack trace format Indu Bhagat
2023-01-31 23:34 ` [PATCH 1/5] libsframe/doc: use "stack trace" instead of "unwind" for SFrame Indu Bhagat
2023-01-31 23:34 ` [PATCH 2/5] sframe: " Indu Bhagat
2023-01-31 23:34 ` [PATCH 3/5] gas: " Indu Bhagat
2023-01-31 23:34 ` [PATCH 4/5] bfd: " Indu Bhagat
2023-01-31 23:34 ` [PATCH 5/5] ld/doc: " Indu Bhagat
2023-02-01  9:42 ` [PATCH 0/5] Reword to reflect SFrame is a stack trace format Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).