diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-12-27 11:37:05 +0100 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-12-27 11:37:05 +0100 |
commit | cc26d6caf1e36d6d2cd8ee6f4c206fe68d597e5e (patch) | |
tree | 3ea651b1306cb06f6245ed7a46479e3330b3870a /ld/testsuite/ld-aarch64 | |
parent | e2cbacaec110371172969e756ed7ab758d04c797 (diff) | |
download | fsf-binutils-gdb-cc26d6caf1e36d6d2cd8ee6f4c206fe68d597e5e.zip fsf-binutils-gdb-cc26d6caf1e36d6d2cd8ee6f4c206fe68d597e5e.tar.gz fsf-binutils-gdb-cc26d6caf1e36d6d2cd8ee6f4c206fe68d597e5e.tar.bz2 |
ld/testsuite: replace aarch64 uses of load_lib
Using $srcdir/$subdir directly doesn't work, at least not with expect
5.45, dejagnu 1.6, and an out-of-tree build (I assume it's the latter
aspect which is crucial here). Make use of load_file instead.
Diffstat (limited to 'ld/testsuite/ld-aarch64')
-rw-r--r-- | ld/testsuite/ld-aarch64/aarch64-elf.exp | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-aarch64/protections/aarch64-protections.exp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ld/testsuite/ld-aarch64/aarch64-elf.exp b/ld/testsuite/ld-aarch64/aarch64-elf.exp index e65d4ce..54539b3 100644 --- a/ld/testsuite/ld-aarch64/aarch64-elf.exp +++ b/ld/testsuite/ld-aarch64/aarch64-elf.exp @@ -23,7 +23,7 @@ if { ![is_elf_format] || ![istarget "aarch64*-*-*"] } { return } -load_lib $srcdir/$subdir/lib/aarch64-elf-lib.exp +load_file $srcdir/$subdir/lib/aarch64-elf-lib.exp # List contains test-items with 3 items followed by 2 lists: # 0:name 1:ld early options 2:ld late options 3:assembler options diff --git a/ld/testsuite/ld-aarch64/protections/aarch64-protections.exp b/ld/testsuite/ld-aarch64/protections/aarch64-protections.exp index 471afa1..68b9995 100644 --- a/ld/testsuite/ld-aarch64/protections/aarch64-protections.exp +++ b/ld/testsuite/ld-aarch64/protections/aarch64-protections.exp @@ -23,7 +23,7 @@ if { ![is_elf_format] || ![istarget "aarch64*-*-*"] } { return } -load_lib $srcdir/$subdir/../lib/aarch64-elf-lib.exp +load_file $srcdir/$subdir/../lib/aarch64-elf-lib.exp set test_list [lsort [glob -nocomplain $srcdir/$subdir/*.d]] set test_lp64_list [lsort [glob -nocomplain $srcdir/$subdir/bti-far-*.d]] |