diff options
Diffstat (limited to 'binutils/testsuite/binutils-all/objcopy.exp')
-rw-r--r-- | binutils/testsuite/binutils-all/objcopy.exp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/testsuite/binutils-all/objcopy.exp b/binutils/testsuite/binutils-all/objcopy.exp index c911289..848fb50 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -828,6 +828,7 @@ if [is_elf_format] { objcopy_test "ELF unknown section type" unknown.s objcopy_test_readelf "ELF group" group.s objcopy_test_readelf "ELF group" group-2.s + objcopy_test_readelf "ELF group" group-3.s run_dump_test "copy-1" } @@ -840,6 +841,8 @@ if [is_elf_format] { run_dump_test "strip-3" run_dump_test "strip-4" run_dump_test "strip-5" + run_dump_test "strip-6" + run_dump_test "strip-7" if { [istarget "i*86-*"] || [istarget "x86_64-*-*"] } { # Check to make sure we don't strip a symbol named in relocations. |