aboutsummaryrefslogtreecommitdiff
path: root/gdb/Makefile.in
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-04-04 12:50:03 -0600
committerTom Tromey <tom@tromey.com>2023-05-05 07:49:43 -0600
commit02601231fdd91a7bd4837ce202906ea2ce661489 (patch)
treec9745539b4869c0f70b698b8ac0e4366618154c1 /gdb/Makefile.in
parent4891c459927d9a9c0f516c35e2d9d4ce212dd06e (diff)
downloadfsf-binutils-gdb-02601231fdd91a7bd4837ce202906ea2ce661489.zip
fsf-binutils-gdb-02601231fdd91a7bd4837ce202906ea2ce661489.tar.gz
fsf-binutils-gdb-02601231fdd91a7bd4837ce202906ea2ce661489.tar.bz2
Simplify auto_load_expand_dir_vars and remove substitute_path_component
This simplifies auto_load_expand_dir_vars to first split the string, then do any needed substitutions. This was suggested by Simon, and is much simpler than the current approach. Then this patch also removes substitute_path_component, as it is no longer called. This is nice because it helps with the long term goal of removing utils.h. Regression tested on x86-64 Fedora 36.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r--gdb/Makefile.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in
index 6af6535..93f506ee 100644
--- a/gdb/Makefile.in
+++ b/gdb/Makefile.in
@@ -489,7 +489,6 @@ SELFTESTS_SRCS = \
unittests/ui-file-selftests.c \
unittests/unique_xmalloc_ptr_char.c \
unittests/unpack-selftests.c \
- unittests/utils-selftests.c \
unittests/vec-utils-selftests.c \
unittests/xml-utils-selftests.c