aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorLuis Machado <luis.machado@arm.com>2023-02-06 17:24:32 +0000
committerLuis Machado <luis.machado@arm.com>2023-10-04 16:23:39 +0100
commit6ada909eaf5ebfbd7d8c5839bab521cb9525c94a (patch)
tree7b318d9b20951f00447a193bb1d8b3dc5b443a36 /gdb/Makefile.in
parent15f38ed1016b9809848b13994fc06b058c1289ad (diff)
downloadbinutils-6ada909eaf5ebfbd7d8c5839bab521cb9525c94a.zip
binutils-6ada909eaf5ebfbd7d8c5839bab521cb9525c94a.tar.gz
binutils-6ada909eaf5ebfbd7d8c5839bab521cb9525c94a.tar.bz2
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>
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 9b992a3..cdfbad4 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -1561,7 +1561,7 @@ HFILES_NO_SRCDIR = \
nat/aarch64-linux.h \
nat/aarch64-linux-hw-point.h \
nat/aarch64-mte-linux-ptrace.h \
- nat/aarch64-sve-linux-ptrace.h \
+ nat/aarch64-scalable-linux-ptrace.h \
nat/amd64-linux-siginfo.h \
nat/gdb_ptrace.h \
nat/gdb_thread_db.h \