From 15a7adca5d9b32a6e2b963092e3514fe40a093fb Mon Sep 17 00:00:00 2001 From: Jan Dubiec Date: Fri, 7 Nov 2025 07:55:19 +0100 Subject: [PATCH] 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 --- ld/testsuite/ld-h8300/relax-7.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3