[aarch64] Use SVE_VQ_BYTES instead of __SVE_VQ_BYTES
authorLuis Machado <luis.machado@arm.com>
Fri, 13 Oct 2023 15:03:50 +0000 (16:03 +0100)
committerLuis Machado <luis.machado@arm.com>
Fri, 13 Oct 2023 15:27:19 +0000 (16:27 +0100)
commitbf4fcf8bc5d159a7aee37da3d8f8b61103f734bc
treea4c2d42f6b488d166ac18f6329048c93c56cdfe8
parentb5248d602e4d42a3bf8229dd18f02989cd5b831a
[aarch64] Use SVE_VQ_BYTES instead of __SVE_VQ_BYTES

__SVE_VQ_BYTES is only available if SVE definitions are available in
the system's headers, and this is not true for all systems.

For this purpose, we define SVE_VQ_BYTES.  This patch fixes the
name of the constant being used.
gdb/nat/aarch64-scalable-linux-sigcontext.h