]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gas: use "stack trace" instead of "unwind" for SFrame
authorIndu Bhagat <indu.bhagat@oracle.com>
Thu, 2 Feb 2023 08:48:59 +0000 (00:48 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Thu, 2 Feb 2023 08:49:07 +0000 (00:49 -0800)
commit3e3e792a2931b973d5c9bc4fa79168dec8ab7730
treeb7dae361af007495221a47f16097b49d24b3f83d
parent91def06c4d2e22178c2fc51ef143afa781686c6e
gas: use "stack trace" instead of "unwind" for SFrame

SFrame format is meant for generating stack traces only.

gas/
* as.c: Replace the use of "unwind" with "stack trace".
* config/tc-aarch64.c: Likewise.
* config/tc-aarch64.h: Likewise.
* config/tc-i386.c: Likewise.
* config/tc-i386.h: Likewise.
* gen-sframe.c: Likewise.
* gen-sframe.h: Likewise.
* testsuite/gas/cfi-sframe/cfi-sframe-aarch64-2.s: Likewise.
* testsuite/gas/cfi-sframe/cfi-sframe-common-8.s: Likewise.
* testsuite/gas/cfi-sframe/common-empty-2.s: Likewise.
* testsuite/gas/cfi-sframe/common-empty-3.s: Likewise.
gas/as.c
gas/config/tc-aarch64.c
gas/config/tc-aarch64.h
gas/config/tc-i386.c
gas/config/tc-i386.h
gas/gen-sframe.c
gas/gen-sframe.h
gas/testsuite/gas/cfi-sframe/cfi-sframe-aarch64-2.s
gas/testsuite/gas/cfi-sframe/cfi-sframe-common-8.s
gas/testsuite/gas/cfi-sframe/common-empty-2.s
gas/testsuite/gas/cfi-sframe/common-empty-3.s