gas: add new command line option --gsframe
authorIndu Bhagat <indu.bhagat@oracle.com>
Tue, 15 Nov 2022 23:06:39 +0000 (15:06 -0800)
committerIndu Bhagat <indu.bhagat@oracle.com>
Tue, 15 Nov 2022 23:23:57 +0000 (15:23 -0800)
commitb07a29781610756a9b75a931c7c13735b7555d9f
tree69d330c17627a99ca6b37bb1542aebe289140ae0
parent972d23ddbd757b7bee622a231afa79adf82b414f
gas: add new command line option --gsframe

When --gsframe is specified, the assembler will generate a .sframe
section from the CFI directives in the assembly.

ChangeLog:

* gas/as.c (parse_args): Parse args and set flag_gen_sframe.
* gas/as.h: Introduce skeleton for --gsframe.
* gas/doc/as.texi: document --gsframe.
gas/as.c
gas/as.h
gas/doc/as.texi