From: Jan Dubiec Date: Fri, 7 Nov 2025 06:55:19 +0000 (+0100) Subject: ld: Fix a H8/300 specific test case X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15a7adca5d9b32a6e2b963092e3514fe40a093fb;p=thirdparty%2Fbinutils-gdb.git ld: Fix a H8/300 specific test case It seems that glob patterns no longer work in the test suite, at least on some host/dejagnu/shell combinations. In any case it is better here not to create a single relax-7?.o file from the two source files, but to create two separate objects for linking. ld/ * testsuite/ld-h8300/relax-7.d: Replace the glob pattern with multiple "source" options. Signed-off-by: Jan Dubiec --- diff --git a/ld/testsuite/ld-h8300/relax-7.d b/ld/testsuite/ld-h8300/relax-7.d index 9bd68626c77..f45787c75ce 100644 --- a/ld/testsuite/ld-h8300/relax-7.d +++ b/ld/testsuite/ld-h8300/relax-7.d @@ -1,5 +1,6 @@ # name: H8300 Relaxation Test 7 -# source: relax-7?.s +# source: relax-7a.s +# source: relax-7b.s # ld: --relax # objdump: -d -s --no-show-raw-insn