aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/aarch64-ravenscar-thread.c23
1 files changed, 10 insertions, 13 deletions
diff --git a/gdb/aarch64-ravenscar-thread.c b/gdb/aarch64-ravenscar-thread.c
index a60471d..dc35537 100644
--- a/gdb/aarch64-ravenscar-thread.c
+++ b/gdb/aarch64-ravenscar-thread.c
@@ -47,21 +47,18 @@ static const int aarch64_context_offsets[] =
80, 88, 96, 88,
NO_OFFSET,
- /* Q0 - Q31 */
- 112, 128, 144, 160,
- 176, 192, 208, 224,
- 240, 256, 272, 288,
- 304, 320, 336, 352,
- 368, 384, 400, 416,
- 432, 448, 464, 480,
- 496, 512, 528, 544,
- 560, 576, 592, 608,
+ /* V0 - V31 */
+ 128, 144, 160, 176,
+ 192, 208, 224, 240,
+ 256, 272, 288, 304,
+ 320, 336, 352, 368,
+ 384, 400, 416, 432,
+ 448, 464, 480, 496,
+ 512, 528, 544, 560,
+ 576, 592, 608, 624,
/* FPSR, FPCR */
- 104, 108,
-
- /* FPU Saved field */
- 624
+ 112, 116,
};
/* The register layout info. */