diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2008-10-01 21:54:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2008-10-01 21:54:59 +0000 |
commit | eb3980ce22659dfa694a927ebe6cd3e91f838f06 (patch) | |
tree | 14267dbdb192f61f3dcfea92b577a257e0422c8b /binutils/testsuite/binutils-all/objcopy.exp | |
parent | bec7fb47e47a91f7d2ea31044220381b44854d36 (diff) | |
download | gdb-eb3980ce22659dfa694a927ebe6cd3e91f838f06.zip gdb-eb3980ce22659dfa694a927ebe6cd3e91f838f06.tar.gz gdb-eb3980ce22659dfa694a927ebe6cd3e91f838f06.tar.bz2 |
2008-10-01 H.J. Lu <hongjiu.lu@intel.com>
* binutils-all/group-2.s: New.
* binutils-all/strip-4.d: Likewise.
* binutils-all/strip-5.d: Likewise.
* binutils-all/objcopy.exp: Test objcopy on group-2.s. Run
strip-4 and strip-5.
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 e6ee142..c911289 100644 --- a/binutils/testsuite/binutils-all/objcopy.exp +++ b/binutils/testsuite/binutils-all/objcopy.exp @@ -827,6 +827,7 @@ if { ([istarget "ia64-*-elf*"] 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 run_dump_test "copy-1" } @@ -837,6 +838,8 @@ if [is_elf_format] { run_dump_test "strip-1" run_dump_test "strip-2" run_dump_test "strip-3" + run_dump_test "strip-4" + run_dump_test "strip-5" if { [istarget "i*86-*"] || [istarget "x86_64-*-*"] } { # Check to make sure we don't strip a symbol named in relocations. |