diff options
author | Indu Bhagat <indu.bhagat@oracle.com> | 2023-02-02 00:49:29 -0800 |
---|---|---|
committer | Indu Bhagat <indu.bhagat@oracle.com> | 2023-02-02 00:49:29 -0800 |
commit | 53d8d3f0c19e1365fdbb78c5824fe1d7e3d13aa0 (patch) | |
tree | e52e1557f32d29d992620489873938c3613a9e3d /bfd/elf-bfd.h | |
parent | 3e3e792a2931b973d5c9bc4fa79168dec8ab7730 (diff) | |
download | gdb-53d8d3f0c19e1365fdbb78c5824fe1d7e3d13aa0.zip gdb-53d8d3f0c19e1365fdbb78c5824fe1d7e3d13aa0.tar.gz gdb-53d8d3f0c19e1365fdbb78c5824fe1d7e3d13aa0.tar.bz2 |
bfd: use "stack trace" instead of "unwind" for SFrame
SFrame format is meant for generating stack traces only.
bfd/
* elf-bfd.h: Replace the use of "unwind" with "stack trace".
* elf-sframe.c: Likewise.
* elf64-x86-64.c: Likewise.
* elfxx-x86.c: Likewise.
include/
* elf/common.h: Likewise.
Diffstat (limited to 'bfd/elf-bfd.h')
-rw-r--r-- | bfd/elf-bfd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf-bfd.h b/bfd/elf-bfd.h index 2b7c574..dff1982 100644 --- a/bfd/elf-bfd.h +++ b/bfd/elf-bfd.h @@ -702,7 +702,7 @@ struct elf_link_hash_table /* Used by eh_frame code when editing .eh_frame. */ struct eh_frame_hdr_info eh_info; - /* Used to link unwind data in .sframe sections. */ + /* Used to link stack trace info in .sframe sections. */ struct sframe_enc_info sfe_info; /* A linked list of local symbols to be added to .dynsym. */ |