https://sourceware.org/bugzilla/show_bug.cgi?id=31728
--- Comment #19 from Sourceware Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Alan Modra <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=b47de6c86f9836cef0caed02b97d81d3f2560ebf commit b47de6c86f9836cef0caed02b97d81d3f2560ebf Author: Alan Modra <amo...@gmail.com> Date: Fri Jul 26 15:10:56 2024 +0930 Remove srcdir from x86 testcase "source:" lines It's wrong to have ${srcdir} in run_dump_test "source:" lines, as run_dump_test adds $srcdir/$subdir/ to the line passed to the shell except when the source path starts with "./". The tests work currently because the shell expands ${srcdir} to an empty string. PR 31728 * testsuite/ld-i386/code16.d: Correct "source:". * testsuite/ld-x86-64/code16.d: Likewise. * testsuite/ld-x86-64/rela.d: Likewise. -- You are receiving this mail because: You are on the CC list for the bug.