mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 09:58:19 +08:00
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.
This commit is contained in:
@ -489,7 +489,7 @@
|
||||
#define PT_GNU_STACK (PT_LOOS + 0x474e551) /* Stack flags */
|
||||
#define PT_GNU_RELRO (PT_LOOS + 0x474e552) /* Read-only after relocation */
|
||||
#define PT_GNU_PROPERTY (PT_LOOS + 0x474e553) /* GNU property */
|
||||
#define PT_GNU_SFRAME (PT_LOOS + 0x474e554) /* SFrame unwind information */
|
||||
#define PT_GNU_SFRAME (PT_LOOS + 0x474e554) /* SFrame stack trace information */
|
||||
|
||||
/* OpenBSD segment types. */
|
||||
#define PT_OPENBSD_RANDOMIZE (PT_LOOS + 0x5a3dbe6) /* Fill with random data. */
|
||||
|
Reference in New Issue
Block a user