[binutils-gdb] ld/doc: use "stack trace" instead of "unwind" for SFrame

Indu Bhagat ibhagat@sourceware.org
Thu Feb 2 08:56:24 GMT 2023


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1bd123bdf32c4a4e8930171c8e933f46debd177e

commit 1bd123bdf32c4a4e8930171c8e933f46debd177e
Author: Indu Bhagat <indu.bhagat@oracle.com>
Date:   Thu Feb 2 00:49:44 2023 -0800

    ld/doc: use "stack trace" instead of "unwind" for SFrame
    
    SFrame format is meant for generating stack traces only.
    
    ld/
            * ld.texi: Replace the use of "unwind" with "stack trace".

Diff:
---
 ld/ld.texi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ld/ld.texi b/ld/ld.texi
index db3a9f09b45..36005dc2b0d 100644
--- a/ld/ld.texi
+++ b/ld/ld.texi
@@ -2835,7 +2835,7 @@ section and ELF @code{PT_GNU_EH_FRAME} segment header.
 Request creation of @code{.eh_frame} unwind info for linker
 generated code sections like PLT.  This option is on by default
 if linker generated unwind info is supported.  This option also
-controls the generation of @code{.sframe} unwind info for linker
+controls the generation of @code{.sframe} stack trace info for linker
 generated code sections like PLT.
 
 @kindex --enable-new-dtags


More information about the Binutils-cvs mailing list