]> git.ipfire.org Git - thirdparty/gcc.git/commit
Rename REG_CFA_TOGGLE_RA_MANGLE to REG_CFA_NEGATE_RA_STATE
authorMatthieu Longo <matthieu.longo@arm.com>
Mon, 23 Sep 2024 14:31:18 +0000 (15:31 +0100)
committerTamar Christina <tamar.christina@arm.com>
Mon, 23 Sep 2024 14:31:18 +0000 (15:31 +0100)
commit4068096fbf5aef65883a7492f4940cea85b39f40
tree57e2100aeab5789eb696f0f9630fa9465875e1eb
parentbdf41d627c13bc5f0dc676991f4513daa9d9ae36
Rename REG_CFA_TOGGLE_RA_MANGLE to REG_CFA_NEGATE_RA_STATE

The current name REG_CFA_TOGGLE_RA_MANGLE is not representative of what
it really is, i.e. a register to represent several states, not only a
binary one. Same for dwarf2out_frame_debug_cfa_toggle_ra_mangle.

gcc/ChangeLog:

* combine-stack-adj.cc
(no_unhandled_cfa): Rename.
* config/aarch64/aarch64.cc
(aarch64_expand_prologue): Rename.
(aarch64_expand_epilogue): Rename.
* dwarf2cfi.cc
(dwarf2out_frame_debug_cfa_toggle_ra_mangle): Rename this...
(dwarf2out_frame_debug_cfa_negate_ra_state): To this.
(dwarf2out_frame_debug): Rename.
* reg-notes.def (REG_CFA_NOTE): Rename REG_CFA_TOGGLE_RA_MANGLE.
gcc/combine-stack-adj.cc
gcc/config/aarch64/aarch64.cc
gcc/dwarf2cfi.cc
gcc/reg-notes.def