mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-23 18:14:13 +08:00
readelf: rename recently added testsuite files
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.
This commit is contained in:
parent
c2db2b8a37
commit
28c812b349
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user