]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
refactor: Rename SVE-specific files
authorLuis Machado <luis.machado@arm.com>
Mon, 6 Feb 2023 17:24:32 +0000 (17:24 +0000)
committerLuis Machado <luis.machado@arm.com>
Wed, 4 Oct 2023 15:23:39 +0000 (16:23 +0100)
commit6ada909eaf5ebfbd7d8c5839bab521cb9525c94a
tree7b318d9b20951f00447a193bb1d8b3dc5b443a36
parent15f38ed1016b9809848b13994fc06b058c1289ad
refactor: Rename SVE-specific files

In preparation to the SME support patches, rename the SVE-specific files to
something a bit more meaningful that can be shared with the SME code.

In this case, I've renamed the "sve" in the names to "scalable".

No functional changes.

Regression-tested on aarch64-linux Ubuntu 22.04/20.04.

Reviewed-by: Thiago Jung Bauermann <thiago.bauermann@linaro.org>
gdb/Makefile.in
gdb/aarch64-linux-nat.c
gdb/configure.nat
gdb/nat/aarch64-scalable-linux-ptrace.c [moved from gdb/nat/aarch64-sve-linux-ptrace.c with 96% similarity]
gdb/nat/aarch64-scalable-linux-ptrace.h [moved from gdb/nat/aarch64-sve-linux-ptrace.h with 90% similarity]
gdb/nat/aarch64-scalable-linux-sigcontext.h [moved from gdb/nat/aarch64-sve-linux-sigcontext.h with 96% similarity]
gdbserver/Makefile.in
gdbserver/configure.srv
gdbserver/linux-aarch64-low.cc