]> gcc.gnu.org Git - gcc.git/commit
riscv: Enable -fasynchronous-unwind-tables by default on Linux
authorAndreas Schwab <schwab@suse.de>
Wed, 25 Jan 2023 11:00:09 +0000 (12:00 +0100)
committerAndreas Schwab <schwab@suse.de>
Mon, 30 Jan 2023 09:46:15 +0000 (10:46 +0100)
commit3cd08f7168c196d7a481b9ed9f4289fd1f14eea8
tree3172f08b07d33d783b7ae248a6ee12fa1f758408
parent59e4c98173a79fcaa2c33253261409f38856c384
riscv: Enable -fasynchronous-unwind-tables by default on Linux

This follows the example of aarch64.

gcc/:
* common/config/riscv/riscv-common.cc
(riscv_option_optimization_table)
[TARGET_DEFAULT_ASYNC_UNWIND_TABLES]: Enable
-fasynchronous-unwind-tables and -funwind-tables.
* config.gcc (riscv*-*-linux*): Define
TARGET_DEFAULT_ASYNC_UNWIND_TABLES.
gcc/common/config/riscv/riscv-common.cc
gcc/config.gcc
This page took 0.065866 seconds and 6 git commands to generate.