summaryrefslogtreecommitdiff
path: root/ld
diff options
context:
space:
mode:
authorIndu Bhagat <indu.bhagat@oracle.com>2023-02-02 00:49:44 -0800
committerIndu Bhagat <indu.bhagat@oracle.com>2023-02-02 00:49:44 -0800
commit1bd123bdf32c4a4e8930171c8e933f46debd177e (patch)
tree0b4abb639271c6450e2883945dd9849d081e3c4a /ld
parent53d8d3f0c19e1365fdbb78c5824fe1d7e3d13aa0 (diff)
downloadbinutils-gdb-1bd123bdf32c4a4e8930171c8e933f46debd177e.tar.gz
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".
Diffstat (limited to 'ld')
-rw-r--r--ld/ld.texi2
1 files changed, 1 insertions, 1 deletions
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