]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
readelf: rename recently added testsuite files
authorJan Beulich <jbeulich@suse.com>
Tue, 18 Jun 2024 11:23:36 +0000 (13:23 +0200)
committerJan Beulich <jbeulich@suse.com>
Tue, 18 Jun 2024 11:23:36 +0000 (13:23 +0200)
Files named *.0 are somewhat odd for testsuite expectations. Rename the
one such file to *.r with a suitable base name suffix, and have its
sibling follow suit in this latter regard.

binutils/testsuite/binutils-all/display-section-0.r [moved from binutils/testsuite/binutils-all/display-section.0 with 100% similarity]
binutils/testsuite/binutils-all/display-section-rel.r [moved from binutils/testsuite/binutils-all/display-section.r with 100% similarity]
binutils/testsuite/binutils-all/readelf.exp

index 9f20cb4281218b1b43c2891173c978edd71f413c..dab66ebb9ee4c702392af21c364312be3ceaa929 100644 (file)
@@ -639,8 +639,8 @@ readelf_test -wi $tempfile dw5-op.W
 # Test the -j/--display-section option.
 # Check that multiple options accumulate.
 # Check that both numbers and names can be used.
-readelf_test {-j .rela.debug_info --display-section=.rel.debug_info} $tempfile display-section.r
-readelf_test --display-section=0 $tempfile display-section.0
+readelf_test {-j .rela.debug_info --display-section=.rel.debug_info} $tempfile display-section-rel.r
+readelf_test --display-section=0 $tempfile display-section-0.r
 
 
 # Test that RELR relocations are display correctly.