From 6ada909eaf5ebfbd7d8c5839bab521cb9525c94a Mon Sep 17 00:00:00 2001 From: Luis Machado Date: Mon, 6 Feb 2023 17:24:32 +0000 Subject: 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 --- gdbserver/configure.srv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdbserver/configure.srv') diff --git a/gdbserver/configure.srv b/gdbserver/configure.srv index 72256f8..7a7575a 100644 --- a/gdbserver/configure.srv +++ b/gdbserver/configure.srv @@ -51,7 +51,7 @@ case "${gdbserver_host}" in srv_tgtobj="$srv_tgtobj arch/aarch64-mte-linux.o" srv_tgtobj="$srv_tgtobj linux-aarch64-tdesc.o" srv_tgtobj="$srv_tgtobj nat/aarch64-mte-linux-ptrace.o" - srv_tgtobj="$srv_tgtobj nat/aarch64-sve-linux-ptrace.o" + srv_tgtobj="$srv_tgtobj nat/aarch64-scalable-linux-ptrace.o" srv_tgtobj="${srv_tgtobj} $srv_linux_obj" srv_linux_regsets=yes srv_linux_thread_db=yes -- cgit v1.1