diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2023-09-12 16:05:08 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2023-09-12 16:05:08 +0100 |
commit | ed61c87f044f5460109c197855b316641db3c6c6 (patch) | |
tree | e49d6946061500011dc45ed15fda616e059df47d /gcc/go | |
parent | 28034dbb5e32711d5f4d655576f2499e6f57f854 (diff) | |
download | gcc-ed61c87f044f5460109c197855b316641db3c6c6.zip gcc-ed61c87f044f5460109c197855b316641db3c6c6.tar.gz gcc-ed61c87f044f5460109c197855b316641db3c6c6.tar.bz2 |
aarch64: Rename hard_fp_offset to bytes_above_hard_fp
Similarly to the previous locals_offset patch, hard_fp_offset
was described as:
/* Offset from the base of the frame (incomming SP) to the
hard_frame_pointer. This value is always a multiple of
STACK_BOUNDARY. */
poly_int64 hard_fp_offset;
which again took an “upside-down” view: higher offsets meant lower
addresses. This patch renames the field to bytes_above_hard_fp instead.
gcc/
* config/aarch64/aarch64.h (aarch64_frame::hard_fp_offset): Rename
to...
(aarch64_frame::bytes_above_hard_fp): ...this.
* config/aarch64/aarch64.cc (aarch64_layout_frame)
(aarch64_expand_prologue): Update accordingly.
(aarch64_initial_elimination_offset): Likewise.
Diffstat (limited to 'gcc/go')
0 files changed, 0 insertions, 0 deletions