]> git.ipfire.org Git - thirdparty/gcc.git/commit
RISC-V: add a new parameter in riscv_first_stack_step.
authorFei Gao <gaofei@eswincomputing.com>
Mon, 17 Apr 2023 18:07:01 +0000 (12:07 -0600)
committerJeff Law <jlaw@ventanamicro>
Mon, 17 Apr 2023 18:07:01 +0000 (12:07 -0600)
commita782346757c54a5a3cfb9f416a7ebe3554a617d7
treeed3d72a8c318fe60979403b9d520f710706b483f
parent0ccf520d349a82dafca0deb3d307a1080e8589a0
RISC-V: add a new parameter in riscv_first_stack_step.

gcc/ChangeLog:

* config/riscv/riscv.cc (riscv_first_stack_step): Add a new function
parameter remaining_size.
(riscv_compute_frame_info): Adapt new riscv_first_stack_step interface.
(riscv_expand_prologue): Likewise.
(riscv_expand_epilogue): Likewise.
gcc/config/riscv/riscv.cc