[PATCH] ld/MIPS: use distinguishable "section ordering test" names

Jan Beulich jbeulich@suse.com
Fri Dec 5 10:24:34 GMT 2025


Make clear from ld.log contents alone which of the *.rd files the output
was matched against.

--- a/ld/testsuite/ld-mips-elf/mips-elf.exp
+++ b/ld/testsuite/ld-mips-elf/mips-elf.exp
@@ -1775,14 +1775,14 @@ foreach { abi } $abis {
 	({$abi} == {"n32"} && [istarget "mips64*el-ps2-elf*"]) ? {"p"} : {""}]
     run_ld_link_tests [list \
 	[list \
-	    "MIPS section ordering test 1 ($abi)" \
+	    "MIPS section ordering test 1 (${abi}${tmips}${ps2})" \
 	    "$abi_ldflags($abi) -r" "" \
 	    "$abi_asflags($abi) -mpdr" \
 	    [list sections.s] \
 	    [list "readelf -WS sections-1-${abi}${tmips}${ps2}.rd"] \
 	    "sections-1-${abi}.o"] \
 	[list \
-	    "MIPS section ordering test 2 ($abi)" \
+	    "MIPS section ordering test 2 (${abi}${tmips}${ps2})" \
 	    "$abi_ldflags($abi) -e 0" "" \
 	    "$abi_asflags($abi) -mpdr" \
 	    [list sections.s] \


More information about the Binutils mailing list