[binutils-gdb] gas: testsuite: elf: avoid clashing mbind test names

Richard Earnshaw rearnsha@sourceware.org
Tue Sep 16 09:31:34 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=33c2a7b90d6212cbaf55b730ced418817a23482d

commit 33c2a7b90d6212cbaf55b730ced418817a23482d
Author: Richard Earnshaw <rearnsha@arm.com>
Date:   Mon Sep 15 16:22:00 2025 +0100

    gas: testsuite: elf: avoid clashing mbind test names
    
    The section12b.d test has the wrong name, leading to a clash with the
    section 16b.d test.  Fix that up.

Diff:
---
 gas/testsuite/gas/elf/section12b.d | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gas/testsuite/gas/elf/section12b.d b/gas/testsuite/gas/elf/section12b.d
index 92dd3f75854..582891ebbdd 100644
--- a/gas/testsuite/gas/elf/section12b.d
+++ b/gas/testsuite/gas/elf/section12b.d
@@ -1,7 +1,7 @@
 #source: section12.s
 #as: --no-pad-sections
 #objdump: -s
-#name: mbind section contents 16
+#name: mbind section contents 12
 # RX annoyingly reorders the sections so that they do not match the sequence
 # expected below.
 #xfail: rx-*-*


More information about the Binutils-cvs mailing list