[PATCH 3/4] testsuite: elf: avoid clashing mbind test names

Richard Earnshaw rearnsha@arm.com
Mon Sep 15 15:41:50 GMT 2025


It's not entirely clear to me why the mbind tests section12b.d and
section16b.d both use 16 in their test names, but it is clearly
undesirable that both have identical names.  Disambiguate them by
adding '(unique)' to section16b.d, since that is the distinguishing
feature of the two tests.
---
 gas/testsuite/gas/elf/section16b.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/testsuite/gas/elf/section16b.d b/gas/testsuite/gas/elf/section16b.d
index 6e085c3cab4..1c2e5bdcfb2 100644
--- a/gas/testsuite/gas/elf/section16b.d
+++ b/gas/testsuite/gas/elf/section16b.d
@@ -1,7 +1,7 @@
 #source: section16.s
 #as: --no-pad-sections
 #objdump: -s
-#name: mbind section contents 16
+#name: mbind section contents 16 (unique)
 # RX annoyingly reorders the sections so that they do not match the sequence
 # expected below.
 #xfail: rx-*-*
-- 
2.43.0



More information about the Binutils mailing list