commit | 5e713f7542b1e9860a84368231823ee5c0fbe08c | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Fri Mar 14 10:30:18 2025 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Fri Mar 14 10:30:18 2025 +0100 |
tree | fab8ea0c72d4cbc0d91d0e4b21dc93b3d09bc5b8 | |
parent | 61a5adc314c7f0c14913c2300ce4cb7b3760d2a6 [diff] |
gas: include .cfi_* generated data in listing These are data generating directives not overly different from e.g. .byte and .long. Whatever (directly) results from should also be represented in the listing, if one was requested. It's just that the output data is generated much later than the parsing of the directive arguments.