[AArch64] Fix incorrectly-defined SVE macro
authorLuis Machado <luis.machado@linaro.org>
Mon, 10 Aug 2020 14:50:53 +0000 (11:50 -0300)
committerLuis Machado <luis.machado@linaro.org>
Mon, 10 Aug 2020 14:50:53 +0000 (11:50 -0300)
commitcc308722fba3741a26993afe029078571604c2bd
tree74338ece0c42b95e87e4d2dde0f208b79bcd5bff
parent3eb651743e06fb360687a26be87bc6b710fc7066
[AArch64] Fix incorrectly-defined SVE macro

The kernel has fixed this here:

https://lore.kernel.org/patchwork/patch/1029011/

We should do the same for GDB, which is still carrying an incorrect
definition of the macro.  As stated in the kernel patch thread, this doesn't
actually change things because, luckily, the structs are of the same size.

gdb/ChangeLog:

2020-08-10  Luis Machado  <luis.machado@linaro.org>

* nat/aarch64-sve-linux-sigcontext.h (SVE_PT_REGS_OFFSET): Use
struct user_sve_header instead of struct sve_context.
gdb/ChangeLog
gdb/nat/aarch64-sve-linux-sigcontext.h