From 33c2a7b90d6212cbaf55b730ced418817a23482d Mon Sep 17 00:00:00 2001 From: Richard Earnshaw Date: Mon, 15 Sep 2025 16:22:00 +0100 Subject: [PATCH] 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. --- 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-*-* -- 2.47.3