]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
ld: testsuite: Fix test name in sort_b_n_a-2.d
authorRichard Earnshaw <rearnsha@arm.com>
Tue, 16 Sep 2025 15:45:21 +0000 (16:45 +0100)
committerRichard Earnshaw <rearnsha@arm.com>
Fri, 19 Sep 2025 09:50:11 +0000 (10:50 +0100)
This test was invoked with the option '--sort-section name' but the
test name printed out was '--sort-section alignment'.  Fix the name to
match the option passed.

ld/testsuite/ld-scripts/sort_b_n_a-2.d

index 4c9d8fedfff0b9bd91f630f612eee9a0fb6d16a0..2fd920d9aa030536a96195f63c2f94a883a4749f 100644 (file)
@@ -1,7 +1,7 @@
 #source: sort_n_a-a.s
 #source: sort_n_a-b.s
 #ld: -T sort_b_n_a.t --sort-section name
-#name: SORT_BY_NAME(SORT_BY_ALIGNMENT()) --sort-section alignment
+#name: SORT_BY_NAME(SORT_BY_ALIGNMENT()) --sort-section name
 #nm: -n
 
 #...